NET 6 - Web API - Project Structure
Last modified: March 24, 2022Web API is getting more popular these few years, great Front-end technology (e.g. Reach or Angular) are here.
-
Program.cs
There is no Startup file in .NET 6, it is on Program.cs
- Swagger (API documentation)
.NET 6 has already Swagger install and setup.