I was wondering if it is possible to create a template for a view model and view.
I would like to add a common structure to both, so when i add the new ViewModel or View it will all ready have all my common regions, fields, constructors, properties and methods.
So when i add the new ViewModel or View it will all ready have all the code i need to create it.
Note: I am not talking about ViewModelBase or ViewBase. I have that in place.
I’ve used the codeplex toolkit before, which I found pretty useful: