<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.silverlight.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Linq and Lamda Expressions - How do you pronounce =&amp;gt; ?</title><link>http://blogs.silverlight.net/blogs/jesseliberty/archive/2008/01/23/linq-and-lamda-expressions-how-do-you-pronounce-gt.aspx</link><description>I believe it is a major stumbling block, when learning new technology, if you can't say the syntax "out loud in your head." -- that is if you can't read the code to yourself in a way that you can then translate into a meaningful sentence. For example</description><dc:language>en</dc:language><generator>CommunityServer 2007 (Build: 20416.853)</generator><item><title>LinqToSQL A Detailed Review</title><link>http://blogs.silverlight.net/blogs/jesseliberty/archive/2008/01/23/linq-and-lamda-expressions-how-do-you-pronounce-gt.aspx#270101</link><pubDate>Sun, 16 Aug 2009 14:54:23 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:270101</guid><dc:creator>Microsoft Weblogs</dc:creator><description>&lt;p&gt;&amp;amp;#160; Turing Project Page : [Novice: 8 | Advanced: 5 ]&amp;amp;#160;&amp;amp;#160;&amp;amp;#160; FAQ Table of Contents What&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=270101" width="1" height="1"&gt;</description></item><item><title>LinqToSQL A Detailed Review</title><link>http://blogs.silverlight.net/blogs/jesseliberty/archive/2008/01/23/linq-and-lamda-expressions-how-do-you-pronounce-gt.aspx#270092</link><pubDate>Sun, 16 Aug 2009 14:48:35 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:270092</guid><dc:creator>Jesse Liberty - Silverlight Geek</dc:creator><description>&lt;p&gt;&amp;amp;#160; Turing Project Page : [Novice: 8 | Advanced: 5 ]&amp;amp;#160;&amp;amp;#160;&amp;amp;#160; FAQ Table of Contents What&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=270092" width="1" height="1"&gt;</description></item><item><title>re: Linq and Lamda Expressions - How do you pronounce =&gt; ?</title><link>http://blogs.silverlight.net/blogs/jesseliberty/archive/2008/01/23/linq-and-lamda-expressions-how-do-you-pronounce-gt.aspx#27689</link><pubDate>Wed, 23 Jan 2008 22:17:22 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:27689</guid><dc:creator>BenHayat</dc:creator><description>&lt;p&gt;&amp;gt;&amp;gt;No, what is being initialized is the Employee object, which does take a string and an object. What you are thinking of are the parameters to the Add method of the dictionary.&amp;lt;&amp;lt;&lt;/p&gt;
&lt;p&gt;Ah, you're absolutely correct Sir. I tripped over between the constructor and &amp;quot;ADD&amp;quot; method parameters! Good catch ;-)&lt;/p&gt;
&lt;p&gt;..Ben&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=27689" width="1" height="1"&gt;</description></item><item><title>re: Linq and Lamda Expressions - How do you pronounce =&gt; ?</title><link>http://blogs.silverlight.net/blogs/jesseliberty/archive/2008/01/23/linq-and-lamda-expressions-how-do-you-pronounce-gt.aspx#27666</link><pubDate>Wed, 23 Jan 2008 20:06:00 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:27666</guid><dc:creator>jesseliberty</dc:creator><description>&lt;p&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;initialized with two parameters, a string &amp;nbsp;and an object&amp;lt;&amp;lt;&lt;/p&gt;
&lt;p&gt;&amp;gt;&amp;gt;Shouldn't that be &amp;quot;integer and object&amp;quot; rather than &amp;quot;string and object&amp;quot;?&amp;lt;&amp;lt;&lt;/p&gt;
&lt;p&gt;No, what is being initialized is the Employee object, which does take a string and an object. What you are thinking of are the parameters to the Add method of the dictionary.&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=27666" width="1" height="1"&gt;</description></item><item><title>re: Linq and Lamda Expressions - How do you pronounce =&gt; ?</title><link>http://blogs.silverlight.net/blogs/jesseliberty/archive/2008/01/23/linq-and-lamda-expressions-how-do-you-pronounce-gt.aspx#27649</link><pubDate>Wed, 23 Jan 2008 17:36:12 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:27649</guid><dc:creator>swildermuth</dc:creator><description>&lt;p&gt;Actually, the =&amp;gt; is more Lambda than LINQ (though LINQ uses it extensively). &amp;nbsp;I use Lambdas are supported in the Silverlight 1.1 Alpha all the time, often to just shortcut event handlers like so:&lt;/p&gt;
&lt;p&gt;myCanvas.MouseLeftButtonUp += (s, e) =&amp;gt; myStoryboard.Begin();&lt;/p&gt;
&lt;p&gt;Its a nice shortcut to creating single line event handlers.&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=27649" width="1" height="1"&gt;</description></item><item><title>re: Linq and Lamda Expressions - How do you pronounce =&gt; ?</title><link>http://blogs.silverlight.net/blogs/jesseliberty/archive/2008/01/23/linq-and-lamda-expressions-how-do-you-pronounce-gt.aspx#27640</link><pubDate>Wed, 23 Jan 2008 17:09:25 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:27640</guid><dc:creator>BenHayat</dc:creator><description>&lt;p&gt;That's in the forth paragraph from the top...&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=27640" width="1" height="1"&gt;</description></item><item><title>re: Linq and Lamda Expressions - How do you pronounce =&gt; ?</title><link>http://blogs.silverlight.net/blogs/jesseliberty/archive/2008/01/23/linq-and-lamda-expressions-how-do-you-pronounce-gt.aspx#27639</link><pubDate>Wed, 23 Jan 2008 17:08:31 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:27639</guid><dc:creator>BenHayat</dc:creator><description>&lt;p&gt;Sorry Jesse, one more ;-)&lt;/p&gt;
&lt;p&gt;&amp;gt;&amp;gt;initialized with two parameters, a string &amp;nbsp;and an object&amp;lt;&amp;lt;&lt;/p&gt;
&lt;p&gt;Shouldn't that be &amp;quot;integer and object&amp;quot; rather than &amp;quot;string and object&amp;quot;?&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=27639" width="1" height="1"&gt;</description></item><item><title>re: Linq and Lamda Expressions - How do you pronounce =&gt; ?</title><link>http://blogs.silverlight.net/blogs/jesseliberty/archive/2008/01/23/linq-and-lamda-expressions-how-do-you-pronounce-gt.aspx#27633</link><pubDate>Wed, 23 Jan 2008 16:30:17 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:27633</guid><dc:creator>jesseliberty</dc:creator><description>&lt;p&gt;Ben, typos fixed, good catch, thanks!&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=27633" width="1" height="1"&gt;</description></item><item><title>re: Linq and Lamda Expressions - How do you pronounce =&gt; ?</title><link>http://blogs.silverlight.net/blogs/jesseliberty/archive/2008/01/23/linq-and-lamda-expressions-how-do-you-pronounce-gt.aspx#27632</link><pubDate>Wed, 23 Jan 2008 16:28:59 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:27632</guid><dc:creator>BenHayat</dc:creator><description>&lt;p&gt;This is a very interesting and great point you brought up in this post. Thanks!&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=27632" width="1" height="1"&gt;</description></item><item><title>re: Linq and Lamda Expressions - How do you pronounce =&gt; ?</title><link>http://blogs.silverlight.net/blogs/jesseliberty/archive/2008/01/23/linq-and-lamda-expressions-how-do-you-pronounce-gt.aspx#27630</link><pubDate>Wed, 23 Jan 2008 16:23:48 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:27630</guid><dc:creator>BenHayat</dc:creator><description>&lt;p&gt;&amp;gt;&amp;gt;If you don't speak C# you can't really read this to yourself without stumbling. What do you do with the dot between employee and Add?&amp;lt;&amp;lt;&lt;/p&gt;
&lt;p&gt;Sorry Jesse, that should be &amp;quot;employees&amp;quot;&lt;/p&gt;
&lt;p&gt;..Ben&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=27630" width="1" height="1"&gt;</description></item><item><title>A conversaton about Teach Lambda Expressions</title><link>http://blogs.silverlight.net/blogs/jesseliberty/archive/2008/01/23/linq-and-lamda-expressions-how-do-you-pronounce-gt.aspx#27621</link><pubDate>Wed, 23 Jan 2008 15:56:40 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:27621</guid><dc:creator>DotNetKicks.com</dc:creator><description>&lt;p&gt;You've been kicked (a good thing) - Trackback from DotNetKicks.com&lt;/p&gt;
&lt;img src="http://blogs.silverlight.net/aggbug.aspx?PostID=27621" width="1" height="1"&gt;</description></item></channel></rss>