Is there a definitve guide/reference on exactly what methods and in what sequence are invoked while processing a request in an ASP.NET MVC pipeline? Much like a sequence diagram, I guess.
MVC actually defined in two life cycles, the application life cycle, and the request life cycle. The Starting point for every MVC application begins with routing. After that, the received request figures out and finds how it should be handled with the help of the URL Routing Module.
Asp.net Routing is the first step in MVC request cycle.
This is one of my favorite links to print out and give to MVC learners:
http://blog.stevensanderson.com/2007/11/20/aspnet-mvc-pipeline-lifecycle/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With