Sorting in .NET

Posted by & filed under Development.

I found some very interesting behavior in the .NET sort method today that I thought I would share in case it catches anyone else off guard. To set up the scenario, I had two objects that had the same value for the property that was being compared.  These objects were already in the order I… Read more »