Web API Features
Web API Features
Section titled “Web API Features”| Topic | Why It Matters | Guide |
|---|---|---|
| Controllers and Routing | Defines how HTTP requests map to application logic. | Controllers and Routing |
| Middleware and Pipeline | Explains cross-cutting behavior such as logging, auth, and exception handling. | Middleware and Pipeline |
| DTO and Contract Design | Separates transport models from persistence models. | Entity vs DTO |