Archive for July, 2010

Advanced WPF ListBox Scenario: Representing and Selecting an XML Hierarchy

I’ve never found a use for the XmlDataProvider natively in Xaml for a shipping app, but today a @malevy had a situation that sounded interesting.  He has an Xml document structured as follows: <Owners>     <Owner name=”’”>         <Pet name=”” />         <Pet name=”” />     <Owner name=””>     … </Owners> He wanted to be [...]

ReSharper Test Runner and MSTest Projects

One of my biggest irritants with the Unit Testing ecosystem is that each runner does things a little different. Gallio has helped solve this to some extent, but even that hasn’t solved all the problems that come with content or resource file deployments, coverage settings, etc.  Gallio’s goal is noble if not arrogant, become the [...]