Can you explain the page life cycle of MVC?

Below are the processed followed in the sequence -
  • App initialization 
  • Routing 
  • Instantiate and execute controller 
  • Locate and invoke controller action 
  • Instantiate and render view.

Comments

Popular posts from this blog

Explain what is routing in MVC? What are the three segments for routing important?

What is the difference between “HTML.TextBox” vs “HTML.TextBoxFor”?

Explain what is the difference between View and Partial View?