ASP.NET Core Web API
Framework for building RESTful web APIs and HTTP services with .NET. Includes routing, model binding, validation, authentication, OpenAPI integration via Swashbuckle and the built-in Microsoft.AspNetCore.OpenApi package, minimal APIs, and controller-based APIs.
Documentation
Documentation
https://learn.microsoft.com/en-us/aspnet/core/web-api/
Getting Started
https://learn.microsoft.com/en-us/aspnet/core/tutorials/first-web-api
Authentication
https://learn.microsoft.com/en-us/aspnet/core/security/authentication/
Specifications
Other Resources
Minimal APIs
https://learn.microsoft.com/en-us/aspnet/core/fundamentals/minimal-apis/overview
GitHub
https://github.com/dotnet/aspnetcore
OpenAPI
#ASP.NET Core
#OpenAPI
#REST
#Web API
#Web Framework