FastEndpoints is a free and open-source REST API development framework for .NET Core that can be used to build lightweight and fast APIs. In this article, we’ll examine this library and learn how to ...
User context makes life easier when tracing Http requests in ASP.NET Core applications. It’s easy to add with custom middleware. When working with web applications, you will often want to keep watch ...