<?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: Using the LateBinder</title>
	<atom:link href="http://codecube.net/2008/12/using-the-latebinder/feed/" rel="self" type="application/rss+xml" />
	<link>http://codecube.net/2008/12/using-the-latebinder/</link>
	<description>Joel Martinez' weblog</description>
	<lastBuildDate>Mon, 22 Feb 2010 12:34:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Levi</title>
		<link>http://codecube.net/2008/12/using-the-latebinder/comment-page-1/#comment-743</link>
		<dc:creator>Levi</dc:creator>
		<pubDate>Tue, 30 Jun 2009 18:33:29 +0000</pubDate>
		<guid isPermaLink="false">http://codecube.net/?p=93#comment-743</guid>
		<description>For properties, there is a way to get/set and minimize reflection.
getters &amp; setters are just methods, which means you can build delegates to them.  If you used unbound or open instance delegates, they can be cached between calls.  You&#039;d only have the reflection call the first time.  once the delegate was cached, you should similar performance to a dynamic method.</description>
		<content:encoded><![CDATA[<p>For properties, there is a way to get/set and minimize reflection.<br />
getters &amp; setters are just methods, which means you can build delegates to them.  If you used unbound or open instance delegates, they can be cached between calls.  You&#8217;d only have the reflection call the first time.  once the delegate was cached, you should similar performance to a dynamic method.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joel Martinez</title>
		<link>http://codecube.net/2008/12/using-the-latebinder/comment-page-1/#comment-620</link>
		<dc:creator>Joel Martinez</dc:creator>
		<pubDate>Thu, 11 Dec 2008 18:28:57 +0000</pubDate>
		<guid isPermaLink="false">http://codecube.net/?p=93#comment-620</guid>
		<description>For any naysayers, yes, I know this probably won&#039;t be needed when C# 4.0 comes out ... but I wrote the original version sometime last year if not earlier.  So there :-P</description>
		<content:encoded><![CDATA[<p>For any naysayers, yes, I know this probably won&#8217;t be needed when C# 4.0 comes out &#8230; but I wrote the original version sometime last year if not earlier.  So there <img src='http://codecube.net/wp-includes/images/smilies/icon_razz.gif' alt=':-P' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
