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 Custom Dictionary JsonConverter using System.Text.Json How to customize the deserialization/serialization of Dictionary<string, object> using System.Text.Json and a custom JsonConverter
dotnet core Heartbeat logger in Dotnet Core How to monitor your dotnet core applications by using a heartbeat logger
asp.net core ASP.NET Core - Tips and Tricks - Swagger Part 1 Shows how to configure authentication/authorization in the Swagger UI when using ASP.NET Core and Swashbuckle