Getting out of a bind — with bindings
Converters in WPF are quite possibly the most useful tool that I’ve used in the relatively short time I’ve spent developing WPF applications. They give the ability to format data, style controls, and more, based on the value supplied from a binding. And it doesn’t even have to be a binding to a data source. [...]