Stories recently tagged with 'HashSetT'

Expose New Linq Operations from the HashSet<T> Performance Monster(blog.domaindotnet.com)

submitted by dcarrdcarr(790) 3 years, 5 months ago

Linq is not just about databases. It’s about reading the registry, your hard-disk, or even a list of function pointers to be invoked. Linq is about more event then sets (collections). It’s about making tasks easier in many cases and vastly more powerful (and most importantly your code more readable and maintainable at the same time). It’s astounding just how fast the HashSet<T> collection is. This post will show how to gain additional power that is fully supported from Microsoft which is often overlooked, yet it can solve some of the hardest problems (especially around performance however don’t prematurely optimize!). Linq, HashSet, ORM, NHibernate, Linq to NHibernate, Linq Undocumented, Functional Programming, .NET 3.5 read more...

3 comments |category: |Views: 529

tags: another

Introducing HashSet<T> [Kim Hamilton](blogs.msdn.com)

submitted by PeterRitchiePeterRitchie(1505) 5 years, 3 months ago

New class in the Orcas CTP. read more...

add a comment |category: |Views: 21

tags: another