<?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: More on Late-Bound Invocations with Expression Trees</title>
	<atom:link href="http://lostechies.com/jimmybogard/2009/06/18/more-on-late-bound-invocations-with-expression-trees/feed/" rel="self" type="application/rss+xml" />
	<link>http://lostechies.com/jimmybogard/2009/06/18/more-on-late-bound-invocations-with-expression-trees/</link>
	<description>Strong opinions, weakly held</description>
	<lastBuildDate>Fri, 17 May 2013 09:02:38 +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/2009/06/18/more-on-late-bound-invocations-with-expression-trees/#comment-1598</link>
		<dc:creator>bogardj</dc:creator>
		<pubDate>Mon, 22 Jun 2009 14:35:21 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2009/06/17/more-on-late-bound-invocations-with-expression-trees.aspx#comment-1598</guid>
		<description>@Chris

Thanks for the heads up!  I need a cheat sheet for those expression trees, I always miss something.  Doesn&#039;t help that the expression types don&#039;t match the ExpressionType enumeration either.</description>
		<content:encoded><![CDATA[<p>@Chris</p>
<p>Thanks for the heads up!  I need a cheat sheet for those expression trees, I always miss something.  Doesn&#8217;t help that the expression types don&#8217;t match the ExpressionType enumeration either.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Patterson</title>
		<link>http://lostechies.com/jimmybogard/2009/06/18/more-on-late-bound-invocations-with-expression-trees/#comment-1597</link>
		<dc:creator>Chris Patterson</dc:creator>
		<pubDate>Sun, 21 Jun 2009 04:42:11 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2009/06/17/more-on-late-bound-invocations-with-expression-trees.aspx#comment-1597</guid>
		<description>You CAN set properties, you cannot set fields.

Check out Magnum.Reflection.FastProperty for the details as that&#039;s what the mapper tools in Magnum use. It&#039;s also how our CustomXmlSerializer works to serialize and recover properties from XML very quickly (over 10,000 msgs/second per CPU core).

You can call methods in expressions, which includes the GetGetMethod and GetSetMethod(true) from the PropertyInfo.

Check it out man...
</description>
		<content:encoded><![CDATA[<p>You CAN set properties, you cannot set fields.</p>
<p>Check out Magnum.Reflection.FastProperty for the details as that&#8217;s what the mapper tools in Magnum use. It&#8217;s also how our CustomXmlSerializer works to serialize and recover properties from XML very quickly (over 10,000 msgs/second per CPU core).</p>
<p>You can call methods in expressions, which includes the GetGetMethod and GetSetMethod(true) from the PropertyInfo.</p>
<p>Check it out man&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel N. Schenker</title>
		<link>http://lostechies.com/jimmybogard/2009/06/18/more-on-late-bound-invocations-with-expression-trees/#comment-1596</link>
		<dc:creator>Gabriel N. Schenker</dc:creator>
		<pubDate>Thu, 18 Jun 2009 05:38:39 +0000</pubDate>
		<guid isPermaLink="false">/blogs/jimmy_bogard/archive/2009/06/17/more-on-late-bound-invocations-with-expression-trees.aspx#comment-1596</guid>
		<description>nice work!</description>
		<content:encoded><![CDATA[<p>nice work!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
