Minggu, 06 Februari 2011

C#/.NET Little Wonders: The Useful But Overlooked Sets

Once again we consider some of the lesser known classes and keywords of C#.  Today we will be looking at two set implementations in the System.Collections.Generic namespace: HashSet and SortedSet.  Even though most people think of sets as mathematical constructs, they are actually very useful classes that can be used to help make your application more performant if used appropriately. For

Tidak ada komentar:

Posting Komentar