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