What does Model, View and Controller represent in an MVC application?
Answer / Satyendra Kumar Gupta
In an MVC application, the Model represents the data and business logic, the View represents the user interface or presentation, and the Controller manages the interaction between the Model and View.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is mvc architecture or framework?
Explain mvc (model-view-controller)?
What is MVC, MVP and MVVM pattern?
Explain the role of "actionfilters" in mvc?
Is viewstate available in mvc?
How you can manage code security in mvc?
What is antiforgerytoken in mvc?
Explain what is mvc?
What is the difference between "actionresult" and "viewresult" ?
What is crud mvc?
List the various return types of a controller action method?
What is output caching in mvc?