<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: C# HashSet&lt;T&gt;</title>
	<atom:link href="http://johnnycoder.com/blog/2009/12/22/c-hashsett/feed/" rel="self" type="application/rss+xml" />
	<link>http://johnnycoder.com/blog/2009/12/22/c-hashsett/</link>
	<description></description>
	<lastBuildDate>Tue, 07 Feb 2012 13:10:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Suzi Dominque</title>
		<link>http://johnnycoder.com/blog/2009/12/22/c-hashsett/comment-page-1/#comment-288191</link>
		<dc:creator>Suzi Dominque</dc:creator>
		<pubDate>Fri, 18 Nov 2011 21:08:08 +0000</pubDate>
		<guid isPermaLink="false">http://johnnycoder.com/blog/2009/12/22/c-hashsett/#comment-288191</guid>
		<description>Usually I do not read post on blogs, but I wish to say that this write-up very forced me to try and do so! Your writing style has been surprised me. Thanks, very nice post.</description>
		<content:encoded><![CDATA[<p>Usually I do not read post on blogs, but I wish to say that this write-up very forced me to try and do so! Your writing style has been surprised me. Thanks, very nice post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rubin Marbry</title>
		<link>http://johnnycoder.com/blog/2009/12/22/c-hashsett/comment-page-1/#comment-278403</link>
		<dc:creator>Rubin Marbry</dc:creator>
		<pubDate>Fri, 11 Nov 2011 20:32:21 +0000</pubDate>
		<guid isPermaLink="false">http://johnnycoder.com/blog/2009/12/22/c-hashsett/#comment-278403</guid>
		<description>Fantastic site. Lots of useful information here. I am sending it to a few friends ans also sharing in delicious. And of course, thanks in your effort!</description>
		<content:encoded><![CDATA[<p>Fantastic site. Lots of useful information here. I am sending it to a few friends ans also sharing in delicious. And of course, thanks in your effort!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Finding Distinct Elements In A List(T) &#124; Software Rockstar</title>
		<link>http://johnnycoder.com/blog/2009/12/22/c-hashsett/comment-page-1/#comment-253267</link>
		<dc:creator>Finding Distinct Elements In A List(T) &#124; Software Rockstar</dc:creator>
		<pubDate>Thu, 04 Aug 2011 05:27:01 +0000</pubDate>
		<guid isPermaLink="false">http://johnnycoder.com/blog/2009/12/22/c-hashsett/#comment-253267</guid>
		<description>[...] up with some slick ways to solve this problem like creating a generic EqualityComparer&lt;T&gt; and using HashSet&lt;T&gt;, but I find both of those methods to be more complex solutions to a simpler [...]</description>
		<content:encoded><![CDATA[<p>[...] up with some slick ways to solve this problem like creating a generic EqualityComparer&lt;T&gt; and using HashSet&lt;T&gt;, but I find both of those methods to be more complex solutions to a simpler [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Griswold</title>
		<link>http://johnnycoder.com/blog/2009/12/22/c-hashsett/comment-page-1/#comment-222130</link>
		<dc:creator>Ben Griswold</dc:creator>
		<pubDate>Wed, 11 Aug 2010 06:06:56 +0000</pubDate>
		<guid isPermaLink="false">http://johnnycoder.com/blog/2009/12/22/c-hashsett/#comment-222130</guid>
		<description>@Meenatchi, I am not aware of any relationship between DataSets/DataTables and HashSets. I&#039;m going to have to say no. Sorry.</description>
		<content:encoded><![CDATA[<p>@Meenatchi, I am not aware of any relationship between DataSets/DataTables and HashSets. I&#8217;m going to have to say no. Sorry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Meenatchi Natarajan</title>
		<link>http://johnnycoder.com/blog/2009/12/22/c-hashsett/comment-page-1/#comment-222125</link>
		<dc:creator>Meenatchi Natarajan</dc:creator>
		<pubDate>Wed, 11 Aug 2010 05:08:35 +0000</pubDate>
		<guid isPermaLink="false">http://johnnycoder.com/blog/2009/12/22/c-hashsett/#comment-222125</guid>
		<description>Ben,
need a help.is it possible to compare a dataset/datatable records using hashset.if yes,please give me an example.</description>
		<content:encoded><![CDATA[<p>Ben,<br />
need a help.is it possible to compare a dataset/datatable records using hashset.if yes,please give me an example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://johnnycoder.com/blog/2009/12/22/c-hashsett/comment-page-1/#comment-220902</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Mon, 05 Jul 2010 10:11:52 +0000</pubDate>
		<guid isPermaLink="false">http://johnnycoder.com/blog/2009/12/22/c-hashsett/#comment-220902</guid>
		<description>This is the first excellent example of the HashSet I have found anywhere. So many bloggers have provided the most pathetic, contrived and utterless useless examples which add absolutely nothing to someone who is actually trying to get a grasp of this collection. Your post has answered several questions I had about this poorly documented collection. You are a champion! I think I will look in here more often. Be well!</description>
		<content:encoded><![CDATA[<p>This is the first excellent example of the HashSet I have found anywhere. So many bloggers have provided the most pathetic, contrived and utterless useless examples which add absolutely nothing to someone who is actually trying to get a grasp of this collection. Your post has answered several questions I had about this poorly documented collection. You are a champion! I think I will look in here more often. Be well!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Griswold</title>
		<link>http://johnnycoder.com/blog/2009/12/22/c-hashsett/comment-page-1/#comment-220246</link>
		<dc:creator>Ben Griswold</dc:creator>
		<pubDate>Mon, 14 Jun 2010 21:08:54 +0000</pubDate>
		<guid isPermaLink="false">http://johnnycoder.com/blog/2009/12/22/c-hashsett/#comment-220246</guid>
		<description>Hi Henri, per your comments, I have updated the example. Thanks again.</description>
		<content:encoded><![CDATA[<p>Hi Henri, per your comments, I have updated the example. Thanks again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Griswold</title>
		<link>http://johnnycoder.com/blog/2009/12/22/c-hashsett/comment-page-1/#comment-220245</link>
		<dc:creator>Ben Griswold</dc:creator>
		<pubDate>Mon, 14 Jun 2010 20:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://johnnycoder.com/blog/2009/12/22/c-hashsett/#comment-220245</guid>
		<description>Hi Henri,

Thank you for your thoughtful comment. You&#039;re absolutely correct -- my example, which is supposed to demonstrate how HashSets have the benefit of uniqueness, didn&#039;t demonstrate this feature at all. Yikes! Though it would have made the example a little convoluted since someone should really only be naughty or nice, I should have added Employee A to both lists and then I could have should the Employee HashSet includes a unique list still.  I&#039;ll see if I can get the sample updated.

Thanks again,
Ben</description>
		<content:encoded><![CDATA[<p>Hi Henri,</p>
<p>Thank you for your thoughtful comment. You&#8217;re absolutely correct &#8212; my example, which is supposed to demonstrate how HashSets have the benefit of uniqueness, didn&#8217;t demonstrate this feature at all. Yikes! Though it would have made the example a little convoluted since someone should really only be naughty or nice, I should have added Employee A to both lists and then I could have should the Employee HashSet includes a unique list still.  I&#8217;ll see if I can get the sample updated.</p>
<p>Thanks again,<br />
Ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pradeep Gupta</title>
		<link>http://johnnycoder.com/blog/2009/12/22/c-hashsett/comment-page-1/#comment-220242</link>
		<dc:creator>Pradeep Gupta</dc:creator>
		<pubDate>Mon, 14 Jun 2010 18:00:09 +0000</pubDate>
		<guid isPermaLink="false">http://johnnycoder.com/blog/2009/12/22/c-hashsett/#comment-220242</guid>
		<description>Thanks 
Good Article
Its very helpful.</description>
		<content:encoded><![CDATA[<p>Thanks<br />
Good Article<br />
Its very helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henri M.</title>
		<link>http://johnnycoder.com/blog/2009/12/22/c-hashsett/comment-page-1/#comment-220068</link>
		<dc:creator>Henri M.</dc:creator>
		<pubDate>Wed, 09 Jun 2010 11:18:50 +0000</pubDate>
		<guid isPermaLink="false">http://johnnycoder.com/blog/2009/12/22/c-hashsett/#comment-220068</guid>
		<description>Hi Ben, 
and thanks for the info regarding hashset, and also about resharper. Didn&#039;t know it was in there, great tip.
First example was very nice.

But with regards to hashset I just don&#039;t get the second example.
Might be something I overlook, but as you just add A to naughty and B + C to nice wouldn&#039;t you get the same result in a plain old List?

Of course if your exampledata was different, it would probably show that the hashset only added unique employees?

But too me the exampledata sort of missed the point, which is sad as it seems all the working parts are there.

Anyways, lot&#039;s of good info in the article, and the Resharper tip was also very nice.

Rgds 
Henri</description>
		<content:encoded><![CDATA[<p>Hi Ben,<br />
and thanks for the info regarding hashset, and also about resharper. Didn&#8217;t know it was in there, great tip.<br />
First example was very nice.</p>
<p>But with regards to hashset I just don&#8217;t get the second example.<br />
Might be something I overlook, but as you just add A to naughty and B + C to nice wouldn&#8217;t you get the same result in a plain old List?</p>
<p>Of course if your exampledata was different, it would probably show that the hashset only added unique employees?</p>
<p>But too me the exampledata sort of missed the point, which is sad as it seems all the working parts are there.</p>
<p>Anyways, lot&#8217;s of good info in the article, and the Resharper tip was also very nice.</p>
<p>Rgds<br />
Henri</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Griswold</title>
		<link>http://johnnycoder.com/blog/2009/12/22/c-hashsett/comment-page-1/#comment-217815</link>
		<dc:creator>Ben Griswold</dc:creator>
		<pubDate>Thu, 08 Apr 2010 16:24:32 +0000</pubDate>
		<guid isPermaLink="false">http://johnnycoder.com/blog/2009/12/22/c-hashsett/#comment-217815</guid>
		<description>Hi Meenatchi, Thanks for the comment and I&#039;m glad everything is working for you.</description>
		<content:encoded><![CDATA[<p>Hi Meenatchi, Thanks for the comment and I&#8217;m glad everything is working for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Meenatchi Natarajan</title>
		<link>http://johnnycoder.com/blog/2009/12/22/c-hashsett/comment-page-1/#comment-217812</link>
		<dc:creator>Meenatchi Natarajan</dc:creator>
		<pubDate>Thu, 08 Apr 2010 13:14:39 +0000</pubDate>
		<guid isPermaLink="false">http://johnnycoder.com/blog/2009/12/22/c-hashsett/#comment-217812</guid>
		<description>Ben,

Excellent.Its working as it is supposed to be.
As u said all the other URLs has an exmaple with int,string example.Hope,only your article has reference type example.Very useful and Most of the application requires this sort of facilities.</description>
		<content:encoded><![CDATA[<p>Ben,</p>
<p>Excellent.Its working as it is supposed to be.<br />
As u said all the other URLs has an exmaple with int,string example.Hope,only your article has reference type example.Very useful and Most of the application requires this sort of facilities.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben Griswold</title>
		<link>http://johnnycoder.com/blog/2009/12/22/c-hashsett/comment-page-1/#comment-213880</link>
		<dc:creator>Ben Griswold</dc:creator>
		<pubDate>Thu, 24 Dec 2009 05:58:41 +0000</pubDate>
		<guid isPermaLink="false">http://johnnycoder.com/blog/2009/12/22/c-hashsett/#comment-213880</guid>
		<description>Thanks for the comment and the reference site, Rahul. All the best, Ben</description>
		<content:encoded><![CDATA[<p>Thanks for the comment and the reference site, Rahul. All the best, Ben</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rahul</title>
		<link>http://johnnycoder.com/blog/2009/12/22/c-hashsett/comment-page-1/#comment-213861</link>
		<dc:creator>Rahul</dc:creator>
		<pubDate>Wed, 23 Dec 2009 12:53:23 +0000</pubDate>
		<guid isPermaLink="false">http://johnnycoder.com/blog/2009/12/22/c-hashsett/#comment-213861</guid>
		<description>First of all. Thanks very much for your useful post.

I just came across your blog and wanted to drop you a note telling you how impressed I was with the 

information you have posted here.

Please let me introduce you some info related to this post and I hope that it is useful for community.

There is a good C# resource site, Have alook
 
http://CSharpTalk.com

Thanks again
Rahul</description>
		<content:encoded><![CDATA[<p>First of all. Thanks very much for your useful post.</p>
<p>I just came across your blog and wanted to drop you a note telling you how impressed I was with the </p>
<p>information you have posted here.</p>
<p>Please let me introduce you some info related to this post and I hope that it is useful for community.</p>
<p>There is a good C# resource site, Have alook</p>
<p><a href="http://CSharpTalk.com" rel="nofollow">http://CSharpTalk.com</a></p>
<p>Thanks again<br />
Rahul</p>
]]></content:encoded>
	</item>
</channel>
</rss>

