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 |
Why is mvc better than webforms?
Explain the need of display mode in mvc?
What is mvc razor?
What are the two ways for adding constraints to a route?
What is mvc framework in asp net?
What are the 3 things that are needed to specify a route?
Is angularjs mvvm or mvc 4?
List out a few different return types of a controller action method?
What is mvc view engine?
What is url routing?
What is mvc page life cycle?
Is mvc only for web?