<?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: .Net: The limits of using Reflection</title> <atom:link href="http://blog.nkadesign.com/2006/net-the-limits-of-using-reflection/feed/" rel="self" type="application/rss+xml" /><link>http://blog.nkadesign.com/2006/net-the-limits-of-using-reflection/</link> <description>Renaud Bompuis on the interwebs!</description> <lastBuildDate>Thu, 09 May 2013 14:27:45 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=257</generator> <item><title>By: Prodip Saha</title><link>http://blog.nkadesign.com/2006/net-the-limits-of-using-reflection/comment-page-1/#comment-14071</link> <dc:creator>Prodip Saha</dc:creator> <pubDate>Mon, 23 Jul 2012 15:03:26 +0000</pubDate> <guid
isPermaLink="false">http://blog.nkadesign.com/?p=29#comment-14071</guid> <description><![CDATA[&lt;p&gt;Very nice article and you rendered it meaningfully. I liked your emphasis on Observer Effect and once can potentially alter the state of an object (possibly without knowing). I was able to get the value of integer indexer. You are correct- there is no way to know the length or count. You have to try/catch to get the value just to get the number of iterations and go for the loop there after. Now I can see how the Observer Effect can play a role there too.&lt;/p&gt;
&lt;p&gt;My suggestion to implementers, don&#039;t use non integer indexed property if you are going to use reflection to get the values.&lt;/p&gt;
]]></description> <content:encoded><![CDATA[<p>Very nice article and you rendered it meaningfully. I liked your emphasis on Observer Effect and once can potentially alter the state of an object (possibly without knowing). I was able to get the value of integer indexer. You are correct- there is no way to know the length or count. You have to try/catch to get the value just to get the number of iterations and go for the loop there after. Now I can see how the Observer Effect can play a role there too.</p><p>My suggestion to implementers, don&#8217;t use non integer indexed property if you are going to use reflection to get the values.</p> ]]></content:encoded> </item> <item><title>By: Ivan</title><link>http://blog.nkadesign.com/2006/net-the-limits-of-using-reflection/comment-page-1/#comment-11622</link> <dc:creator>Ivan</dc:creator> <pubDate>Thu, 30 Jul 2009 17:03:50 +0000</pubDate> <guid
isPermaLink="false">http://blog.nkadesign.com/?p=29#comment-11622</guid> <description><![CDATA[&lt;p&gt;Very interesting things was highlighting by you! Thank you, really big good thank!&lt;/p&gt;
]]></description> <content:encoded><![CDATA[<p>Very interesting things was highlighting by you! Thank you, really big good thank!</p> ]]></content:encoded> </item> <item><title>By: Michael Mortensen</title><link>http://blog.nkadesign.com/2006/net-the-limits-of-using-reflection/comment-page-1/#comment-10813</link> <dc:creator>Michael Mortensen</dc:creator> <pubDate>Thu, 21 May 2009 15:37:10 +0000</pubDate> <guid
isPermaLink="false">http://blog.nkadesign.com/?p=29#comment-10813</guid> <description><![CDATA[&lt;p&gt;This was a very nice article, and as you articles sugested; I am screwed :-)&lt;/p&gt;
&lt;p&gt;Keep up the good work!&lt;/p&gt;
]]></description> <content:encoded><![CDATA[<p>This was a very nice article, and as you articles sugested; I am screwed :-)</p><p>Keep up the good work!</p> ]]></content:encoded> </item> <item><title>By: Renaud</title><link>http://blog.nkadesign.com/2006/net-the-limits-of-using-reflection/comment-page-1/#comment-10303</link> <dc:creator>Renaud</dc:creator> <pubDate>Wed, 01 Apr 2009 01:41:09 +0000</pubDate> <guid
isPermaLink="false">http://blog.nkadesign.com/?p=29#comment-10303</guid> <description><![CDATA[&lt;p&gt;@Phil: thanks. I&#039;m glad you found it useful.&lt;/p&gt;
]]></description> <content:encoded><![CDATA[<p>@Phil: thanks. I&#8217;m glad you found it useful.</p> ]]></content:encoded> </item> <item><title>By: Phil Hackett</title><link>http://blog.nkadesign.com/2006/net-the-limits-of-using-reflection/comment-page-1/#comment-10289</link> <dc:creator>Phil Hackett</dc:creator> <pubDate>Fri, 27 Mar 2009 09:45:55 +0000</pubDate> <guid
isPermaLink="false">http://blog.nkadesign.com/?p=29#comment-10289</guid> <description><![CDATA[&lt;p&gt;Thanks for that Renaud - a smart article.  I was trying to suss out how to detect whether a property uses an indexer using reflection, and your article covered it nicely.  And was an interesting read as well.  Good job, sir!&lt;/p&gt;
]]></description> <content:encoded><![CDATA[<p>Thanks for that Renaud -- a smart article.  I was trying to suss out how to detect whether a property uses an indexer using reflection, and your article covered it nicely.  And was an interesting read as well.  Good job, sir!</p> ]]></content:encoded> </item> <item><title>By: Paul Chavez</title><link>http://blog.nkadesign.com/2006/net-the-limits-of-using-reflection/comment-page-1/#comment-8949</link> <dc:creator>Paul Chavez</dc:creator> <pubDate>Fri, 01 Aug 2008 18:53:08 +0000</pubDate> <guid
isPermaLink="false">http://blog.nkadesign.com/?p=29#comment-8949</guid> <description><![CDATA[&lt;p&gt;Nice article man, it&#039;s exactly what I needed to know... had been trying MSDN docs for a while with no luck. Once again, a blogger saves the day! ;-)&lt;/p&gt;
]]></description> <content:encoded><![CDATA[<p>Nice article man, it&#8217;s exactly what I needed to know&#8230; had been trying MSDN docs for a while with no luck. Once again, a blogger saves the day! ;-)</p> ]]></content:encoded> </item> <item><title>By: Renaud</title><link>http://blog.nkadesign.com/2006/net-the-limits-of-using-reflection/comment-page-1/#comment-8936</link> <dc:creator>Renaud</dc:creator> <pubDate>Fri, 25 Jul 2008 06:56:22 +0000</pubDate> <guid
isPermaLink="false">http://blog.nkadesign.com/?p=29#comment-8936</guid> <description><![CDATA[&lt;p&gt;Hi Andy,
you should be able to reflect on the collection items just as you do for any type.
When I have some time I&#039;ll try to post a new article on reflection.
Can&#039;t promise when though.. busy at the moment.
Thanks.&lt;/p&gt;
]]></description> <content:encoded><![CDATA[<p>Hi Andy,
you should be able to reflect on the collection items just as you do for any type.
When I have some time I&#8217;ll try to post a new article on reflection.
Can&#8217;t promise when though.. busy at the moment.
Thanks.</p> ]]></content:encoded> </item> <item><title>By: Andy</title><link>http://blog.nkadesign.com/2006/net-the-limits-of-using-reflection/comment-page-1/#comment-8935</link> <dc:creator>Andy</dc:creator> <pubDate>Fri, 25 Jul 2008 06:17:34 +0000</pubDate> <guid
isPermaLink="false">http://blog.nkadesign.com/?p=29#comment-8935</guid> <description><![CDATA[&lt;p&gt;HI,
Here in my project a class is there which has public properties and in that properties there is one property which returns a collecton and in that collection again there are fields . Here what Iam facing is Iam getting all the properties except the inner fields of that Collection property ....Can you help me out?
Thanks
Andy.&lt;/p&gt;
]]></description> <content:encoded><![CDATA[<p>HI,
Here in my project a class is there which has public properties and in that properties there is one property which returns a collecton and in that collection again there are fields . Here what Iam facing is Iam getting all the properties except the inner fields of that Collection property &#8230;.Can you help me out?
Thanks
Andy.</p> ]]></content:encoded> </item> <item><title>By: Javier Callico</title><link>http://blog.nkadesign.com/2006/net-the-limits-of-using-reflection/comment-page-1/#comment-7600</link> <dc:creator>Javier Callico</dc:creator> <pubDate>Tue, 04 Mar 2008 12:37:45 +0000</pubDate> <guid
isPermaLink="false">http://blog.nkadesign.com/?p=29#comment-7600</guid> <description><![CDATA[&lt;p&gt;Very nice article. Thanks for sharing it.&lt;/p&gt;
]]></description> <content:encoded><![CDATA[<p>Very nice article. Thanks for sharing it.</p> ]]></content:encoded> </item> <item><title>By: Chris Lively</title><link>http://blog.nkadesign.com/2006/net-the-limits-of-using-reflection/comment-page-1/#comment-6580</link> <dc:creator>Chris Lively</dc:creator> <pubDate>Fri, 10 Aug 2007 19:32:00 +0000</pubDate> <guid
isPermaLink="false">http://blog.nkadesign.com/?p=29#comment-6580</guid> <description><![CDATA[&lt;p&gt;Thanks for figuring this out.  I&#039;ve been pulling my hair out.&lt;/p&gt;
]]></description> <content:encoded><![CDATA[<p>Thanks for figuring this out.  I&#8217;ve been pulling my hair out.</p> ]]></content:encoded> </item> <item><title>By: Hugh Tucker</title><link>http://blog.nkadesign.com/2006/net-the-limits-of-using-reflection/comment-page-1/#comment-4523</link> <dc:creator>Hugh Tucker</dc:creator> <pubDate>Tue, 03 Apr 2007 16:37:21 +0000</pubDate> <guid
isPermaLink="false">http://blog.nkadesign.com/?p=29#comment-4523</guid> <description><![CDATA[&lt;p&gt;Thanks -I&#039;ve been trying to find the value of my index all day and nothing mentioned that it cannot be done - fortunately I found your VERY good explanation thanks&lt;/p&gt;
&lt;p&gt;(its a: &quot;you can&#039;t get to there from here&quot;!)&lt;/p&gt;
&lt;p&gt;Cheers
Hugh&lt;/p&gt;
]]></description> <content:encoded><![CDATA[<p>Thanks -I&#8217;ve been trying to find the value of my index all day and nothing mentioned that it cannot be done -- fortunately I found your VERY good explanation thanks</p><p>(its a: &#8220;you can&#8217;t get to there from here&#8221;!)</p><p>Cheers
Hugh</p> ]]></content:encoded> </item> <item><title>By: Eric Gero</title><link>http://blog.nkadesign.com/2006/net-the-limits-of-using-reflection/comment-page-1/#comment-1190</link> <dc:creator>Eric Gero</dc:creator> <pubDate>Wed, 25 Oct 2006 19:50:08 +0000</pubDate> <guid
isPermaLink="false">http://blog.nkadesign.com/?p=29#comment-1190</guid> <description><![CDATA[&lt;p&gt;This was a nice article.  I was having an issue trying to use reflection with c#, I am a Java developer, so the concept was there, just not the details.  After reading severl articles, yours was the one that made the most sense.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;
]]></description> <content:encoded><![CDATA[<p>This was a nice article.  I was having an issue trying to use reflection with c#, I am a Java developer, so the concept was there, just not the details.  After reading severl articles, yours was the one that made the most sense.</p><p>Thanks</p> ]]></content:encoded> </item> </channel> </rss>