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 |
What is the use of directives & explain with example?
Explain About WebService
what is meant by sitemapnode ?
Explain the difference between value type and reference type?
What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?
What is session and cookies in asp.net?
What is a DLL Hell Problem in .Net?
Which control has default post back is enabled(true)?
0 Answers Sans Pareil IT Services,
what are httphandlers and httpmodules.and their differences.
What is view state and use of it ?
Can more than one person use the same login?
What is the difference between session and viewstate in asp.net?