Standalone C# Discards For Argument Null Checking
Microsoft introduced discards in C# 7.0 These are variables that are intentionally unused in code, commonly used when you have to provide a variable but you never actually need it. One of my go-to...
ASP.NET Core Reverse Proxy Support With HAProxy
I’ve recently worked on many APIs that were developed using .NET Core, ASP.NET Core 2.2 to be exact. A Microsoft Azure hosted Kubernetes cluster (AKS) is used to host the web app using HAProxy...
Azure WebJobs & .NET Core
An introduction into Azure WebJobs using the Azure WebJobs Preview SDK with .NET Core