More than once, I’ve found myself wanting to be able to demonstrate the range of controls that are available for Silverlight and WPF and, today, I ended up in that same place and decided to do something about it. I built a very, very simple WPF application. Screenshot is below and you can install the application via ClickOnce by clicking on the picture below (note you'll need .NET Framework V3.5 Sp1 as I don't install it for you here) ; All it’s doing is displaying in a TreeView with a number of sections in it; WPF Built In Controls WPF Toolkit Controls WPF 3rd Party Controls Silverlight Built In Controls … and this is just driven by an XML configuration file that’s embedded into the application so if you happen to know of other sets of controls that should be included then let me know. What’s really cool about this stuff these days is that control vendors tend to have either a; WPF XBAP Silverlight XAP on their website showcasing their controls. So, in most cases all the application above is doing is using the...