ASP.NET Core – Minimal APIs overview

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
Minimal APIs in .NET 6
Part 1 – Understanding and working with ASP.NET Core 6.0 Minimal API – Building Microservices
The simplest way to create an API is with .NET | Minimal APIs

Dependency Injection

https://youtu.be/eRJFNGIsJEo?t=591

Tools to use

Related videos

References

Leave a Reply

%d bloggers like this: