1.

Explain What Are The Steps For The Execution Of An Mvc Project?

Answer»

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

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



Discussion

No Comment Found