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

What should you do is you want to remove an existing component but would like to make some funtionalities?

0 Answers  


Differentiate globalization and localization.

0 Answers  


How to implement globalization and localization in the use interface in .net.

0 Answers  


what is the MSIL assembler do?

1 Answers  


if you disable view state of a textbox will it maintain data during postbacks.if yes reason

9 Answers   FactorH, Jindal, Oxi Infotech,






Can we override the enablepartialrendering property of the scriptmanager class?

0 Answers  


How we can bind textbox,listbox and datagrid to sql server database in asp.net using visualstudio.net language (vb.net)?

2 Answers   rocsearch,


How to limit table cell size with long strings?

1 Answers   IBS,


What does it mean your session has timed out?

0 Answers  


What is a DLL Hell Problem in .Net?

12 Answers  


What is different authentication mechanisms used in ASP.NET?

0 Answers   Amdocs,


When you use Ajax controls in the ASP.NET application?

0 Answers   Viscus Infotech,


Categories