<?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 - Day 2 - Part 6</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Working-with-Collections/RSS"></atom:link>
	<image>
		<url>http://ecn.channel9.msdn.com/o9/ch9/9218/2843c6c8-ac81-4428-8eb4-9e1701679218/day02part6_100_ch9.jpg</url>
		<title>Channel 9 - Working with Collections - Day 2 - Part 6</title>
		<link></link>
	</image>
	<description> You will often need to work with groups of instances of classes and this video explains how to use one collection—the List&amp;lt;T&amp;gt;—to keep references to multiple instances of a given class. Bob demonstrates how to add instances of objects to a collection and how to iterate through each instance inside the collection using the “for each” statement, a variation on the “for iteration” statement we learned about on Day 1. Download the source code in c# Download the source code in VB.Net </description>
	<link></link>
	<language>en</language>
	<pubDate>Sun, 19 May 2013 16:29:43 GMT</pubDate>
	<lastBuildDate>Sun, 19 May 2013 16:29:43 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Working with Collections - Day 2 - Part 6</title>
		<description>
			<![CDATA[ <p>So would you say a List is similar to an array? Looks pretty similar, and I like the foreach loop.</p><p>Cheers Bob</p><p>posted by Mintydog</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Working-with-Collections#c634271391810000000</link>
		<pubDate>Sun, 05 Dec 2010 09:46:21 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Working-with-Collections#c634271391810000000</guid>
		<dc:creator>Mintydog</dc:creator>
	</item>
	<item>
		<title>Re: Working with Collections - Day 2 - Part 6</title>
		<description>
			<![CDATA[@Mintydog:<br />Arrays do exist in C#, but I like Lists much better. With lists, you don't have to define a maximum size, and are generally much easier to work with.&nbsp;<p>posted by worldwaffle</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Working-with-Collections#c634276977650000000</link>
		<pubDate>Sat, 11 Dec 2010 20:56:05 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Working-with-Collections#c634276977650000000</guid>
		<dc:creator>worldwaffle</dc:creator>
	</item>
	<item>
		<title>Re: Working with Collections - Day 2 - Part 6</title>
		<description>
			<![CDATA[ <p>@<a href="/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Working-with-Collections#c634271391810000000">Mintydog</a>: Lists allow you to do a bit more complex operations like inserting, removing, ... </p><p>posted by Clint</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Working-with-Collections#c634294403240000000</link>
		<pubDate>Sat, 01 Jan 2011 00:58:44 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/Working-with-Collections#c634294403240000000</guid>
		<dc:creator>Clint</dc:creator>
	</item>
</channel>
</rss>