I do not like having Controller-related code (understand ICommand stuff) in my ViewModel in WPF. Is there a framework to separate it and getting back to good old MVC for WPF?
I would like to get : - a view in XAML - a view model - a model - command handlers