Ever need a generic 'compare by value' comparer, for instance for comparing collections in lists?
var comparer = new CompareObjects();
Assert.IsTrue(comparer.Compare(actual, expected), comparer.DifferencesString);
Simply done. Get Compare .NET Objects. All in one .cs file courtesy of kellermansoftware
Tag: .net
WMI Classes
If you're struggling to find WMI Class definitions it might be because half the useful ones are listed under Win32 Classes.