asp.net core Log http requests/responses using ASP.NET Core HttpLoggingMiddleware Log http requests/responses using ASP.NET Core HttpLoggingMiddleware
asp.net core Treat your integration tests as external consumers Quick tip showing how to catch breaking changes in your API by using integration tests
asp.net core WOPI Integration with ASP.NET Core - lessons learned Lessons learned and tips and tricks for successfully integrating with Office for the web (WOPI)
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