Step by Step Guide to Silverlight 4 Command Binding

Posted on Code Project See other posts from Code Project
Published on Sat, 08 May 2010 07:12:00 GMT Indexed on 2010/05/08 7:19 UTC
Read the original article Hit count: 200

Filed under:
Silverlight 4 now came up with the support of Command Binding. Using Command binding you can easily develop your Silverlight MVVM (Model-View-ViewModel) applications where your view will not know about data. In this article, I will describe you the Command binding feature in Silverlight 4 Step-by-St

© Code Project or respective owner