<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Trivia Friday</title>
	<atom:link href="http://lostechies.com/jimmybogard/2011/02/11/trivia-friday/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/jimmybogard/2011/02/11/trivia-friday/</link>
	<description>Strong opinions, weakly held</description>
	<lastBuildDate>Tue, 18 Jun 2013 19:00:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
	<item>
		<title>By: bogardj</title>
		<link>http://lostechies.com/jimmybogard/2011/02/11/trivia-friday/#comment-2834</link>
		<dc:creator>bogardj</dc:creator>
		<pubDate>Fri, 11 Feb 2011 15:44:41 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2011/02/11/trivia-friday.aspx#comment-2834</guid>
		<description>@Jeremy Omer and Mikael

ding ding ding you are correct!</description>
		<content:encoded><![CDATA[<p>@Jeremy Omer and Mikael</p>
<p>ding ding ding you are correct!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benjamin Wegman</title>
		<link>http://lostechies.com/jimmybogard/2011/02/11/trivia-friday/#comment-2833</link>
		<dc:creator>Benjamin Wegman</dc:creator>
		<pubDate>Fri, 11 Feb 2011 15:34:46 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2011/02/11/trivia-friday.aspx#comment-2833</guid>
		<description>So you can do something like this:

var expr = this.Expr(x =&gt; x + &quot;Test&quot;);

And have implicit typing of the expression?
</description>
		<content:encoded><![CDATA[<p>So you can do something like this:</p>
<p>var expr = this.Expr(x => x + &#8220;Test&#8221;);</p>
<p>And have implicit typing of the expression?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikael &#214;stberg</title>
		<link>http://lostechies.com/jimmybogard/2011/02/11/trivia-friday/#comment-2832</link>
		<dc:creator>Mikael &#214;stberg</dc:creator>
		<pubDate>Fri, 11 Feb 2011 15:15:34 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2011/02/11/trivia-friday.aspx#comment-2832</guid>
		<description>+ 1 on the anonymous type or any type for that matter.

var anon = new {Number = 1};
var expr = anon.Expr(a =&gt; a.Number + 1);</description>
		<content:encoded><![CDATA[<p>+ 1 on the anonymous type or any type for that matter.</p>
<p>var anon = new {Number = 1};<br />
var expr = anon.Expr(a => a.Number + 1);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harry</title>
		<link>http://lostechies.com/jimmybogard/2011/02/11/trivia-friday/#comment-2831</link>
		<dc:creator>Harry</dc:creator>
		<pubDate>Fri, 11 Feb 2011 15:00:39 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2011/02/11/trivia-friday.aspx#comment-2831</guid>
		<description>You can write something like:

42.Expr(x =&gt; x * x)

and thus do not have to specify T or TResult</description>
		<content:encoded><![CDATA[<p>You can write something like:</p>
<p>42.Expr(x => x * x)</p>
<p>and thus do not have to specify T or TResult</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Omer Mor</title>
		<link>http://lostechies.com/jimmybogard/2011/02/11/trivia-friday/#comment-2830</link>
		<dc:creator>Omer Mor</dc:creator>
		<pubDate>Fri, 11 Feb 2011 14:56:35 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2011/02/11/trivia-friday.aspx#comment-2830</guid>
		<description>So you could declare expressions that take anonymous types?</description>
		<content:encoded><![CDATA[<p>So you could declare expressions that take anonymous types?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy Skinner</title>
		<link>http://lostechies.com/jimmybogard/2011/02/11/trivia-friday/#comment-2829</link>
		<dc:creator>Jeremy Skinner</dc:creator>
		<pubDate>Fri, 11 Feb 2011 14:55:53 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2011/02/11/trivia-friday.aspx#comment-2829</guid>
		<description>I&#039;m guessing so you can get a reference to an expression for a property on an anonymous type. Because you can&#039;t declare the type directly, this will allow type inference to kick in.</description>
		<content:encoded><![CDATA[<p>I&#8217;m guessing so you can get a reference to an expression for a property on an anonymous type. Because you can&#8217;t declare the type directly, this will allow type inference to kick in.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christopher Bennage</title>
		<link>http://lostechies.com/jimmybogard/2011/02/11/trivia-friday/#comment-2828</link>
		<dc:creator>Christopher Bennage</dc:creator>
		<pubDate>Fri, 11 Feb 2011 14:32:43 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2011/02/11/trivia-friday.aspx#comment-2828</guid>
		<description>So you can convert a lamda into an expression explicitly.</description>
		<content:encoded><![CDATA[<p>So you can convert a lamda into an expression explicitly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bogardj</title>
		<link>http://lostechies.com/jimmybogard/2011/02/11/trivia-friday/#comment-2827</link>
		<dc:creator>bogardj</dc:creator>
		<pubDate>Fri, 11 Feb 2011 14:20:10 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2011/02/11/trivia-friday.aspx#comment-2827</guid>
		<description>@thinkbeforecoding

Nice side effect, but check my hint - it&#039;s not directly what I was trying to achieve.</description>
		<content:encoded><![CDATA[<p>@thinkbeforecoding</p>
<p>Nice side effect, but check my hint &#8211; it&#8217;s not directly what I was trying to achieve.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: thinkbeforecoding</title>
		<link>http://lostechies.com/jimmybogard/2011/02/11/trivia-friday/#comment-2826</link>
		<dc:creator>thinkbeforecoding</dc:creator>
		<pubDate>Fri, 11 Feb 2011 14:05:53 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2011/02/11/trivia-friday.aspx#comment-2826</guid>
		<description>Using this code, you can 
declare a var that will receive the expression instead of declaring it with Expression&lt;Func&lt;,&gt;&gt;
ensure that that expression input is of expected type, without having to give lambda parameter type...

 </description>
		<content:encoded><![CDATA[<p>Using this code, you can<br />
declare a var that will receive the expression instead of declaring it with Expression<func <,>><br />
ensure that that expression input is of expected type, without having to give lambda parameter type&#8230;</p>
<p> </func></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bogardj</title>
		<link>http://lostechies.com/jimmybogard/2011/02/11/trivia-friday/#comment-2825</link>
		<dc:creator>bogardj</dc:creator>
		<pubDate>Fri, 11 Feb 2011 13:51:03 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2011/02/11/trivia-friday.aspx#comment-2825</guid>
		<description>@Rob

Getting warmer...

@Jason

Not intentionally, but I did find that it&#039;s a nice side effect</description>
		<content:encoded><![CDATA[<p>@Rob</p>
<p>Getting warmer&#8230;</p>
<p>@Jason</p>
<p>Not intentionally, but I did find that it&#8217;s a nice side effect</p>
]]></content:encoded>
	</item>
</channel>
</rss>
