What is the concept of mvc?
Answer / Preeti Saxena
The concept of MVC (Model-View-Controller) is an architectural pattern used for building user interfaces in applications. It separates an application into three interconnected components: the Model, the View, and the Controller. The Model represents the data and business logic; 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 |
Why was mvc developed?
What does model do in mvc?
What is the main view engine called?
What is mvc programming?
Mention what is the difference between adding routes, to a webform application and an mvc application?
How does mvc routing work?
Explain in which assembly is the mvc framework is defined?
What is viewstate mvc?
Why is mvc important?
What is latest mvc version?
What is the use of viewbag in mvc?
Explain what is mvc application life cycle?