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 difference between asp.net mvc and asp.net webforms?
Mention what is the difference between temp data, view, and view bag?
Explain the need of display mode in mvc?
Is razor pages replacing mvc?
What is postback in mvc?
What are Filters in MVC?
What is mvc in struts framework?
What does model do in mvc?
What is the meaning of razor view engine?
What is front controller?
What is mvc in spring?
Explain what is mvc application life cycle?