My name is Jesús from Spain, I\'m a .NET developer and I just discovered this great web few days ago.
I have some questions about the MVVM pattern and I will be glad if
You don't actually have to use the RelayCommand. All you really need to do is implement the ICommand interface on an object. In the SoapBox Core framework I defined an interface called ICommandControl and all button ViewModels, etc. implement that. There's also an AbstractCommandControl class you can derive from to implement it.