c-sharp Sorting (really) large files with C# I show you how to sort enormous text files in a really efficient way using the External Merge Sort algorithm
httpclient Dealing with access tokens in dotnet Dealing with access tokens (including renewal) in dotnet
asp.net core Select action method based on header value in ASP.NET Core Shows how to use IActionConstraint to select a specific action method based on a header
azure Azure Storage - Zip multiple files using Azure Functions Shows how to take x amount of files from Azure Storage and generate a zip file
dotnet core Polymorphic deserialization with System.Text.Json How to do polymorphic deserialization with System.Text.Json by using a custom JsonConverter