The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Add Support for "Set" Collections to .NET

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Roy Osherove

Posts: 1807
Nickname: royo
Registered: Sep, 2003

Roy Osherove is a .Net consultant based in Israel
Add Support for "Set" Collections to .NET Posted: Jun 11, 2004 1:18 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Roy Osherove.
Original Post: Add Support for "Set" Collections to .NET
Feed Title: ISerializable
Feed URL: http://www.asp.net/err404.htm?aspxerrorpath=/rosherove/Rss.aspx
Feed Description: Roy Osherove's persistent thoughts
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Roy Osherove
Latest Posts From ISerializable

Advertisement
One of the missing collection classes in .Net is one that's not as often used, but when you need it, boy, it's really missing, is the Set. You know - Set theory (”Group Theory”) and all, including Intesect, join and so on.
I found this really nice Set implementation library with Source over on CodeProject :
 
You might also want to read the discussion at the bottom of the article, some nice points there.
Another link related to this is that someone created a more performance oriented variant of the Set - LargeListDictionary, on CodeProject, based on this article. It might come in Handly some day too:
 
(via win-tech-off-topc mailing list)

Read: Add Support for "Set" Collections to .NET

Topic: The SQL Queen, Kimberly Tripp, is blogging! Previous Topic   Next Topic Topic: Turn your PC into a Mac

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use