Web API – Minimal API with ASP.NET Core
In this post, we will see how to create a Minimal API with .net Core.But first of all, what is a Minimal API?From Microsoft web site:“Minimal APIs are architected to create HTTP APIs with minimal dependencies. They are ideal for microservices and apps that want to include only the minimum files, features, and dependencies in… Read More »