| Sorting and Searching Using C# Lists |
|
|
|
| Friday, 24 March 2006 | |
|
The support for lists in C# 2.0 makes sorting and searching very easy. This code snippet demonstrates how to create a list of Person objects (with name and age attributes), sort by name, sort by age and search based on age. Read more at: http://www.developerfusion.co.uk/show/5513/.
Write comment (0 Comments)
|
|
| Last Updated ( Monday, 06 November 2006 ) |
| < Prev | Next > |
|---|





