asp.net core Don't let ASP.NET Core set empty strings to null when posting forms This post highlights how ASP.NET Core converts empty strings to null in form submissions and demonstrates how to prevent this behavior.
asp.net core Append correlation id to all log entries in ASP.NET Core The ASP.NET Core logging provider finally has built-in support for enriching logs. I show you how to append a correlation id to all your log entries.
asp.net core Using the X-Forwarded-Prefix header to prefix your HATEOAS links in your API Use the X-Forwarded-Host and X-Forwarded-Prefix to manipulate your HATEOAS links in your API responses.
asp.net core Using http/2 with ASP.NET Core - Traefik/Kubernetes/container example Sometimes you NEED to speak http/2 "all the way" to the container. I will show you how to make Kestrel accept http/2 connections.
asp.net core Unable to unprotect the message.State - ASP.NET Core When dealing with multiple external providers, it's important to use unique callback paths.