dotnet Act on a Task as soon as it's completed with Task.WhenEach Task.WhenEach allows us to act on a collection of tasks as they finish.
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.
dotnet C# - Tips and Tricks 03 - Use static initialization Static initialization can help make your code a bit more readable and at the same time give you a performance boost, a win-win.
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.
postgres Streaming files to Postgres - dotnet core Storing files in a database without allocating like crazy? Let's see how we can stream files to Postgres with dotnet core and npgsql.