Answer Posted / mohammad aaquil
ASP.NET MVVM provides a framework to implement the Model-View-ViewModel pattern, a.k.a. the Presentation Model pattern in ASP.NET projects. Developers can take advantages of Dependency Injection and Event Broker to write concise, elegant and business focused code.
The ASP.NET MVVM offers the following benefits:
Leverage ASP.NET functions, such as web form, user control and data binding
Achieve a clear separation of concerns
Facilitate test driven development (TDD)
Write and maintain simpler code using the attribute annotations
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is the asp.net control toolkit?
What is the difference between server-side scripting and client-side scripting?
What is the difference between Session and response.Redirect?
What is asp.net web application?
What is the difference between sealed vs static class?
Mention few asp.net validators.
Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?
what is command line compiler.what are the steps and how it is related to debugging.
How many ways are there to maintain a state in .net? What is view state?
Define a web service in .net?
What is asp.net mvc? : asp.net mvc
How does output caching work in ASP.NET?
What is a url string?
How can you implement the postback property of an asp.net control?
What are the security types in asp.net?