IOptionMonitor: another way to manage you .NetCore configuration; How to use IOptionMonitor to listen for .NetCore configuration changes and make this changes available in your code
Resolving instances with ASP.NET Core DI in static classes when is no possible use Dependency Injection, but you need to use some injected services
Simple guide to learn how to add NLog: a logger provider to your ASP.NET Core project, targeting netcoreapp3.1 framework.
How to add Swagger to ASP.NET core project (Swashbuckle.AspNetCore on netcoreapp3.1) to build API documentatation and have a ready-to-go test environment
How to build GitHub project with Azure DevOps. Create azure pipeline able to build source caming from GitHub repository.
How to build ASP.NET Core application with JWT authentication