Login
Remember
Register
Ask a Question
Explain What Are The Steps For The Execution Of An Mvc Project?
+1
vote
asked
Aug 18, 2019
in
MVC Language
by
sheetalkhandelwal
Explain What Are The Steps For The Execution Of An Mvc Project?
#mvc-5-vs-mvc-4
#mvc
#mvc-mvc
#mvc-ado-
net
#mvc-mobile-app-development
#mvc-5-sample-project-with-database
#mvc-extensions
#asp
net-mvc-web-
hosting
#microsoft-asp
net-mvc-2
#asp-mvc-
#microsoft-mvc-4
#mvc-
net-framework
#framewok-tutorial
#framework7-interview-question
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Aug 18, 2019
by
john ganales
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
...