What does model-view-controller represent in an mvc application?



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

Post New Answer

More MVC Model View Controller Interview Questions

Mention what are the two ways to add constraints to a route?

1 Answers  


What does Model, View and Controller represent in an MVC application?

1 Answers   NA,


What is razor syntax?

1 Answers  


What are the 3 things that are needed to specify a route?

1 Answers   NA,


Is razor a mvc?

1 Answers  


What is mvvm mvc?

1 Answers  


What is difference between asp.net mvc and asp.net webforms?

1 Answers  


What is difference between mvc and mvvm?

1 Answers  


Explain mvc (model-view-controller)?

1 Answers  


What is lazy loading in mvc?

1 Answers  


What is the main purpose of mvc architecture?

1 Answers  


How to render html in asp.net mvc view?

1 Answers  


Categories