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 are the advantages of using sql stored procedures instead of adhoc sql queries in an asp.net web application?
Explain the function of new view engine in asp.net? : asp.net mvc
What are the media types of http requests and response?
How is my content secured from unauthorized access?
Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc
In early binding will the method invoked on com component will verify it?s existance in the system or not ?
Which property is used to identify the Page is Post Back in ASP.NET?
What are the events that happen when a client requests an asp.net page from iis server?
What is asp.net mvc? : asp.net mvc
What are the best practices to follow to secure connection strings in an ASP.NET web application?
Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?
Explain about asp.net 2.0 themes?
How do I open an ashx file?
What are validator? How do you disable them?
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc