Why you use MVC over Tradisional ASPX?
Answer / Saurabh Bisht
MVC (Model-View-Controller) is preferred over traditional ASP.NET Web Forms (ASPX) for several reasons: Separation of concerns, improved maintainability, testability, and scalability. In MVC, the Model handles data and business logic, View focuses on presentation, and Controller manages user input. This separation allows developers to work on individual components independently.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why mvvm is better than mvc?
What is razor view engine in mvc?
Mention the benefits of area in mvc
What do you mean by mvc scaffolding?
How you can send the result back in json format in mvc?
What is the main view engine called?
What is validation summary in mvc?
How to render html in asp.net mvc view?
What are the exception filters in mvc?
What is difference between mvc (model-view-controller) and mvp (model-view-presenter)?
What does the mvc pattern define with 3 logical layers?
Is mvc a layered architecture?