Navigating between views in WPF / MVVM using dependency injection
A previous post described how to navigate between views in a WPF / MVVM project using the Mediator pattern as a means of passing data around and/or identifying the screen you wish to navigate to. I believe dependency injection is a cleaner and more SOLID-principled way of accomplishing the process of injecting dependencies into the …
Continue reading ‘Navigating between views in WPF / MVVM using dependency injection’ »