Which sorting algorithm is used by .NET\'s Array.Sort() method?
Array.Sort()
It uses the QuickSort algorithm.
Source: