ASP.NET Request Processing Sequence

Is there a specific guide / reference to which methods and in what sequence are called when processing the request in the ASP.NET MVC pipeline? I think, like a sequence diagram.

+5
source share
1 answer

This is one of my favorite links to print and share with MVC students:

http://blog.stevensanderson.com/2007/11/20/aspnet-mvc-pipeline-lifecycle/

+2
source

All Articles