Category Archives: UWP

The MVVM pattern – Dependency injection

In the previous posts we’ve learned the basic concepts of the MVVM pattern and how to apply them in a real application. In this post we’ll introduce some more advanced concepts, which will be helpful to implement the MVVM pattern … Continue reading

Posted in Universal Apps, UWP, wpdev | Tagged , , | Leave a comment

The MVVM pattern – The practice

Let’s continue our journey to learn the MVVM pattern, applied to Universal Windows apps development. After we’ve learned the basic concepts in the previous post, now it’s time to start writing some code. As already mentioned in the previous post, … Continue reading

Posted in Universal Apps, UWP, wpdev | Tagged , , | Leave a comment

The MVVM pattern – Introduction

Model-View-ViewModel (from now on, just MVVM) is a “love and hate” topic when it comes to Universal Windows app development. If you have never used it and you try it for the first time, you’ll probably find yourself a little … Continue reading

Posted in Universal Apps, UWP, wpdev | Tagged , | 1 Comment