I've used PureMVC before with AS3, and am playing around with WP7 so thought it would make sense to try the C# port (http://trac.puremvc.org/PureMVC_CSharp/)
The problem I'm having is that the samples (Login/Employee Admin) don't use the NavigationService to change states within the application - they simply hide/show controls when needed.
Does anyone know of an example of PureMVC with NavigationService or how this might work?
OR should I just give up trying to use PureMVC and learn a new framework like MVVM?