1.

How does the 'page lifecycle' of ASP.Net MVC works?

Answer»

Below are the processed followed in the sequence -

  • App initializWhat is Separation of Concerns in ASP.NET ASP.Net MVCation
  • Routing
  • Instantiate and execute controller
  • Locate and invoke controller action
  • Instantiate and render view.


Discussion

No Comment Found