<?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 - for Iterations - 08</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/for-Iterations-08/RSS"></atom:link>
	<image>
		<url>http://ak.channel9.msdn.com/ch9/9a54/5deb063b-550b-42c2-a9b2-9f7a012f9a54/08forIterations_100_ch9.jpg</url>
		<title>Channel 9 - for Iterations - 08</title>
		<link></link>
	</image>
	<description>Iterations allow our applications to loop through a block of code until a condition is satisfied. We&#39;ll cover several different types of iteration statements throughout this series, starting with the for iteration statement. This lesson demonstrates how to utilize &amp;quot;code snippets&amp;quot; to help remind you of the syntax for this complex statement, and shows debugging in action via the values of loops displayed in the Visual Studio IDE. Download the source code for Iterations </description>
	<link></link>
	<language>en</language>
	<pubDate>Sun, 26 May 2013 04:59:07 GMT</pubDate>
	<lastBuildDate>Sun, 26 May 2013 04:59:07 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: for Iterations - 08</title>
		<description>
			<![CDATA[<p>Nice</p><p>posted by santi_m</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/for-Iterations-08#c634575531152583359</link>
		<pubDate>Tue, 22 Nov 2011 10:05:15 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/for-Iterations-08#c634575531152583359</guid>
		<dc:creator>santi_m</dc:creator>
	</item>
	<item>
		<title>Re: for Iterations - 08</title>
		<description>
			<![CDATA[<p>Great video series Bob.</p><p>Here's a nice homework challenge for this lesson that ties back to the lessons on data types.</p><p>Challenge: Modify Bob's code so that the numbers displayed are 1-10 instead of 0-9. Don't forget to modify when 7 is found. I found several ways to do it wrong before I figured out&nbsp;a correct method.</p><p>&nbsp;</p><p>posted by GeorgeNeville</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/for-Iterations-08#c634626068856263705</link>
		<pubDate>Thu, 19 Jan 2012 21:54:45 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/for-Iterations-08#c634626068856263705</guid>
		<dc:creator>GeorgeNeville</dc:creator>
	</item>
	<item>
		<title>Re: for Iterations - 08</title>
		<description>
			<![CDATA[many ways to do it, not sure what way your talking about...<p>posted by Tera</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/for-Iterations-08#c634626082503971090</link>
		<pubDate>Thu, 19 Jan 2012 22:17:30 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/for-Iterations-08#c634626082503971090</guid>
		<dc:creator>Tera</dc:creator>
	</item>
	<item>
		<title>Re: for Iterations - 08</title>
		<description>
			<![CDATA[<p></p><blockquote><div class="quoteText"><p></p><p><a class="permalink" title="Comment Permalink" href="/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/for-Iterations-08#c634626082503971090">1 hour&nbsp;ago</a></p><p>many ways to do it, not sure what way your talking about...</p><p></p></div></blockquote><p></p><p>A way that returns the correct result <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-5.gif?v=c9' alt='Wink' /> The point being to try it as it reinforces earlier concepts.</p><p>For example:</p><p></p><pre class="brush: text">Console.WriteLine(i.ToString()&#43;1);</pre><p></p><p>Will give you something different.&nbsp;</p><p>posted by GeorgeNeville</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/for-Iterations-08#c634626128999010510</link>
		<pubDate>Thu, 19 Jan 2012 23:34:59 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/for-Iterations-08#c634626128999010510</guid>
		<dc:creator>GeorgeNeville</dc:creator>
	</item>
	<item>
		<title>Re: for Iterations - 08</title>
		<description>
			<![CDATA[<p>Nice One <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /></p><p>posted by thens</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/for-Iterations-08#c634673897821972874</link>
		<pubDate>Thu, 15 Mar 2012 06:29:42 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/for-Iterations-08#c634673897821972874</guid>
		<dc:creator>thens</dc:creator>
	</item>
	<item>
		<title>Re: for Iterations - 08</title>
		<description>
			<![CDATA[Easiest way to get it to display 1 - 10 is to alter the &#34;for&#34; loop.<p>posted by Erik</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/for-Iterations-08#c634746254349255467</link>
		<pubDate>Thu, 07 Jun 2012 00:23:54 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/for-Iterations-08#c634746254349255467</guid>
		<dc:creator>Erik</dc:creator>
	</item>
	<item>
		<title>Re: for Iterations - 08</title>
		<description>
			<![CDATA[What i wish was explained is why are parenthesis used by themselves vs when do parenthesis rest inside another pair of parenthesis&#63;  i.e... console.writeline&#40;message&#41;&#59; vs console.writeline       &#40;i.toString&#40;&#41;&#41;&#59; don&#39;t think I heard this explained.<p>posted by Skyeblue</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/for-Iterations-08#c634775695473891693</link>
		<pubDate>Wed, 11 Jul 2012 02:12:27 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/for-Iterations-08#c634775695473891693</guid>
		<dc:creator>Skyeblue</dc:creator>
	</item>
	<item>
		<title>Re: for Iterations - 08</title>
		<description>
			<![CDATA[<p>@<a href="/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/for-Iterations-08#c634775695473891693">Skyeblue</a>: First of all, KUDOS for being an &quot;active learner&quot; ... for having questions about the content and not just accepting the order I'm presenting the content. &nbsp;I am an active learner too ... I have to &quot;control&quot; the learning process by asking questions. &nbsp;So, again, you're doing it right. &nbsp;<img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /></p><p>Specifically to your question ... You might want to re-watch Lesson 7 on operators wherein I say that the parenthesis operator plays several roles, but when butted right up next to an identifier (like a method name) means that it is used as the method invocation operator ... so:</p><p>executeMe();</p><p>... will EXECUTE the method. &nbsp;</p><p>In the examples you used:</p><p>console.writeline() &nbsp;&lt;--- here we're invoking the writeline method of the console object</p><p>i.ToString() &lt;--- here we're invoking the ToString method of integer objects</p><p>What the heck does all that mean? &nbsp;In Lessons 10 and 15 we'll talk about methods more. &nbsp;So, we're getting there!!! &nbsp;Just hang in there. &nbsp;<img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /></p><p>posted by BobTabor</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/for-Iterations-08#c634778853668459360</link>
		<pubDate>Sat, 14 Jul 2012 17:56:06 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/for-Iterations-08#c634778853668459360</guid>
		<dc:creator>BobTabor</dc:creator>
	</item>
	<item>
		<title>Re: for Iterations - 08</title>
		<description>
			<![CDATA[You say thank you at the end of each video, but I should be thanking you&#33; <br>So far so good&#33; I&#39;m still rusty on a few things, but with practice, I&#39;m sure I&#39;ll get better&#33;<p>posted by Tyler</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/for-Iterations-08#c634855177698450485</link>
		<pubDate>Thu, 11 Oct 2012 02:02:49 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/for-Iterations-08#c634855177698450485</guid>
		<dc:creator>Tyler</dc:creator>
	</item>
	<item>
		<title>Re: for Iterations - 08</title>
		<description>
			<![CDATA[<p>@<a href="/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/for-Iterations-08#c634855177698450485">Tyler</a>: <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /> &nbsp;Thanks for the kind words.</p><p>posted by BobTabor</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/for-Iterations-08#c634856008518559785</link>
		<pubDate>Fri, 12 Oct 2012 01:07:31 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/for-Iterations-08#c634856008518559785</guid>
		<dc:creator>BobTabor</dc:creator>
	</item>
	<item>
		<title>Re: for Iterations - 08</title>
		<description>
			<![CDATA[Dear Bob,<br><br>First off&#58; your lessons are great&#33; Thank you for that. <br>Secondly I still don&#39;t understand why there is an ToString in Console.WriteLine&#40;i.ToString&#41; and with the myX example it is not there. <br>I recreated your examples and all seems to work either with or without ToString. I am not sure if this is the same question SkyeBlue asked, but I don&#39;t think so. Maybe the answer to my question become clear as well later on&#63; <p>posted by lynda</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/for-Iterations-08#c634863246824204561</link>
		<pubDate>Sat, 20 Oct 2012 10:11:22 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/for-Iterations-08#c634863246824204561</guid>
		<dc:creator>lynda</dc:creator>
	</item>
	<item>
		<title>Re: for Iterations - 08</title>
		<description>
			<![CDATA[O nevermind, Bob, I see you answered my question already below video 9. &#58;&#41;<p>posted by lynda</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/for-Iterations-08#c634863254008152110</link>
		<pubDate>Sat, 20 Oct 2012 10:23:20 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/for-Iterations-08#c634863254008152110</guid>
		<dc:creator>lynda</dc:creator>
	</item>
</channel>
</rss>