Intro
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 ASP.NET Core.
https://docs.microsoft.com/en-us/aspnet/core/tutorials/min-web-api

Dependency Injection

Leave a Reply