By mswatcher
via dotnetperls.com
Published: Jun 07 2008 / 23:39
This article aims to explore some aspects of string array sorting and alphabetization of lists and arrays in C#. It presents some benchmarks and I try to draw some best practices from my experiment. It may be helpful for learning basics about string sorting, and gaining more insight into what problems exist in the methods, and which problems don't.
Add your comment