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

Related questions

+1 vote
asked Aug 18, 2019 in MVC Language by sheetalkhandelwal
+1 vote
asked Aug 18, 2019 in MVC Language by sheetalkhandelwal
...