What is mvc and why it is used?
Answer / Ruchi Porwal
Model-View-Controller (MVC) is an architectural pattern that separates an application into three interconnected components for maintaining cleaner, more modular, and scalable code. It improves maintainability, reusability, and testability by minimizing the dependency between different components. MVC allows developers to work on separate modules without affecting each other's functionality.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is mvc life cycle?
Why filters are used in mvc?
Mention what are the two ways for adding constraints to a route?
How to render html in asp.net mvc view?
What is partial view in mvc?
What is the use of viewbag in mvc?
What are the filter in mvc?
What are the features of mvc5?
Mention what is the difference between viewdata and viewbag?
Explain the role of components presentation, abstraction and control in mvc?
What is the main view engine called?
What is the difference between partial view and layout in mvc?