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
What is the benefit of WebAPI over WCF?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
Is asp.net is a programming language?
What is session management in web application?
What is meant by web application?
What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?
Write a code for sending an email from asp.net application.
What are the different types of proxy patterns?
Is it possible to migrate visual interdev design-time controls to asp.net?
What is session handling in a webfarm, how it can work with its limits?
Explain the purpose of storyboard.targetproperty.
Difference between Response.redirect vs server.transfer?
Can you explain one critical mapping? Performance issue which one is better?
Why is it preferred to not use finalize for clean up?
Which method is used to enforce garbage collection in .net?