1 Answer

0 votes
by
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
...