Category Archives: Universal Apps

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

Template10: a new template to create Universal Windows apps – MVVM

The Model-View-ViewModel pattern (from now on, just MVVM) is, without any doubt, the most widely used pattern when it comes to develop XAML based applications. In this post, we won’t learn all the inner details of the pattern: I’ve already … Continue reading

Posted in Universal Apps, wpdev | Tagged , , | 5 Comments

Template10: a new template to create Universal Windows apps – The controls

In the previous post we started to know Template10, the new open source template developed by a Microsoft, with the goal to become the starting point for every Universal Windows app developer. In this post we’re going to see some … Continue reading

Posted in Universal Apps | Tagged , , | 1 Comment