What is MVVM in dot net?

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


Please Help Members By Posting Answers For Below Questions

What is the asp.net control toolkit?

754


What is the difference between server-side scripting and client-side scripting?

734


What is the difference between Session and response.Redirect?

841


What is asp.net web application?

744


What is the difference between sealed vs static class?

767


Mention few asp.net validators.

743


Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?

740


what is command line compiler.what are the steps and how it is related to debugging.

1605


How many ways are there to maintain a state in .net? What is view state?

780


Define a web service in .net?

806


What is asp.net mvc? : asp.net mvc

741


How does output caching work in ASP.NET?

670


What is a url string?

778


How can you implement the postback property of an asp.net control?

713


What are the security types in asp.net?

753