Hi! :-)
Is it possible to do the following in VS 2010:
Create a new template (or something similar) so I get a XAML - view and a view model, completely with the INotifyPropertyChanged implementation and a view model invoker, all in one?
Create a project template that gives me a view and a full view model in App.OnStartup(...) instead of this less - than - optimal "set a startup view in App.xaml"?