Answer Posted / 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 View All Answers
Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?
Explain the asp.net page life cycle.
What is a windows service?
What is difference between ispostback and autopostback in asp net?
What is page fragment caching?
What are the different validators in asp.net?
Where code pages are used?
What is the use of data set in asp.net?
What is the request flow used for asp.net mvc framework? : asp.net mvc
What are the differences between clr & cts?
What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?
What is the latest version of asp.net?
Explain the difference between server control and html control.
What is the difference between ASP.NET Webforms and ASP.NET MVC?
When Cookies are expired in ASP.NET?