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 are the advantages of using ioc containers in an application?
What is the use of keep and peek in “tempdata”?
Is mvc different from a three layered architecture?
Difference between mvc and web api?
Define attribute based routing in mvc?
Is razor a mvc?
Is viewstate available in mvc?
What are the advantages of mvc?
What are the filters?
What is mvc mvp mvvm?
What is validation summary in mvc?
What is api controller in mvc?