Learn WPF by example (a recipe)

Ever wonder how the experts build clever things into their WPF applications? Here’s one way to find out which uses a few of my favourite tools for building WPF and Silverlight apps. Required Ingredients: 1. Snoop, an excellent utility that lets you visualize and probe a running WPF application. 2. Lutz’s tried and true Reflector utility, which [...]