What is MVVM in dot net?



What is MVVM in dot net?..

Answer / 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

More ASP.NET Interview Questions

How to compare two strings with out Case sensitive ?

4 Answers   Protech, ProtoTech,


What are the modes of updation in an updatepanel?

0 Answers  


What is distributed system in asp.net?

0 Answers  


cr8 2 datatables into one dataset DYNAMICALLY (no backend database used like sql,etc.,) with following columns 1st datatable with columns studentNo studentName Deptno 2nd datatable with columns Deptno DeptName DeptAddress add data to both the tables Dynamically and merge these tables into one table and display it in Grid view as studentNo studentName Deptno DeptName DeptAddress

1 Answers   SQL Star,


What are the two properties that are common on every validation control?

0 Answers   Siebel,






Define what is razor? : asp.net mvc

0 Answers  


what are the attributes of sitemapnode?

3 Answers   Satyam,


hi guys do u know how to go one page to one page to another page plz tell me any of u know

3 Answers  


what is use of web.config?

3 Answers  


How do you change the session time-out value?

0 Answers   TryTechnicals Pvt Ltd,


Can a .net web application consume java web service?

0 Answers  


Explain the procedure to handle the process request using mhpm events fired? : asp.net mvc

0 Answers  


Categories