What is mvc flow?
Answer / Khushboo Gupta
In MVC flow, user interaction initiates the process by making a request to the application. The Controller receives this request and processes it, then communicates with the Model for data management. Finally, the Controller updates the View with the processed data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is viewstate available in mvc?
Explain what is mvc application life cycle?
What is route in mvc what is default route in mvc?
What is ignore route in mvc?
Mention what does model-view-controller represent in an mvc application?
In an MVC application, what are the segments of the default route ?
How can we navigate from one view to another using a hyperlink?
What are the features of mvc5?
What is tempdata in mvc?
What is the role of a controller in an MVC application?
What are action filters in mvc?
What is filter mvc?