Community

Keeping Your Data Sorted Using Generic SortedSet in .NET Framework 4

(Vipul Patel) .NET Framework 3.5 introduced a generic hash set class System.Collections.HashSet for representing a set of values. It provided high performance set operations. Though it did not contain duplicate elements, it was not sorted. One would have to call OrderBy overload to sort the elements

Read More - Register for Free Membership