What does mvc mean?
Answer / Phool Kunwar
Mvc stands for Model-View-Controller, which is a software architectural pattern used for developing applications. It separates an application into three interconnected components: the model (represents the data and business logic), the view (the user interface or presentation layer), and the controller (handles the input and updates the model and view).
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between "actionresult" and "viewresult" ?
What is mockmvc?
List out a few different return types of a controller action method?
What are route constraints in mvc?
What does Model, View and Controller represent in an MVC application?
Is mvc a structural design pattern?
Mention what are main benefits of using mvc?
What are the two ways for adding constraints to a route?
How can we implement validation in mvc?
What is the advantage of using MVC pattern?
Mention what is the difference between temp data, view, and view bag?
What is mvc in detail?