Now I have created my first from scratch WPF application using MVVM. I like the concept of separating the view from the model, making it possible to change the view without having to touch the model.
The dependencies also goes in the right direction, from the lowest level (the View) having knowledge of the next level (the ViewModel) that finally has knowledge of the highest level (the Model). No dependencies exist in the other direction.
Code can be found on GitHub https://github.com/Backhage/WPF-MVVM-Sample
The dependencies also goes in the right direction, from the lowest level (the View) having knowledge of the next level (the ViewModel) that finally has knowledge of the highest level (the Model). No dependencies exist in the other direction.
Code can be found on GitHub https://github.com/Backhage/WPF-MVVM-Sample
Kommentarer
Skicka en kommentar