HashSet<T> is in our latest CTP, and you can find it in the System.Collections.Generic namespace. The naming discussion over the last month has motivated me to recap some naming highlights for HashSet, so hang in til the end if you’re interested. HashSet is an unordered collection containing unique elements
Similar Posts
Welcome back! In Part 5 we finished off with a table structure and the beginnings of NHibernate. We'll dive in deeper with NHibernate and mapping in this
Introduction In this C# 3.0 Feature Focus Week we'll focus on the new language features that will be part of C# 3.0 Orcas . As you already might know,
In my prior two posts, I wrote about the stream aggregate operator. Stream aggregate is great for scalar aggregates and for aggregations where we have
I was planning to continue writing about parallelism this week (and I will continue another time in another post), but I received an interesting question