Simplify your WPF Converters with the ConvertibleMarkupExtension
You can't get away with coding in XAML without using IValueConverters. If by some miracle you've figured out how, then please, do share :). In the meantime, there is a way to keep you from having to declare each converter you use as a named resource, through MarkupExtensions. Some great examples of this technique can be found here and here. Continue reading...