httpclient You're (probably still) using HttpClient wrong and it is destabilizing your software I try to optimize the fetching and deserialization of data in dotnet core as much as possible. HttpClientFactory and streams are my best friends
asp.net core Asp.net core - Log request/response headers How to log request/response all request/response headers in your ASP.NET Core application
asp.net core ASP.NET Core - Protect your API with API Keys I will show you how to protect your ASP.NET Core endpoints by using the concept of API keys. We will also learn the difference between Authentication and Authorization
asp.net core Dotnet core config transforms - environment variables with dots/colons How to set correct environment variables on a unix system when using asp.net core appsettings transformations