Should I use ICommand or Expression.Interactions InvokeCommand for MVVM in Silverlight 4?

Posted by phejndorf on Stack Overflow See other posts from Stack Overflow or by phejndorf
Published on 2010-05-13T15:33:43Z Indexed on 2010/05/13 20:24 UTC
Read the original article Hit count: 195

Filed under:
|

I'm about to embark on a new project in Silverlight 4, and definitely want to take advantage of the MVVM pattern, now I've finally grasped the basics.

For implementing commands in Silverlight 4 it seems there are rather a lot of options ranging from the new built-in Command/ICommand option on the Button, over the InvokeCommand defined in the Microsoft.Expressions.Interactivity namespace and on to the range of assisting MVVM frameworks (Prism, MVVMlight etc).

Does anyone here have gotcha's, experience and wisdom to share on this subject?

© Stack Overflow or respective owner

Related posts about silverlight-4.0

Related posts about mvvm