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 |
Is mvc an api?
What is mvc application life cycle?
What is mvc state management?
What is the difference between view and partial view?
How can maintain session in mvc?
What is strongly typed view in mvc?
What are html helpers in mvc?
What is mvc in android?
What are the types of filters in mvc?
What is the difference between mvc and mvp?
What is the difference between apicontroller and mvc controller?
Mention what is the difference between viewdata and viewbag?