What is the mvc page life cycle?
Answer / Nimish Singh
The MVC page life cycle can be broken down into several stages: 1) Request comes in (URL or click event). 2) Routing determines which controller and action to invoke. 3) The controller fetches data from the model, if necessary, and passes it to the view. 4) The view generates HTML based on the model data and any additional views (partial views). 5) Response is sent back to the user.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is mockmvc?
What are the exception filters in mvc?
What is difference between MVC and MVP ?
Explain the concept of razor in asp.net mvc?
What is mvc and why it is used?
Is flux a mvc?
Why was mvc developed?
Is mvc stateless?
What is the meaning of razor view engine?
What is the difference between partial view and layout in mvc?
What is the use of keep and peek in “tempdata”?
What are different filters in mvc?