Web API Overview
Web API Overview
Section titled “Web API Overview”Use this page as the front door for the Web API section.
Recommended Reading Paths
Section titled “Recommended Reading Paths”Learn the foundation
Section titled “Learn the foundation”Focus on API design
Section titled “Focus on API design”Browse by Hub
Section titled “Browse by Hub”| Hub | Focus |
|---|---|
| API Design and Contracts | Resources, DTOs, request and response shape, and public API boundaries. |
| Request Pipeline and Hosting | Middleware, routing, request execution, and hosting concerns. |
What This Section Covers
Section titled “What This Section Covers”- ASP.NET Core Web API architecture
- controllers, endpoints, and routing
- DTO and contract boundaries
- middleware and request pipeline design