Explain mvc (model-view-controller)?
Answer / Alka Yadav
Model-View-Controller (MVC) is a software architectural pattern used in software development to separate an application's design into three interconnected parts: Model, View, and Controller. The Model represents the data and business logic of the application, the View handles user interface elements, and the Controller manages interactions between the User and the Application.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why dependency injection is used in mvc?
What are the different view engine in mvc?
How you can send the result back in json format in mvc?
Explain user authentication and authorizeattribute in mvc?
Mention what are the two ways for adding constraints to a route?
What is data model in mvc?
What are the filters in mvc?
Explain the MVC pattern with example
What does model do in mvc?
Mention the benefits of area in mvc
What is route in mvc what is default route in mvc?
What is view engine in express?