One of my biggest issues dealing with a move from Java to .Net is the fact that there isn\'t a Set interface in .Net. I know there are libraries I could go and download but
In .NET 4.0 HashSet will be retrofitted to even implement new ISet interface.
HashSet
ISet