MVVM for non MVVM people : Part 2
Picking up after part 1, where our artistically challenged software developer just finished writing a view model. We will continue with the user interface designer where »
Picking up after part 1, where our artistically challenged software developer just finished writing a view model. We will continue with the user interface designer where »
In my recent explosion of Silverlight development I have seen the term Model View ViewModel being thrown around a lot. I really enjoy writing Silverlight apps »
I may be relatively new to Silverlight and MVVM but I know enough that I should be able to bind to a ObservableCollection<DataGridColumn> »