Saturday, 25 October 2014

What is the page lifecycle of an ASP.NET MVC?


     The page lifecycle of ASP.NET MVC is having the following process and it is as follows:

         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