Friday, 3 June 2016

The steps for the execution of an MVC project includes

  • Receive first request for the application
  • Performs routing
  • Creates MVC request handler
  • Create Controller
  • Execute Controller
  • Invoke action
  • Execute Result

No comments:

Post a Comment