Lander Verhack Lander Verhack
Lander is a professional programmer and is passionate about anything front-end
  • Log in

Follow Trainings at U2U

Training on Visual Studio, Office 365, SharePoint, SQL Server, Dynamics 365, Power BI, JavaScript, Microsoft Azure and Xamarin.

Visit u2u.be | Course Catalog

Category list

  • RSS feed for SubBlog .NET Development (5)
  •     RSS feed for SubBlog WPF (2)
  • RSS feed for SubBlog Mobile (3)
  •     RSS feed for SubBlog Xamarin (3)
  • RSS feed for SubBlog Reactive Programming (3)
  • RSS feed for SubBlog Web Development (3)
  •     RSS feed for SubBlog JavaScript (3)
  • RSS feed for SubBlog XAML (5)

PostList

  • Supporting both Swagger v2 and OpenApi v3 in .NET 6
  • No Overloads with Top-Level Statements
  • Arrays in Azure Web App Configuration
  • Properly Propagating "kubernetes-route-as" in Bridge to Kubernetes
  • Deploying an ASP.NET Core Container on your local Kubernetes Cluster using Helm
  • Xamarin Has the Wrong Focus
  • Where React Fails
  • Properly Propagating "azds-route-as" in Azure Dev Spaces
  • Using 'Scalable' Locks in .NET
  • Using TaskCompletionSource to Turn an Ugly Duckling into a Swan

Copyright © 2025

Powered by BlogEngine.NET

Designed by Francis Bio

Supporting both Swagger v2 and OpenApi v3 in .NET 6

18 May 2022 Lander-Verhack .NET Development, Web Development

/supporting-both-swagger-and-open-api/swagger-ui.png

[More]

Creating a PDF Viewer in WPF using Windows 10 APIs

23 January 2018 Lander-Verhack .NET Development, WPF, XAML

/wpf_pdfviewer.png

[More]

Binding to Observables in XAML - Part2: Xamarin.Forms

05 December 2017 Lander-Verhack .NET Development, Mobile, Xamarin, Reactive Programming, XAML
<Entry Text="{o:Bind StringObservable, Mode=OneWay}"/>
<Entry Text="{o:Bind StringObserver, Mode=OneWayToSource}"/>
<Entry Text="{o:Bind StringSubject, Mode=TwoWay}"/>

[More]

Binding to Observables in XAML - Part2: WPF

05 December 2017 Lander-Verhack .NET Development, WPF, Reactive Programming, XAML
<TextBox Text="{o:Bind StringObservable, Mode=OneTime}"/>
<TextBox Text="{o:Bind StringObservable, Mode=OneWay}"/>
<TextBox Text="{o:Bind StringObserver, Mode=OneWayToSource}"/>
<TextBox Text="{o:Bind StringSubject, Mode=TwoWay}"
         ToolTip="{o:Bind StringObservable, Mode=OneWay}"/>

[More]

Reflection With Closures and Performance

08 August 2017 Lander-Verhack .NET Development

In this blog we are going to dynamically create a delegate using reflection both paying attention to performance and correctness.

[More]

Newer posts >>