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 ...
This worked OK in the beginning. As my application grew, I wanted to take advantage of IoC in my ViewModel; there were repositories to inject as well as other dependencies. Because of these and other ...
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 ...