<?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 - Operators, Expressions and Statements Duration - 07</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07/RSS"></atom:link>
	<image>
		<url>http://ak.channel9.msdn.com/ch9/db86/68749c25-2a1a-4e2a-94b6-9f7a0123db86/07OperatorsExpressionsandStatements_100_ch9.jpg</url>
		<title>Channel 9 - Operators, Expressions and Statements Duration - 07</title>
		<link></link>
	</image>
	<description>In this lesson, we discuss how to create a properly formed C# statement. As with any language, there&#39;s a &amp;quot;right way&amp;quot; and a &amp;quot;wrong way&amp;quot; to write &amp;quot;complete thoughts&amp;quot; in C#. We discuss how statements are made up of expressions, and how expressions are made up of operators (think: verbs) and operands (think: nouns). Finally, we talk about compilation errors that occur when the syntax rules of C# are ignored. Download the source code for Operators, Expressions and Statements Duration  &amp;nbsp; </description>
	<link></link>
	<language>en</language>
	<pubDate>Sat, 18 May 2013 23:09:28 GMT</pubDate>
	<lastBuildDate>Sat, 18 May 2013 23:09:28 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Operators, Expressions and Statements Duration - 07</title>
		<description>
			<![CDATA[<p>Again, awesome and thank you. You are allowing me to finally understand how to code, i love your approach</p><p>posted by EmW</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634646099086628526</link>
		<pubDate>Sun, 12 Feb 2012 02:18:28 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634646099086628526</guid>
		<dc:creator>EmW</dc:creator>
	</item>
	<item>
		<title>Re: Operators, Expressions and Statements Duration - 07</title>
		<description>
			<![CDATA[<p>@<a href="/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634646099086628526">EmW</a>: &nbsp;Awesome, glad it's working for you!</p><p>posted by BobTabor</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634647444210283900</link>
		<pubDate>Mon, 13 Feb 2012 15:40:21 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634647444210283900</guid>
		<dc:creator>BobTabor</dc:creator>
	</item>
	<item>
		<title>Re: Operators, Expressions and Statements Duration - 07</title>
		<description>
			<![CDATA[Download links are broken&#33;<p>posted by Lotfinejad</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634653206300561169</link>
		<pubDate>Mon, 20 Feb 2012 07:43:50 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634653206300561169</guid>
		<dc:creator>Lotfinejad</dc:creator>
	</item>
	<item>
		<title>Re: Operators, Expressions and Statements Duration - 07</title>
		<description>
			<![CDATA[<p>@<a href="/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634653206300561169">Lotfinejad</a>: They are all working for me... which specific link is failing for you? Two troubleshooting ideas:</p><ol><li>Can you do a tracert to video.ch9.ms to see what the results are? </li><li>Can you try hitting the same link, but media.ch9.ms instead of video.ch9.ms? </li></ol><p>Thanks</p><p>posted by Duncanma</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634653221094624636</link>
		<pubDate>Mon, 20 Feb 2012 08:08:29 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634653221094624636</guid>
		<dc:creator>Duncanma</dc:creator>
	</item>
	<item>
		<title>Re: Operators, Expressions and Statements Duration - 07</title>
		<description>
			<![CDATA[<p>This series is awesome. I've already watched several tutorials by different authors, covering the same content... but these videos&nbsp;are much more descriptive and easier to understand.</p><p>Offhand, I have a question relating to the past few videos...</p><p>Is it possible to check and see if a user input is equal to /any/ variable in a class or method? I imagine I could type the variables out one by one, but it would be much easier to just check the input against all previously defined variables within a class or method.</p><p>If (userInput == Program.Variables.(anyvariabledefined))&nbsp; or something like that.</p><p>&nbsp;</p><p>posted by Lucien</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634691955704481197</link>
		<pubDate>Thu, 05 Apr 2012 04:06:10 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634691955704481197</guid>
		<dc:creator>Lucien</dc:creator>
	</item>
	<item>
		<title>Re: Operators, Expressions and Statements Duration - 07</title>
		<description>
			<![CDATA[The link is broken. Cant watch the video neither can download.<p>posted by Zafar</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634697328322800891</link>
		<pubDate>Wed, 11 Apr 2012 09:20:32 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634697328322800891</guid>
		<dc:creator>Zafar</dc:creator>
	</item>
	<item>
		<title>Re: Operators, Expressions and Statements Duration - 07</title>
		<description>
			<![CDATA[<p>@<a href="/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634691955704481197">Lucien</a>: That's a great question ... to my knowledge, there's nothing like that available. &nbsp;I can see where that would be handy.</p><p>posted by BobTabor</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634702774533385318</link>
		<pubDate>Tue, 17 Apr 2012 16:37:33 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634702774533385318</guid>
		<dc:creator>BobTabor</dc:creator>
	</item>
	<item>
		<title>Re: Operators, Expressions and Statements Duration - 07</title>
		<description>
			<![CDATA[<p>Bob,</p><p>Thank you so much! I have watched your vb videos as well. Your videos are a great resource for learning. You are the man.</p><p>posted by DanWoodcock</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634709198315847145</link>
		<pubDate>Wed, 25 Apr 2012 03:03:51 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634709198315847145</guid>
		<dc:creator>DanWoodcock</dc:creator>
	</item>
	<item>
		<title>Re: Operators, Expressions and Statements Duration - 07</title>
		<description>
			<![CDATA[<p>@<a href="/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634709198315847145">DanWoodcock</a>: &nbsp;<img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /> &nbsp;Thanks, always wanted to be &quot;the man&quot;. &nbsp;Seriously though, glad these worked for you Dan.</p><p>posted by BobTabor</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634717370884761793</link>
		<pubDate>Fri, 04 May 2012 14:04:48 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634717370884761793</guid>
		<dc:creator>BobTabor</dc:creator>
	</item>
	<item>
		<title>Re: Operators, Expressions and Statements Duration - 07</title>
		<description>
			<![CDATA[Bob, you really are the best&#33; I was struggling trying to find a good source to start learning. There really is none. And I really can&#39;t spend thousands of dollars for learning this. Internet is full of lessons that made no sense to me.<br><br>Also even though English is not my native language, it isn&#39;t even a bit hard to understand you.<br><br>Thank you for all and I will try to follow your work. Hopefully.<p>posted by Deniz</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634742698752996985</link>
		<pubDate>Sat, 02 Jun 2012 21:37:55 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634742698752996985</guid>
		<dc:creator>Deniz</dc:creator>
	</item>
	<item>
		<title>Re: Operators, Expressions and Statements Duration - 07</title>
		<description>
			<![CDATA[Hello Bob,<br><br>Awesome video tutorials, I have learned a lot. Thank you very much for your strain in giving out the best in you. Please provide us with the other tutorials on other technologies.<br><br>Also, This video link is broken for both watching and downloading. Please verify it.<br><br>Thanks. &#58;&#41;<p>posted by Harish</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634775334066619895</link>
		<pubDate>Tue, 10 Jul 2012 16:10:06 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634775334066619895</guid>
		<dc:creator>Harish</dc:creator>
	</item>
	<item>
		<title>Re: Operators, Expressions and Statements Duration - 07</title>
		<description>
			<![CDATA[Hello Bob,<br><br>Awesome video tutorials, I have learned a lot. Thank you very much for your strain in giving out the best in you. Please provide us with the other tutorials on other technologies.<br><br>Also, This video link is broken for both watching and downloading. Please verify it.<br><br>Thanks. &#58;&#41;<p>posted by Harish</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634775334608430340</link>
		<pubDate>Tue, 10 Jul 2012 16:11:00 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634775334608430340</guid>
		<dc:creator>Harish</dc:creator>
	</item>
	<item>
		<title>Re: Operators, Expressions and Statements Duration - 07</title>
		<description>
			<![CDATA[<p>@<a href="/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634742698752996985">Deniz</a>: Great to hear this worked for you. &nbsp;Thanks for the kind words!</p><p>@<a href="/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634775334066619895">Harish</a>: Thank you. &nbsp;Other videos are on their way. &nbsp;Also, I was able to download and watch this video just now. &nbsp;All links seem to work. &nbsp;Perhaps a temporary outage?</p><p>posted by BobTabor</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634776132420731005</link>
		<pubDate>Wed, 11 Jul 2012 14:20:42 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634776132420731005</guid>
		<dc:creator>BobTabor</dc:creator>
	</item>
	<item>
		<title>Re: Operators, Expressions and Statements Duration - 07</title>
		<description>
			<![CDATA[Thanks alot Bob.I would like to buy the complete CD,how can i get them&#63;<p>posted by chidi</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634797621892832085</link>
		<pubDate>Sun, 05 Aug 2012 11:16:29 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634797621892832085</guid>
		<dc:creator>chidi</dc:creator>
	</item>
	<item>
		<title>Re: Operators, Expressions and Statements Duration - 07</title>
		<description>
			<![CDATA[This videos saved my life, thank you Bob &#94;_&#94;<p>posted by Michael</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634833435457423763</link>
		<pubDate>Sat, 15 Sep 2012 22:05:45 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634833435457423763</guid>
		<dc:creator>Michael</dc:creator>
	</item>
	<item>
		<title>Re: Operators, Expressions and Statements Duration - 07</title>
		<description>
			<![CDATA[&#64;Lucien<br><br>I think what you are asking for can be achieved using Reflection&#58;<br><br>http&#58;&#47;&#47;msdn.microsoft.com&#47;en-us&#47;library&#47;xdtchs6z.aspx<br><br>Tony<p>posted by Tony B</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634853918395159407</link>
		<pubDate>Tue, 09 Oct 2012 15:03:59 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634853918395159407</guid>
		<dc:creator>Tony B</dc:creator>
	</item>
	<item>
		<title>Re: Operators, Expressions and Statements Duration - 07</title>
		<description>
			<![CDATA[Sir Thank you very much..<br>I Dont Know How To Say Thank,s ....Lot of Thank,s sir<p>posted by Syed Moinudin</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634876542489695736</link>
		<pubDate>Sun, 04 Nov 2012 19:30:48 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634876542489695736</guid>
		<dc:creator>Syed Moinudin</dc:creator>
	</item>
	<item>
		<title>Re: Operators, Expressions and Statements Duration - 07</title>
		<description>
			<![CDATA[I thought i&#39;d try out using what I learned from you so far and i&#39;m having a bit of trouble. on line 22 I try to convert a string into an integer but when I debug it stops at that line and doesn&#39;t continue. What am I doing wrong&#63;<br><br>here is what I have<br><br>http&#58;&#47;&#47;i882.photobucket.com&#47;albums&#47;ac22&#47;xGE0RG3XD&#47;problem.png<p>posted by George</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634886118274707946</link>
		<pubDate>Thu, 15 Nov 2012 21:30:27 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634886118274707946</guid>
		<dc:creator>George</dc:creator>
	</item>
	<item>
		<title>Re: Operators, Expressions and Statements Duration - 07</title>
		<description>
			<![CDATA[<p>@<a href="/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634886118274707946">George</a>: Try removing the Console.Readline() in line 19. &nbsp;You're doing it twice. &nbsp;That means the SECOND time you hit enter, you're not sending in any value (null), and so int.Parse(null) will cause the app to break. &nbsp;Hope that helps!</p><p>posted by BobTabor</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634886697540241179</link>
		<pubDate>Fri, 16 Nov 2012 13:35:54 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634886697540241179</guid>
		<dc:creator>BobTabor</dc:creator>
	</item>
	<item>
		<title>Re: Operators, Expressions and Statements Duration - 07</title>
		<description>
			<![CDATA[<p>Another great video! I love switching between a few of the kindle books I bought &#43; music...then when I get tired of reading I come to your videos! Great work, much appreciated.</p><p>posted by Supensaa</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634929605959605034</link>
		<pubDate>Sat, 05 Jan 2013 05:29:55 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634929605959605034</guid>
		<dc:creator>Supensaa</dc:creator>
	</item>
	<item>
		<title>Re: Operators, Expressions and Statements Duration - 07</title>
		<description>
			<![CDATA[Bob... what is &#40;&#40; and &#41;&#41; meant for&#63;<p>posted by Mohd</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634950511577598482</link>
		<pubDate>Tue, 29 Jan 2013 10:12:37 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634950511577598482</guid>
		<dc:creator>Mohd</dc:creator>
	</item>
	<item>
		<title>Re: Operators, Expressions and Statements Duration - 07</title>
		<description>
			<![CDATA[bob, the videos are great just from the point of view of downloading you have uploaded the files in very high resolution that&#39;s why their size are very heavy and it takes so much time while downloading.<br>will appreciate if you could put the compressed videos or in other formats which are comparatively lighter.<br><br>thanks   <p>posted by salman</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634963842598508979</link>
		<pubDate>Wed, 13 Feb 2013 20:30:59 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634963842598508979</guid>
		<dc:creator>salman</dc:creator>
	</item>
	<item>
		<title>Re: Operators, Expressions and Statements Duration - 07</title>
		<description>
			<![CDATA[<p>Excellent tutorial; I am starting to think through some of the code syntax.</p><p>Thanks!</p><p>posted by pastorjack</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634976080937457882</link>
		<pubDate>Thu, 28 Feb 2013 00:28:13 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634976080937457882</guid>
		<dc:creator>pastorjack</dc:creator>
	</item>
	<item>
		<title>Re: Operators, Expressions and Statements Duration - 07</title>
		<description>
			<![CDATA[in the OR operator what symbol was it&#63;&#63; &#40;&#40;x &#61;&#61; x&#41; &#63;&#63; &#40;x &#61;&#61; x&#41;&#41;<br><p>posted by martin</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634981794753457933</link>
		<pubDate>Wed, 06 Mar 2013 15:11:15 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634981794753457933</guid>
		<dc:creator>martin</dc:creator>
	</item>
	<item>
		<title>Re: Operators, Expressions and Statements Duration - 07</title>
		<description>
			<![CDATA[Hello sir Bob &#33;&#33; the series is awesome.... n its very helpfull really......i hv downloaded all ur serieses bt this particular video is not getting downloaded..... help me sir plz..... i need this video asap to complete my study of the whole series.....  help me soon sir &#33;&#33; <p>posted by rajat patel</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634986699894586608</link>
		<pubDate>Tue, 12 Mar 2013 07:26:29 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634986699894586608</guid>
		<dc:creator>rajat patel</dc:creator>
	</item>
	<item>
		<title>Re: Operators, Expressions and Statements Duration - 07</title>
		<description>
			<![CDATA[Hello Bob,<br><br>I am attempting to download the whole series for offline viewing but unfortunately this link appears to be broken.<br><br>Thanks<p>posted by Matt</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634987149867507145</link>
		<pubDate>Tue, 12 Mar 2013 19:56:26 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634987149867507145</guid>
		<dc:creator>Matt</dc:creator>
	</item>
	<item>
		<title>Re: Operators, Expressions and Statements Duration - 07</title>
		<description>
			<![CDATA[Hey Bob,<br>Awesome effort. C&#35; was giving me a very hard time and deep down in my heart I was hopeless. Then,suddenly I just saw your videos and guess what, I am back on C&#35; again &#33;<br>Thank u Sir.<p>posted by Tajminur Rahman</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634999640397542818</link>
		<pubDate>Wed, 27 Mar 2013 06:53:59 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634999640397542818</guid>
		<dc:creator>Tajminur Rahman</dc:creator>
	</item>
	<item>
		<title>Re: Operators, Expressions and Statements Duration - 07</title>
		<description>
			<![CDATA[Hey Bob,<br>Awesome effort. C&#35; was giving me a very hard time and deep down in my heart I was hopeless. Then,suddenly I just saw your videos and guess what, I am back on C&#35; again &#33;<br>Thank u Sir.<p>posted by Tajminur Rahman</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634999640789605207</link>
		<pubDate>Wed, 27 Mar 2013 06:54:38 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Operators-Expressions-and-Statements-Duration-07#c634999640789605207</guid>
		<dc:creator>Tajminur Rahman</dc:creator>
	</item>
</channel>
</rss>