Introduction to Model-View-View-Model (MVVM) Pattern
Model-View-View-Model or MVVM is a development pattern based on the Model View Controller (MVC) and Model View Presenter (MVP) patterns. When compared to MVC and MVP, MVVM clearly separates the business and presentation logic of an application from its user interface. MVVM is particularly suited for programming Silverlight applications as it allows greater flexibility by way of better code re-use and enhanced testing capabilities.
This video by Marlabs' Nitin N Shinde provides an overview of MVVM and demonstrates how to build an MVVM application using the Caliburn Micro Framework.
Video Takeaways include:
• What is MVVM?
• Why use MVVM?
• Prerequisites for using MVVM - Knowledge of XAML, Core Concepts of Dependency Properties, Data Binding and Resources
• The different components of the MVVM pattern -- the Model, the View, and the ViewModel
• Demo on Using Caliburn Micro Framework to build an MVVM application
Post your queries below. Subscribe to us for regular updates
More video and text tutorials at [ Ссылка ]
Ещё видео!