9
MVVM Eduardo Rosas Osorno [email protected]

What is MVVM?

Embed Size (px)

Citation preview

Page 1: What is MVVM?

MVVMEduardo Rosas Osorno

[email protected]

Page 2: What is MVVM?

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

Page 3: What is MVVM?

• Design pattern

• Model (reusable code)

• View (platform-specific code)

• ViewModel (reusable code)

What is MVVM?

Page 4: What is MVVM?

View ViewModel Model

UI Logic Data

Data Binding Notification

Page 5: What is MVVM?

What is Data Binding?

Dependency Object

Dependency Property

Object

Property

OneWay

TwoWay

OneWayToSource

Page 6: What is MVVM?

• ICommand

• IValueConverter

Binding

Page 7: What is MVVM?

• INotifyPropertyChanged

• ObservableCollection<T>

Notifications

Page 8: What is MVVM?

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

Page 9: What is MVVM?

Windows 10