What is mvc life cycle?
Answer / Abhishek Tyagi
The MVC lifecycle primarily revolves around the interaction between the Model, View, and Controller. The process begins with a user event that triggers an action in the Controller, which then updates the Model if necessary, followed by the View being refreshed to display updated data.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between temp data, view, and view bag?
What are the advantages of mvc?
What is the difference between mvc and mvvm?
Where is routeconfig in mvc?
what are the benefits of area in mvc?
Can we use webforms in mvc?
Mention what is the advantages of mvc?
What is the use of keep and peek in “tempdata”?
What are the settings to be done for the Routing to work properly in an MVC application ?
Steps for the execution of an MVC project?
How you can implement ajax in mvc?
What is the mvc page life cycle?