I have a SQL 2008 database with some sprocs, etc... that take data in tables and export it to XML files. These XML files are used to provide sample data to test an application we use that imports XML ...
I was recently asked by a WPF programmer how to modify a value passed between bound properties in a XAML file. You can't, for instance, integrate math into a binding expression, as this example does, ...