<?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: Reflecting on reflection in .NET</title>
	<atom:link href="http://underground.infovark.com/2010/07/06/reflecting-on-reflection-in-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://underground.infovark.com/2010/07/06/reflecting-on-reflection-in-net/</link>
	<description>The Infovark technology blog</description>
	<lastBuildDate>Thu, 17 Nov 2011 16:06:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Simon Russell</title>
		<link>http://underground.infovark.com/2010/07/06/reflecting-on-reflection-in-net/comment-page-1/#comment-636</link>
		<dc:creator>Simon Russell</dc:creator>
		<pubDate>Wed, 07 Jul 2010 01:54:21 +0000</pubDate>
		<guid isPermaLink="false">http://underground.infovark.com/?p=678#comment-636</guid>
		<description>Reflection is misused quite a lot, true.  But it doesn&#039;t _have_ to be slow in .NET -- you can cache quite a lot.  And you can wrap up the API in something much nicer; the main reason it&#039;s terrible is that it&#039;s a direct clone of the Java reflection stuff.</description>
		<content:encoded><![CDATA[<p>Reflection is misused quite a lot, true.  But it doesn&#8217;t _have_ to be slow in .NET &#8212; you can cache quite a lot.  And you can wrap up the API in something much nicer; the main reason it&#8217;s terrible is that it&#8217;s a direct clone of the Java reflection stuff.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

