<?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: KNKVC &#8211; Implementing Key-Value Coding and Key-Value Observing in C#.NET</title>
	<atom:link href="http://danielkennett.org/blog/2009/08/knkvc-implementing-key-value-coding-and-key-value-observing-in-c-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://danielkennett.org/blog/2009/08/knkvc-implementing-key-value-coding-and-key-value-observing-in-c-net/</link>
	<description>Anyone going faster than me? Reckless. Anyone going slower? Stupid.</description>
	<lastBuildDate>Fri, 25 Jun 2010 09:42:03 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Vivek</title>
		<link>http://danielkennett.org/blog/2009/08/knkvc-implementing-key-value-coding-and-key-value-observing-in-c-net/comment-page-1/#comment-550</link>
		<dc:creator>Vivek</dc:creator>
		<pubDate>Wed, 06 Jan 2010 17:39:28 +0000</pubDate>
		<guid isPermaLink="false">http://danielkennett.org/?p=398#comment-550</guid>
		<description>Hi Daniel,

Thanks a lot for this, I was thinking about doing something similar and this was the perfect seed.

Took it a bit further and added some Key-Value binding support as well.

Finally, I needed the performance to be excellent. Using reflection in inner loops is very slow, so used the new .net Expressions feature to compile delegates and cache them, resulting in a factor of 70 speedup.

Cheers,</description>
		<content:encoded><![CDATA[<p>Hi Daniel,</p>
<p>Thanks a lot for this, I was thinking about doing something similar and this was the perfect seed.</p>
<p>Took it a bit further and added some Key-Value binding support as well.</p>
<p>Finally, I needed the performance to be excellent. Using reflection in inner loops is very slow, so used the new .net Expressions feature to compile delegates and cache them, resulting in a factor of 70 speedup.</p>
<p>Cheers,</p>
]]></content:encoded>
	</item>
</channel>
</rss>
