I'm building a WPF application which is based on the MVVM pattern.
Later on we are going to build a Silverlight application of the same type, and also a Web application.
I want to use my ViewModels in all three UI:s, so my idea was to move the vm:s to a class library, but then I lost my ICommands, is there an easy way to get around this?
How would solve this problem?
Best regards, Peter Larsson!