Feb 21, 2014

Page lifecycle” of an ASP.NET MVC

Following processes are performed by ASP.NET MVC page:
1.       App initialization
2.       Routing
3.       Instantiate and execute controller
4.       Locate and invoke controller action

5.       Instantiate and render view

No comments:

Post a Comment