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 ...
In Part 1 of this series, Eric Vogel walks you through a software design pattern that is commonly used to handle UI interactions. The command pattern is a common software design pattern that allows ...