<?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 - The switch Decision Statement - Day 1 - Part 13</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/The-switch-Decision-Statement/RSS"></atom:link>
	<image>
		<url>http://ecn.channel9.msdn.com/o9/ch9/a608/d7c58e2b-c04c-4c96-8f1d-9e10015da608/day01part13_100_ch9.jpg</url>
		<title>Channel 9 - The switch Decision Statement - Day 1 - Part 13</title>
		<link></link>
	</image>
	<description> Picking back up on the notion of adding logic to your code, we look at a second decision statement—the switch—and compare its usefulness to the “if” statement we previously looked at. Download the source code in c# Download the source code in VB.Net </description>
	<link></link>
	<language>en</language>
	<pubDate>Sat, 18 May 2013 05:32:57 GMT</pubDate>
	<lastBuildDate>Sat, 18 May 2013 05:32:57 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: The switch Decision Statement - Day 1 - Part 13</title>
		<description>
			<![CDATA[ <p>This might not be HUGELY important but your code has an error (in the video and the download).&nbsp; When you introduced the String.Format you should only have car, boat, cat or &quot;... Sorry we didn't understand your response.&nbsp; You lose&quot; in your message statement.</p><p>** Easy fix for someone who is familiar with programming language but to a newbie they might get a wee bit lost.&nbsp; As the output is not what is expected or originally intended by the programmer.</p><p>posted by Nique26</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/The-switch-Decision-Statement#c634257996230000000</link>
		<pubDate>Fri, 19 Nov 2010 21:40:23 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/The-switch-Decision-Statement#c634257996230000000</guid>
		<dc:creator>Nique26</dc:creator>
	</item>
	<item>
		<title>Re: The switch Decision Statement - Day 1 - Part 13</title>
		<description>
			<![CDATA[ <p>@<a href="/Series/Windows-Phone-7-Development-for-Absolute-Beginners/The-switch-Decision-Statement#c634257996230000000">Nique26</a>: the correct solution would be to replace</p><p><pre class="brush: csharp">myTextBlock.Text = String.Format(&quot;You won a {0}!&quot;, message);</pre></p><p>with</p><p><pre class="brush: csharp">myTextBlock.Text = message;</pre></p><p>posted by Clint</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/The-switch-Decision-Statement#c634259998980000000</link>
		<pubDate>Mon, 22 Nov 2010 05:18:18 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/The-switch-Decision-Statement#c634259998980000000</guid>
		<dc:creator>Clint</dc:creator>
	</item>
	<item>
		<title>Re: The switch Decision Statement - Day 1 - Part 13</title>
		<description>
			<![CDATA[ <p>Or, just change message = &quot;You won a new car!&quot;; </p><p>to </p><p>message = &quot;new car&quot;; </p><p>posted by petaganayr</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/The-switch-Decision-Statement#c634308069790000000</link>
		<pubDate>Sun, 16 Jan 2011 20:36:19 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/The-switch-Decision-Statement#c634308069790000000</guid>
		<dc:creator>petaganayr</dc:creator>
	</item>
	<item>
		<title>Re: The switch Decision Statement - Day 1 - Part 13</title>
		<description>
			<![CDATA[hi<p>posted by mmio</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/The-switch-Decision-Statement#c634375392290000000</link>
		<pubDate>Mon, 04 Apr 2011 18:40:29 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/The-switch-Decision-Statement#c634375392290000000</guid>
		<dc:creator>mmio</dc:creator>
	</item>
	<item>
		<title>Re: The switch Decision Statement - Day 1 - Part 13</title>
		<description>
			<![CDATA[ <p>Nope, the code&nbsp;on the video&nbsp;works, is the download that have some bug in it.<br><br>If you copy paste the entire code on a new proyect (and name the textBlock and textBox just like the names on the video) the code works.</p><p>posted by el_alien</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/The-switch-Decision-Statement#c634448265720000000</link>
		<pubDate>Tue, 28 Jun 2011 02:56:12 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/Windows-Phone-7-Development-for-Absolute-Beginners/The-switch-Decision-Statement#c634448265720000000</guid>
		<dc:creator>el_alien</dc:creator>
	</item>
</channel>
</rss>