Using the Mediator pattern in MVVM / WPF

Some instructions on how to use the Mediator design pattern as a means of allowing communication between ViewModel classes in your MVVM / WPF application. In this example I use the Mediator as a means of communicating to the main window which view to display when the user clicks a button on either of the …

Continue reading ‘Using the Mediator pattern in MVVM / WPF’ »