What does model-view-controller represent in an mvc application?
Answer / Neha Sona
In an MVC (Model View Controller) application, the Model represents the data and business logic, the View is responsible for the user interface, and the Controller acts as an intermediary to manage interaction between the Model and View.
| Is This Answer Correct ? | 0 Yes | 0 No |
Mention what are the two ways to add constraints to a route?
What does Model, View and Controller represent in an MVC application?
What is razor syntax?
What are the 3 things that are needed to specify a route?
Is razor a mvc?
What is mvvm mvc?
What is difference between asp.net mvc and asp.net webforms?
What is difference between mvc and mvvm?
Explain mvc (model-view-controller)?
What is lazy loading in mvc?
What is the main purpose of mvc architecture?
How to render html in asp.net mvc view?