Supporting both Swagger v2 and OpenApi v3 in .NET 6 18 May 2022 Lander-Verhack .NET Development, Web Development [More]
No Overloads with Top-Level Statements 02 February 2022 Lander-Verhack Program.cs void Print(int value) => Console.WriteLine(value); void Print(string value) => Console.WriteLine(value); [More]
Arrays in Azure Web App Configuration 24 January 2022 Lander-Verhack { ... "CORS": { "AllowedDomains": [ "https://localhost:44306" ] } } [More]
Properly Propagating "kubernetes-route-as" in Bridge to Kubernetes 25 November 2020 Lander-Verhack [More]
Deploying an ASP.NET Core Container on your local Kubernetes Cluster using Helm 14 August 2020 Lander-Verhack Docker, Kubernetes [More]