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 |
Mention how can maintain session in mvc?
What is mvvm mvc?
In an MVC application, what are the segments of the default route ?
What is html beginform in mvc?
List out a few different return types of a controller action method?
What are the advantages of using ioc containers in an application?
Explain the MVC pattern with example
What are html helpers in mvc?
Why use html.partial in mvc?
Which is better mvc or mvvm?
Can we use webforms in mvc?
What are the exception filters in mvc?