際際滷

際際滷Share a Scribd company logo
MVVM
Eduardo Rosas Osorno
lalorosas@li4t.com
Get ready for the coming Windows 10. If you want to learn
more about MVVM and many other things, get my Windows
Universal App Development course on Udemy for only $29
($100 OFF), just go to http://bit.ly/1GCNpK3
 Design pattern
 Model (reusable code)
 View (platform-specific code)
 ViewModel (reusable code)
What is MVVM?
View ViewModel Model
UI Logic Data
Data Binding Notification
What is Data Binding?
Dependency Object
Dependency Property
Object
Property
OneWay
TwoWay
OneWayToSource
 ICommand
 IValueConverter
Binding
 INotifyPropertyChanged
 ObservableCollection<T>
Notifications
Get ready for the coming Windows 10. If you want to learn
more about MVVM and many other things, get my Windows
Universal App Development course on Udemy for only $29
($100 OFF), just go to http://bit.ly/1GCNpK3
Windows 10

More Related Content

What is MVVM?

Editor's Notes

  • #7: Bind from View to ViewModel to View
  • #8: Go from Model to ViewModel and then to View