In WPF and Silverlight, you can separate your UI logic into a set of Command classes that facilitate loose coupling, testable designs, and reusability. An ideal application would remove all coding ...
I'm working on my first WPF app and I'm stuck on something that shouldn't be so difficult.<BR><BR>Basically I've got a List (actually ObservableCollection) of strings. I've got a ListView with a ...