What is the role of a controller in an MVC application?
Answer / Ratindra Kumar
The Controller handles user input and manages the execution flow between models and views. It acts as an intermediary between the user interface (View) and the data (Model).
| Is This Answer Correct ? | 0 Yes | 0 No |
What is unobtrusive javascript in mvc?
Why do we need viewmodel in mvc?
What is routing in mvc interview questions?
What is view engine in mvc?
What are html helpers in mvc?
What is filter mvc?
What is difference between asp.net mvc and asp.net webforms?
Why is mvc important?
What is partial view in mvc?
What is mvc dapper?
Explain in which assembly is the mvc framework is defined?
Explain the role of components presentation, abstraction and control in mvc?