In this post we will discuss route navigation in more detail. When an AppController is created, it initializes and binds components. The main component is the route stack. Routes are pushed to this stack, and the topmost route determines the actual view of the window. The route stack must always contain at least one route.… Continue reading Navigating the Route Stack
Month: August 2017
Building Material Design WPF Applications – an introduction to ViewModel-first routing
This is the first post in a series about app development in WPF. WPF is a great platform for building desktop applications. Although it is deprecated by Microsoft, the community is keeping it fresh and alive with a lot of great projects and toolkits such as Mahapps Metro and Material Design In XAML. While developing apps using these… Continue reading Building Material Design WPF Applications – an introduction to ViewModel-first routing