When I write a WPF application with MVVM Light, I am trying to determine the best way to navigate in the application. I read about creating services, interfaces, and helpers, but unfortunately, my head still did not understand what great advice is offered on SO. I applied a spiral starting with a simple class and code to use MEF and / or Unity to accomplish my task.
What do you think is the easiest way to add basic frame navigation to a WPF MVVM Light application?
source
share