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

When is validation done on the client? How does client-side validation improve the efficiency of an application?

1 Answers  


How do u deploy your asp.net application?

0 Answers  


What setting must be added in the configuration file to deny a particular user from accessing the secured resources?

0 Answers  


How to unit test Web API?

0 Answers  


What is SOAP, UDDI and WSDL ?

2 Answers   Infosys, Network, TCS, Wipro,






How do you change the session time-out value?

0 Answers   TryTechnicals Pvt Ltd,


what is advantage of developing in asp.net.why the same can't be developed in Java or other web developemnt tool.what are advantages of developers.

4 Answers   IBM,


Describe how passport authentication works.

0 Answers  


What method must be overridden in a custom control? a) The Paint() method b) The Control_Build() method c) The Render() method d) The default constructor

1 Answers   Icertis, Microsoft, Syntax Softtech,


About dataset and data mining ?

1 Answers   Cognizant,


How do I debug an ASP.NET application that wasn't written with Visual Studio.NET and that doesn't use code-behind?

1 Answers  


difference between gridview,data list and repeater control

7 Answers   ABC, Olive Tech,


Categories