The binding engine in the various XAML stacks has to be one of my favorite features of XAML. Its clean, fast, and provides a great deal of flexibility to the developer. While examining a problem I came up against on a recent project, I realized I needed a controlling class […]
Since Silverlight 2, the binding in Silverlight has been truly amazing to build applications with. It’s ease and power has allowed developers to build advanced relationships with very little code. Silverlight 4 has extended the binding capabilities by adding indexed property binding. In previous versions, you could bind to an […]