0
kicks
A Sorted Affair: History of the C# Sort
I often have the joy of dealing with other people's code that was originally written in C# 1.0 and am continually amazed by how much better the language has become in a few short years. This example represents the evolution of sorting a simple list in C#. From 50+ lines of code, down to one. Wow, what a change!