<?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"
	>
<channel>
	<title>Comments on: Associative Arrays in VB.NET</title>
	<atom:link href="http://agilewebmasters.com/nick/associative-arrays-in-vbnet/feed/" rel="self" type="application/rss+xml" />
	<link>http://agilewebmasters.com/nick/associative-arrays-in-vbnet/</link>
	<description>Take the lead out...</description>
	<pubDate>Thu, 09 Sep 2010 12:34:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Nick Ashley</title>
		<link>http://agilewebmasters.com/nick/associative-arrays-in-vbnet/#comment-21672</link>
		<dc:creator>Nick Ashley</dc:creator>
		<pubDate>Fri, 07 Aug 2009 07:16:27 +0000</pubDate>
		<guid isPermaLink="false">http://agilewebmasters.com/?p=139#comment-21672</guid>
		<description>This is an old post from when I was first learning how to program in VB.NET - as a PHP programmer I was trying to get functionality similar to an associative array in PHP. At first I found a Collection, but then later found that a Dictionary object seemed better (as mentioned at the end of this post). 

Care to explain why a hashtable is the better solution? I'd appreciate it!</description>
		<content:encoded><![CDATA[<p>This is an old post from when I was first learning how to program in VB.NET - as a PHP programmer I was trying to get functionality similar to an associative array in PHP. At first I found a Collection, but then later found that a Dictionary object seemed better (as mentioned at the end of this post). </p>
<p>Care to explain why a hashtable is the better solution? I&#8217;d appreciate it!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jonny</title>
		<link>http://agilewebmasters.com/nick/associative-arrays-in-vbnet/#comment-15109</link>
		<dc:creator>jonny</dc:creator>
		<pubDate>Wed, 20 May 2009 17:11:07 +0000</pubDate>
		<guid isPermaLink="false">http://agilewebmasters.com/?p=139#comment-15109</guid>
		<description>why not just use a hashtable</description>
		<content:encoded><![CDATA[<p>why not just use a hashtable</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nidesa</title>
		<link>http://agilewebmasters.com/nick/associative-arrays-in-vbnet/#comment-7781</link>
		<dc:creator>nidesa</dc:creator>
		<pubDate>Wed, 11 Feb 2009 12:34:13 +0000</pubDate>
		<guid isPermaLink="false">http://agilewebmasters.com/?p=139#comment-7781</guid>
		<description>this is not all that useful i want to find whther a certain data exists in the dictionary and accordingly append</description>
		<content:encoded><![CDATA[<p>this is not all that useful i want to find whther a certain data exists in the dictionary and accordingly append</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Dictionary Object: similar to PHP arrays. &#124; Agile Webmasters</title>
		<link>http://agilewebmasters.com/nick/associative-arrays-in-vbnet/#comment-7</link>
		<dc:creator>The Dictionary Object: similar to PHP arrays. &#124; Agile Webmasters</dc:creator>
		<pubDate>Sat, 02 Aug 2008 22:51:58 +0000</pubDate>
		<guid isPermaLink="false">http://agilewebmasters.com/?p=139#comment-7</guid>
		<description>[...] a previous post entitled Associative Arrays in VB.NET I spoke of using a Collection Object to achieve similar functionality to associative arrays in PHP. [...]</description>
		<content:encoded><![CDATA[<p>[...] a previous post entitled Associative Arrays in VB.NET I spoke of using a Collection Object to achieve similar functionality to associative arrays in PHP. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
