httpclient How to test configuration of HttpClient when using AddHttpClient Shows how to test the code written inside the AddHttpClient extension method
httpclient HttpClient - DelegatingHandler - Correlation Id Shows two different ways of forwarding correlation ids when using HttpClient in dotnet core
asp.net core Beware of potential XSS injections when using ProblemDetails in ASP.NET Core The default behaviour of ProblemDetails in ASP.NET Core does not escape the user input, this can lead to XSS injections
c-sharp Sorting large CSV files by multiple columns using C# How to sort csv files based on multiple columns in the most performant way
dotnet JOS.Configuration - Convenient methods for configuration in dotnet core Shows how I work with options and configuration when programming in dotnet core