Anka: Designing a Minimal HTTP Server for Native AOT, Its Architecture, and Intentional Constraints
In modern backend systems, being “fast” alone is no longer enough. How quickly your service responds...
Tag archive
In modern backend systems, being “fast” alone is no longer enough. How quickly your service responds...
If you’ve landed directly on this article, note that it’s part-2 of the series. You can read part-1...
Optimize Your .NET App for Production (Complete Checklist) I see way too many .NET apps go...

It's possible to obtain a free SSL certificate thanks to [Let's Encrypt](https://letsencrypt.org/) but until recently it was not possible to import PEM files directly with .NET core 3.1. It is now possible starting with .NET 5. This feature was introduced in [version 5.0.0-preview8](https://github.com/dotnet/aspnetcore/issues/4706). I'll show you how to configure it.
When you build ASP.NET Core websites locally, you can view your local site under HTTPS/SSL, go read...
This is Part 0 of a 3 part series on the ASP.NET Core Request Pipeline. Check ba...
This is Part 1 of a 3 part series on the ASP.NET Core Request Pipeline. Check ba...