How do you explain mvc?
Answer / Umesh Chandra
Model-View-Controller (MVC) is an architectural pattern that separates an application into three interconnected components: the Model, the View, and the Controller. The Model represents the data and business logic of the application; the View handles user interface presentation and interaction; and the Controller coordinates interactions between the Model and the View.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is mvc request life cycle?
What is mvc handler?
Why dependency injection is used in mvc?
What is non action attribute in mvc?
What is mvc in angularjs?
What is actionresult mvc?
Explain the role of "actionfilters" in mvc?
What is database first approach in mvc using entity framework?
What is orm in mvc?
What are the steps for the execution of an mvc project?
Why do we need viewmodel in mvc?
What is view engine in mvc?