Model View ViewModel

Preview:

Citation preview

Model – View – ViewModel

Eduardo Rosas Osorno

@lalorosas

lalorosas@li4t.com

Design pattern

What is MVVM?

Design pattern for platforms that use XAML.

Model

View

ViewModel

Teams with designer and developers.

Model

Model

Abstraction of the problem.

Structure of the information.

No methods, no logic.

View

View

Application flow.

Layer in which the user interacts.

UI, visual elements.

Input and output of information.

ViewModel

ViewModel

Relates the View with the Model.

All the logic.

Handles the information.

This and more is included in

my WPF course. Enrol now

at bit.ly/1BaaHC4

Recommended