That article concentrated on implementing the application's UI using a view and view model (as defined by the Model-View-ViewModel, or MVVM, pattern). In that article I let the view (a WPF UserControl ...
Model-view-viewmodel works well with XAML and .NET. Now there’s a first-class implementation from the .NET community Microsoft has always been good at working with developers, right from its earliest ...
Prism's Navigation API makes it a lot easier to swap Views in and out of regions in your Window -- assuming you give Prism enough information to do the job right. If you're creating loosely-coupled ...