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
episerver New major version of JOS.ContentSerializer - Version 5.0 Bug fix and a breaking change in the new major version of JOS.ContentSerializer
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
dotnet Efficient file uploads with dotnet How to upload large files without allocating like crazy using dotnet