Deep comparing 2 complex objects using CompareNETObjects
I have a requirement in my current project at work where I have to deep compare two complex objects in .Net and potentially need to return the differences between the two. The complex class looks similar to this sample Organisation class A colleague already wrote his own code to compare any two complex objects. However … [Read more…]