Razor View Engine is a great mechanism to render view templates into HTML. How to render Razor view template into HTML string in .NET 6 and used it in different types of applications like console, Windows Services, FaaS? Check out the article about it. … Read More
.Net6

Minimal API in .NET 6
As a part of the .NET 6 release, Microsoft added Minimal API support.
Minimal API is a great way for beginners to create small microservices and HTTP APIs using C# and ASP.NET Core. … Read More
Tags: .Net6, MinimalAPI