Why do we use mvc?
Answer / Kunal Prasad
MVC (Model-View-Controller) is used to separate the user interface, business logic, and data access layer in web applications. This separation allows for improved maintainability, scalability, testability, and efficiency by enabling developers to work on different parts of the application independently.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is cshtml in mvc?
How the Routes in webform application and an MVC application differ?
Do people still use mvc?
What are the 3 things that are needed to specify a route?
What is routing? What are the three segments for routing is important?
What is the use of mockmvc?
Explain the MVC pattern with example
What is afterFilter() used?
Why you use MVC over Tradisional ASPX?
What are the filter in mvc?
What is difference between mvc and mvvm?
Why we need "Areas" in MVC?