Request Lifecycle in ASP.NET Core Web API
🔁 Request Lifecycle in ASP.NET Core Web API
+----------+ +-------------+ +------------------+ +----------------+
| Client | --> | Middleware | --> | Controller Action | --> | Response Out |
+----------+ +-------------+ +------------------+ +----------------+
|
|-- Authentication
|-- Routing
|-- Model Binding
|-- Exception Handling