Explain what are the steps for the execution of an MVC project? Anonymous User300126-Mar-2018asp.netasp.net mvc mvc Updated on 23-Sep-2020
Anonymous User
26-Mar-2018Following are the steps
1-Receive first request for the application
2-Performs routing
3-Creates MVC request handler
4-Create Controller
5-Execute Controller
6-Invoke action
7-Execute Result