<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - Working with Collections - 21</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Series/Visual-Basic-Development-for-Absolute-Beginners/Working-with-Collections-21/RSS"></atom:link>
	<image>
		<url>http://ak.channel9.msdn.com/ch9/7f13/97cca87b-657f-4096-9b85-9f9f00177f13/21VBWorkingwithCollections_100_ch9.jpg</url>
		<title>Channel 9 - Working with Collections - 21</title>
		<link></link>
	</image>
	<description>Collections are a more powerful form of arrays. In this lesson we demonstrate an &amp;quot;old style&amp;quot; collection (pointing out their limitations) as well as several of the newer, strongly typed generic collections (List(Of T) and Dictionary(Of T1, T2)) utilizing the generics syntax. Download the source code for Working with Collections  </description>
	<link></link>
	<language>en</language>
	<pubDate>Wed, 22 May 2013 00:38:09 GMT</pubDate>
	<lastBuildDate>Wed, 22 May 2013 00:38:09 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Working with Collections - 21</title>
		<description>
			<![CDATA[<p>Thanks so much for this video.&nbsp; I literally was wondering how to make a</p><p><pre class="brush: vb">Dim list As New List(of List(Of String)) From {New List(Of String) From {&quot;G&quot;,&quot;b&quot;,&quot;c&quot;}}</pre></p><p>&nbsp;</p><p>Thanks so much for it!</p><p>posted by Algorithum</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Visual-Basic-Development-for-Absolute-Beginners/Working-with-Collections-21#c634603722786582506</link>
		<pubDate>Sun, 25 Dec 2011 01:11:18 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Visual-Basic-Development-for-Absolute-Beginners/Working-with-Collections-21#c634603722786582506</guid>
		<dc:creator>Algorithum</dc:creator>
	</item>
	<item>
		<title>Re: Working with Collections - 21</title>
		<description>
			<![CDATA[<p>Glad to hear it.&nbsp; Admittedly, it's a bit verbose when compared to the C# version, but still a nice shortcut to instantiate a quick, deep collection of object instances.</p><p>posted by BobTabor</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Visual-Basic-Development-for-Absolute-Beginners/Working-with-Collections-21#c634605463876559786</link>
		<pubDate>Tue, 27 Dec 2011 01:33:07 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Visual-Basic-Development-for-Absolute-Beginners/Working-with-Collections-21#c634605463876559786</guid>
		<dc:creator>BobTabor</dc:creator>
	</item>
</channel>
</rss>