<?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 - Creating and Calling Simple Overloaded Helper Methods - 10</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10/RSS"></atom:link>
	<image>
		<url>http://ak.channel9.msdn.com/ch9/5154/3b544d21-c963-486a-b3fe-9f7a01385154/10CreatingandCallingSimpleOverloadedHelperMethods_100_ch9.jpg</url>
		<title>Channel 9 - Creating and Calling Simple Overloaded Helper Methods - 10</title>
		<link></link>
	</image>
	<description>In this video we begin wading into the topic of methods by creating a helper method to break out code we may need to use in multiple places within our code. We create and call our methods to retrieve a value, create and use input parameters, learn about string formatting, and create overloaded versions of our method Download the source code for Creating and Calling Simple... </description>
	<link></link>
	<language>en</language>
	<pubDate>Wed, 22 May 2013 17:21:58 GMT</pubDate>
	<lastBuildDate>Wed, 22 May 2013 17:21:58 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: Creating and Calling Simple Overloaded Helper Methods - 10</title>
		<description>
			<![CDATA[<p>Overloading i learnt today, which i never able to understand going through other site. period.</p><p>posted by santi_m</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634575590411279730</link>
		<pubDate>Tue, 22 Nov 2011 11:44:01 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634575590411279730</guid>
		<dc:creator>santi_m</dc:creator>
	</item>
	<item>
		<title>Re: Creating and Calling Simple Overloaded Helper Methods - 10</title>
		<description>
			<![CDATA[<p>i can't download any vidoes, it says your servers are down! please put it back up&nbsp; <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-4.gif?v=c9' alt='Tongue Out' /></p><p>posted by subaddiction</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634589402930871189</link>
		<pubDate>Thu, 08 Dec 2011 11:24:53 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634589402930871189</guid>
		<dc:creator>subaddiction</dc:creator>
	</item>
	<item>
		<title>Re: Creating and Calling Simple Overloaded Helper Methods - 10</title>
		<description>
			<![CDATA[<p>Thanks... The servers are back i can now download this videos&nbsp; <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-2.gif?v=c9' alt='Big Smile' /></p><p>posted by subaddiction</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634589515327263350</link>
		<pubDate>Thu, 08 Dec 2011 14:32:12 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634589515327263350</guid>
		<dc:creator>subaddiction</dc:creator>
	</item>
	<item>
		<title>Re: Creating and Calling Simple Overloaded Helper Methods - 10</title>
		<description>
			<![CDATA[Just a quick question is there a reason why the methods were written after the program code&#63;  Can you write methods first and then call them later&#63;<br><br>Thanks.<p>posted by Kevin</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634634407905950758</link>
		<pubDate>Sun, 29 Jan 2012 13:33:10 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634634407905950758</guid>
		<dc:creator>Kevin</dc:creator>
	</item>
	<item>
		<title>Re: Creating and Calling Simple Overloaded Helper Methods - 10</title>
		<description>
			<![CDATA[<p>@<a href="/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634634407905950758">Kevin</a>: GREAT QUESTION! &nbsp;First, you can always try stuff like this out on your own -- and you should! &nbsp;It's a great way to learn the propensities of the environment you're in. &nbsp;In this case, it does not matter -- you can put the code anywhere. &nbsp;What matters, as you'll learn soon, is the NAME of the method, both it's method name AND the namespace it belongs to. &nbsp;The compiler is smart enough to link up a method call -- regardless of where it's defined -- with its definition. &nbsp;Again, love that question!</p><p>posted by BobTabor</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634635474706348876</link>
		<pubDate>Mon, 30 Jan 2012 19:11:10 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634635474706348876</guid>
		<dc:creator>BobTabor</dc:creator>
	</item>
	<item>
		<title>Re: Creating and Calling Simple Overloaded Helper Methods - 10</title>
		<description>
			<![CDATA[<div><p>Great, just a &nbsp;question. Is any video where you explain ref, out and arrays params for methods? Thanks Bob, your videos and the way how u explain the topics are easy to understand.&nbsp;</p></div><p>posted by claudioas2001</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634643562556386934</link>
		<pubDate>Thu, 09 Feb 2012 03:50:55 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634643562556386934</guid>
		<dc:creator>claudioas2001</dc:creator>
	</item>
	<item>
		<title>Re: Creating and Calling Simple Overloaded Helper Methods - 10</title>
		<description>
			<![CDATA[<p>@<a href="/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634643562556386934">claudioas2001</a>: &nbsp;Out parameters, yes. &nbsp;At some point we talk about TryParse and in that video, TryParse will send a converted value as an output parameter. &nbsp;Unfortunately, I can't recall which video that is in ... someone recently asked for help with it, so look for a long passage / reply from me on TryParse. &nbsp;It's a simple concept however ... output parameters are a second way to return values from methods (the other way being the 'return' statement). &nbsp;Just prefix a parameter with out, like so:</p><p><pre class="brush: text">string value;

double number;



value = Double.MinValue.ToString();

if (Double.TryParse(value, out number))

   Console.WriteLine(number);

else

.

.

.</pre></p><p>&nbsp;</p><p>re: using arrays as input parameters. &nbsp;Personally, I hate arrays for passing data around in real applications. &nbsp;I much prefer using generic collections. &nbsp;I believe I do talk about generic collections near the end of this series and in more depth on my website (see the C# for Absolute Beginner's series, day 5). &nbsp;Hope that helps!</p><p>posted by BobTabor</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634647449452249288</link>
		<pubDate>Mon, 13 Feb 2012 15:49:05 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634647449452249288</guid>
		<dc:creator>BobTabor</dc:creator>
	</item>
	<item>
		<title>Re: Creating and Calling Simple Overloaded Helper Methods - 10</title>
		<description>
			<![CDATA[Bob,<br><br>Regards from Ireland&#33;<br><br>Loved your videos, you are a fantastic teacher. Where would you recommend to go from here as far as learning materials go&#63;<br><br>Thanks for the great series&#33;<br><br>Kieran<p>posted by Kieran</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634670943631667315</link>
		<pubDate>Sun, 11 Mar 2012 20:26:03 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634670943631667315</guid>
		<dc:creator>Kieran</dc:creator>
	</item>
	<item>
		<title>Re: Creating and Calling Simple Overloaded Helper Methods - 10</title>
		<description>
			<![CDATA[Bob, while wandering through so many programming courses, I have long strugled to understand basics of programing. Bob, you are simply best&#38;&#35;33&#59;&#38;&#35;33&#59; <p>posted by Tesfaye</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634677601512463815</link>
		<pubDate>Mon, 19 Mar 2012 13:22:31 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634677601512463815</guid>
		<dc:creator>Tesfaye</dc:creator>
	</item>
	<item>
		<title>Re: Creating and Calling Simple Overloaded Helper Methods - 10</title>
		<description>
			<![CDATA[<p>I love the length of these videos. It's great to throw a little quick learning in every day. Thanks!</p><p>posted by GusCodesForFun</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634678947888453835</link>
		<pubDate>Wed, 21 Mar 2012 02:46:28 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634678947888453835</guid>
		<dc:creator>GusCodesForFun</dc:creator>
	</item>
	<item>
		<title>Re: Creating and Calling Simple Overloaded Helper Methods - 10</title>
		<description>
			<![CDATA[<p>@<a href="/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634670943631667315">Kieran</a>: Sorry for the delayed response. &nbsp;I'm constantly creating new content / entire courses on my own site if you like my style. &nbsp;www.learnvisualstudio.net ... hope I can help! -Bob</p><p>posted by BobTabor</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634680245433145615</link>
		<pubDate>Thu, 22 Mar 2012 14:49:03 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634680245433145615</guid>
		<dc:creator>BobTabor</dc:creator>
	</item>
	<item>
		<title>Re: Creating and Calling Simple Overloaded Helper Methods - 10</title>
		<description>
			<![CDATA[Thank you,Bob&#59; you are a fantastic teacher, and the content is A&#43;&#43;&#43;. You take a subject which is like Greek to the neophyte and make it logical and understandable. 5 Stars&#33;&#33;&#33;<p>posted by Bill</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634685420330461733</link>
		<pubDate>Wed, 28 Mar 2012 14:33:53 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634685420330461733</guid>
		<dc:creator>Bill</dc:creator>
	</item>
	<item>
		<title>Re: Creating and Calling Simple Overloaded Helper Methods - 10</title>
		<description>
			<![CDATA[Thank you,BoB.<p>posted by paekyaw</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634701735230521271</link>
		<pubDate>Mon, 16 Apr 2012 11:45:23 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634701735230521271</guid>
		<dc:creator>paekyaw</dc:creator>
	</item>
	<item>
		<title>Re: Creating and Calling Simple Overloaded Helper Methods - 10</title>
		<description>
			<![CDATA[all videos are &#42;&#42;&#42;&#42;&#42;&#42;&#42;&#42;<br>thanks bob<p>posted by raju</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634713148010166587</link>
		<pubDate>Sun, 29 Apr 2012 16:46:41 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634713148010166587</guid>
		<dc:creator>raju</dc:creator>
	</item>
	<item>
		<title>Re: Creating and Calling Simple Overloaded Helper Methods - 10</title>
		<description>
			<![CDATA[<p>@<a href="/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634685420330461733">Bill</a>: &nbsp;@<a href="/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634701735230521271">paekyaw</a>: &nbsp;Thank you, much appreciated.</p><p>@<a href="/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634713148010166587">raju</a>: I hope ******* is a good thing? &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/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634717371402758895</link>
		<pubDate>Fri, 04 May 2012 14:05:40 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634717371402758895</guid>
		<dc:creator>BobTabor</dc:creator>
	</item>
	<item>
		<title>Re: Creating and Calling Simple Overloaded Helper Methods - 10</title>
		<description>
			<![CDATA[just got to understand the concept of overloading...thanks bob you make it seem so simple and straight forward..<p>posted by fifi</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634752108673628925</link>
		<pubDate>Wed, 13 Jun 2012 19:01:07 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634752108673628925</guid>
		<dc:creator>fifi</dc:creator>
	</item>
	<item>
		<title>Re: Creating and Calling Simple Overloaded Helper Methods - 10</title>
		<description>
			<![CDATA[<p>Thank you for the video.</p><p>posted by jbouwens</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634761646844769281</link>
		<pubDate>Sun, 24 Jun 2012 19:58:04 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634761646844769281</guid>
		<dc:creator>jbouwens</dc:creator>
	</item>
	<item>
		<title>Re: Creating and Calling Simple Overloaded Helper Methods - 10</title>
		<description>
			<![CDATA[<p>thanx..BoB..</p><p>posted by shashankonl9</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634764863226698815</link>
		<pubDate>Thu, 28 Jun 2012 13:18:42 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634764863226698815</guid>
		<dc:creator>shashankonl9</dc:creator>
	</item>
	<item>
		<title>Re: Creating and Calling Simple Overloaded Helper Methods - 10</title>
		<description>
			<![CDATA[Why doesn&#39;t this work&#63; I&#39;m probably doing something stupidly wrong.<br><br>using System&#59;<br>using System.Collections.Generic&#59;<br>using System.Linq&#59;<br>using System.Text&#59;<br><br>namespace TestingTesting<br>&#123;<br>    class Program<br>    &#123;<br>        static void Main&#40;string&#91;&#93; args&#41;<br>        &#123;<br>            string&#91;&#93; names &#61; &#123;&#34;Bobby&#34;, &#34;Steve&#34;, &#34;Chad&#34;, &#34;Bart&#34;&#125;&#59;<br>            <br>            foreach &#40;string name in names&#41;<br>                Console.WriteLine&#40;name&#41;&#59;<br>                Console.WriteLine&#40;&#34;&#34;&#41;&#59;<br>                Console.WriteLine&#40;&#34;Press any key to continue.&#34;&#41;&#59;<br>                Console.ReadLine&#40;&#41;&#59;<br><br>            string numberChoice&#59;<br>            Console.WriteLine&#40;&#34;Choose a number between 0 and 3&#58;&#34;&#41;&#59;<br>            numberChoice &#61; Console.ReadLine&#40;&#41;&#59;<br>            <br>            string myValue &#61; superSecretFormula&#40;names&#91;numberChoice&#93;&#41;&#59;<br>            Console.WriteLine&#40;myValue&#41;&#59;<br>            Console.ReadLine&#40;&#41;&#59;<br>        &#125;<br>        <br>        private static string superSecretFormula&#40;string name&#41;<br>        &#123;<br>            return string.Format&#40;&#34;Hello World, and &#123;0&#125;.&#34;, name&#41;&#59;<br>        &#125;<br>    &#125;<br>&#125;<br><p>posted by DDom23</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634765097298351902</link>
		<pubDate>Thu, 28 Jun 2012 19:48:49 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634765097298351902</guid>
		<dc:creator>DDom23</dc:creator>
	</item>
	<item>
		<title>Re: Creating and Calling Simple Overloaded Helper Methods - 10</title>
		<description>
			<![CDATA[<p>@<a href="/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634765097298351902">DDom23</a>: What is the error message you are getting? &nbsp;Which line does the error message reference? &nbsp;Or are you simply getting results you did not anticipate?</p><p>posted by BobTabor</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634765782030882622</link>
		<pubDate>Fri, 29 Jun 2012 14:50:03 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634765782030882622</guid>
		<dc:creator>BobTabor</dc:creator>
	</item>
	<item>
		<title>Re: Creating and Calling Simple Overloaded Helper Methods - 10</title>
		<description>
			<![CDATA[Its ok now. I forgot that readline forms a string and had to convert it using convert.toint32 before I could use it.<p>posted by DDom23</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634765798133233798</link>
		<pubDate>Fri, 29 Jun 2012 15:16:53 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634765798133233798</guid>
		<dc:creator>DDom23</dc:creator>
	</item>
	<item>
		<title>Re: Creating and Calling Simple Overloaded Helper Methods - 10</title>
		<description>
			<![CDATA[Hi Bob,<br><br>Order of parameters also matters, for example<br>SuperSecretFormula&#40;string name, int age&#41; is different from<br>SuperSecretFormula&#40;int age, string name&#41;<br><br>So Number, Type and Order of parameters are considered in Method overloading.<br><br>Thanks<p>posted by Dinesh</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634824429619093257</link>
		<pubDate>Wed, 05 Sep 2012 11:56:01 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634824429619093257</guid>
		<dc:creator>Dinesh</dc:creator>
	</item>
	<item>
		<title>Re: Creating and Calling Simple Overloaded Helper Methods - 10</title>
		<description>
			<![CDATA[<p>@<a href="/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634824429619093257">Dinesh</a>: Yep, order matters. &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/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634829239125896143</link>
		<pubDate>Tue, 11 Sep 2012 01:31:52 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634829239125896143</guid>
		<dc:creator>BobTabor</dc:creator>
	</item>
	<item>
		<title>Re: Creating and Calling Simple Overloaded Helper Methods - 10</title>
		<description>
			<![CDATA[<p>Tenho grande dificuldade no ingles... Mas quem quer consegue.</p><p>posted by luiztba</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634841157553956767</link>
		<pubDate>Mon, 24 Sep 2012 20:35:55 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634841157553956767</guid>
		<dc:creator>luiztba</dc:creator>
	</item>
	<item>
		<title>Re: Creating and Calling Simple Overloaded Helper Methods - 10</title>
		<description>
			<![CDATA[WHOA&#33; I just wanna say I got my start watching your videos back when I started programming in &#39;08, it&#39;s awesome to see you again&#33; <p>posted by JG  Hayes</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634857669834308390</link>
		<pubDate>Sat, 13 Oct 2012 23:16:23 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634857669834308390</guid>
		<dc:creator>JG  Hayes</dc:creator>
	</item>
	<item>
		<title>Re: Creating and Calling Simple Overloaded Helper Methods - 10</title>
		<description>
			<![CDATA[Hi bob, <br>your tutorial is great. i am in need of creating an app for tablet running windows 7 OS. what all tools or SDK&#39;s will i need to set up before creating one other than visual studio&#63;&#63; and if a Winforms app enough to run on tablet&#63;&#63; i need your help in that..thanks in advance...<p>posted by NIthin</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634858914308725647</link>
		<pubDate>Mon, 15 Oct 2012 09:50:30 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634858914308725647</guid>
		<dc:creator>NIthin</dc:creator>
	</item>
	<item>
		<title>Re: Creating and Calling Simple Overloaded Helper Methods - 10</title>
		<description>
			<![CDATA[<p>@<a href="/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634857669834308390">JG Hayes</a>:Awesome ... are you still writing code? &nbsp;Let me know what you're up to!</p><p>@<a href="/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634858914308725647">NIthin</a>: I'm really sorry, but I have absolutely no knowledge in what you're asking. &nbsp;If it's an old-style tablet it should &quot;just work&quot; ... the OS takes care of pen / virtual keyboard input ... I think. &nbsp;Again, I'm not the guy to ask about that. Sorry!</p><p>posted by BobTabor</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634859482157134625</link>
		<pubDate>Tue, 16 Oct 2012 01:36:55 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634859482157134625</guid>
		<dc:creator>BobTabor</dc:creator>
	</item>
	<item>
		<title>Re: Creating and Calling Simple Overloaded Helper Methods - 10</title>
		<description>
			<![CDATA[Hi bob<br><br>I am just a beginner in Programming well i saw your few videos and i would like to be learn c sharp .Please if  you would recommend me to go through your video which will help me to learn c sharp for future.<p>posted by Akram</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634887896475853804</link>
		<pubDate>Sat, 17 Nov 2012 22:54:07 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634887896475853804</guid>
		<dc:creator>Akram</dc:creator>
	</item>
	<item>
		<title>Re: Creating and Calling Simple Overloaded Helper Methods - 10</title>
		<description>
			<![CDATA[<p>@<a href="/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634887896475853804">Akram</a>: Hi, I may not completely understand what you are asking. &nbsp;However, I would say just start here and watch them all, and be sure to follow along. &nbsp;Once you finish this entire series, you'll have the basics and can move on to learn more about (1) composing classes / delegating responsibilities / designing interactions, etc. &nbsp;(2) the .NET Framework APIs for things like data access, some front end client technology like WPF or ASP.NET WebForms or MVC. &nbsp;Could you clarify your question? &nbsp;I'd be glad to point you in the right direction if I can.</p><p>posted by BobTabor</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634888941800134354</link>
		<pubDate>Mon, 19 Nov 2012 03:56:20 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634888941800134354</guid>
		<dc:creator>BobTabor</dc:creator>
	</item>
	<item>
		<title>Re: Creating and Calling Simple Overloaded Helper Methods - 10</title>
		<description>
			<![CDATA[Hi Bob,<br><br>Thanks for putting so much efforts and making these videos. The videos are awesome.<p>posted by milan</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634908147132115106</link>
		<pubDate>Tue, 11 Dec 2012 09:25:13 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634908147132115106</guid>
		<dc:creator>milan</dc:creator>
	</item>
	<item>
		<title>Re: Creating and Calling Simple Overloaded Helper Methods - 10</title>
		<description>
			<![CDATA[<p>@<a href="/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634765097298351902">DDom23</a>:&nbsp; Error is in the below line<br><br>string myValue = superSecretFormula(names[numberChoice]);</p><p>numberChoice is an string variable, You need to use int.Parse method to covert it into int. replace that code with below.<br><br></p><p>string myValue = superSecretFormula(names[int.Parse(numberChoice)]);</p><p>posted by Jonagesh</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634966806624745276</link>
		<pubDate>Sun, 17 Feb 2013 06:51:02 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634966806624745276</guid>
		<dc:creator>Jonagesh</dc:creator>
	</item>
	<item>
		<title>Re: Creating and Calling Simple Overloaded Helper Methods - 10</title>
		<description>
			<![CDATA[How can i download core c&#35; course complete videos&#63;&#63;<br><p>posted by BILAL</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634970675176649809</link>
		<pubDate>Thu, 21 Feb 2013 18:18:37 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634970675176649809</guid>
		<dc:creator>BILAL</dc:creator>
	</item>
	<item>
		<title>Re: Creating and Calling Simple Overloaded Helper Methods - 10</title>
		<description>
			<![CDATA[<p>Hi Bob,</p><p>I have been going through your video every chance I get, all day long when possible.</p><p>Its very rewarding and comprehensible. Although, the &quot;Buffering&quot; is annoying.&nbsp; What can I do, other than pausing it for the buffering to catch up?&nbsp; It interferes with my train of thought, especially when you are sharing a new concept for me.</p><p>@Bilal</p><p>I would like to download the video as well and have been unsuccessful.</p><p>&nbsp;</p><p>posted by Yodatech</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634976864112127081</link>
		<pubDate>Thu, 28 Feb 2013 22:13:31 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c634976864112127081</guid>
		<dc:creator>Yodatech</dc:creator>
	</item>
	<item>
		<title>Re: Creating and Calling Simple Overloaded Helper Methods - 10</title>
		<description>
			<![CDATA[<p>Great Lesson on calling the same method with different versions. I can already see how to apply this in a real world setting.</p><p>posted by ElpDev1</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c635028657703745352</link>
		<pubDate>Mon, 29 Apr 2013 20:56:10 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c635028657703745352</guid>
		<dc:creator>ElpDev1</dc:creator>
	</item>
	<item>
		<title>Re: Creating and Calling Simple Overloaded Helper Methods - 10</title>
		<description>
			<![CDATA[I love your holly videos, you are the only fantastic C&#35; God for me as I am just a zero beginner and watched your videos for WinPhon7&#33; I have already coded one application... <p>posted by L Cat</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c635033685397057562</link>
		<pubDate>Sun, 05 May 2013 16:35:39 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c635033685397057562</guid>
		<dc:creator>L Cat</dc:creator>
	</item>
	<item>
		<title>Re: Creating and Calling Simple Overloaded Helper Methods - 10</title>
		<description>
			<![CDATA[I love your holly videos, you are the only fantastic C&#35; God for me as I am just a zero beginner and watched your videos for WinPhon7&#33; I have already coded one application... <p>posted by L Cat</p>]]>
		</description>
		<link>http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c635033685421880429</link>
		<pubDate>Sun, 05 May 2013 16:35:42 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Series/C-Sharp-Fundamentals-Development-for-Absolute-Beginners/Creating-and-Calling-Simple-Overloaded-Helper-Methods-10#c635033685421880429</guid>
		<dc:creator>L Cat</dc:creator>
	</item>
</channel>
</rss>