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 is the use of directives & explain with example?

2 Answers   C Squared Systems,


Explain About WebService

0 Answers   BirlaSoft,


what is meant by sitemapnode ?

0 Answers   Netsweeper,


Explain the difference between value type and reference type?

0 Answers  


What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?

0 Answers  






What is session and cookies in asp.net?

0 Answers  


What is a DLL Hell Problem in .Net?

12 Answers  


Which control has default post back is enabled(true)?

0 Answers   Sans Pareil IT Services,


what are httphandlers and httpmodules.and their differences.

1 Answers   Siemens,


What is view state and use of it ?

1 Answers  


Can more than one person use the same login?

0 Answers   MCN Solutions,


What is the difference between session and viewstate in asp.net?

0 Answers  


Categories