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 latest version of asp.net?

522


I want to connect a system in LAN and I want to access that. Whenever I am moving a mouse in my desktop, the similar thing has to happen in another system in which I have connected. I need coding for this in C# and ASP.NET Can anyone please help me. It is very urgent. Thanks in advance. My email id is manojkumarchallagundla@gmail.com Will you please?

1443


Why Unload event of MasterPage Calls first in ASP.net ?

574


What is the difference between client-side and server-side validations in webpages?

552


What is in a session cookie?

530






What is difference between session and cookies?

535


What is asp.net localization?

492


What is clickid?

544


Differentiate between early binding and late binding.

562


What is mta?

614


Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?

557


What are the differnt types of handler in ASP.NET?

523


What is considered a service provider?

507


How you can return View from ASP.NET Web API method?

535


What is the Difference between MVC And MVP design pattrens

2193