What is Controller in MVC application?
Answer / Arman Awasthi
In an MVC application, the Controller handles user input, manages the execution flow between Models and Views, and coordinates actions to be performed by the Model or changes to be made in the View.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is routing in mvc interview questions?
What are main benefits of using mvc?
Mention what is the use of the default route {resource}.axd/{*pathinfo} ?
Is angular js mvc?
Mention what are the two ways to add constraints to a route?
What is tempdata in mvc?
What is the use of keep and peek in “tempdata”?
Why is mvc important?
What are the 3 things that are needed to specify a route?
What is the purpose of viewmodel in mvc?
What is mvc routing?
What are the types of filters in mvc?