Skip to main content

ASP.NET Web API Lifecycle–Step by Step

While investigating an issue in one of our (older) applications I was wondering about the exact steps taken to handle a specific request.

So far I’ve always used the following poster:

But thanks to Matthew Jones it even became easier. He walks through every step in much more detail so that you know exactly what is going on. Thanks Matthew!

https://exceptionnotfound.net/the-asp-net-web-api-2-http-message-lifecycle-in-43-easy-steps-2/