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.
dotnet Testing your ASP.NET Core application - using a real database Second post in my "testing your dotnet application" series. This post will focus on using a real database when testing our application