|
by Sandesh Meda via ASPAlliance.com - Articles, reviews, and samples for .NET Developers on 7/23/2008 12:00:00 AM
In this article Sandesh discusses the different ways of sorting an array of custom objects in C# using the IComparable and IComparer interfaces. Examples are provided on the simple case of sorting an array of built in data types and extends the example to custom objects. He demonstrates the concepts with the help of code samples along with relevant analysis for each one of them.
... [ read more ]
|