In this article, Kunal Chowdhury discusses in details the command binding feature in Silverlight 4.
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 the data i.e. a full separation of the view from the model. In this article I will describe you how to implement the command binding to load some informations & display it to the UI.