Blogs, tutorials about .NET 5

How to Implement Dependency Injection in .NET Core
.NET Core provides built-in support of dependency injection. This blog will help you to understand how and why to implement dependency injection in .Net Core.

.NET Core Dependency Injection Object Lifetime
In .NET Core, you can register dependencies using three different methods AddSingleton, AddTransient, and AddScoped. This blog explains each of these methods.

How to Setup CORS Policies in ASP.NET Core Web API
This blog explains how to set up CORS policies using default policy, add policy, middleware, endpoint routing, and EnableCors attribute.

Generate Log using Serilog And Seq In ASP.NET Core MVC 6
This blog explains how to generate log using Serilog, its feature like Sink, log level, JSONFormatter, Serilog Enricher, Output Templates and analyze using Seq.