<?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: C# Optimizations Via Caching</title>
	<atom:link href="http://akashkava.com/blog/18/c-optimizations-via-caching/feed/" rel="self" type="application/rss+xml" />
	<link>http://akashkava.com/blog/18/c-optimizations-via-caching/</link>
	<description>Founder of NeuroSpeech</description>
	<lastBuildDate>Tue, 10 Apr 2012 17:57:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: VitalikGromovss</title>
		<link>http://akashkava.com/blog/18/c-optimizations-via-caching/comment-page-1/#comment-263</link>
		<dc:creator>VitalikGromovss</dc:creator>
		<pubDate>Sat, 08 Aug 2009 11:33:53 +0000</pubDate>
		<guid isPermaLink="false">http://akashkava.com/blog/?p=18#comment-263</guid>
		<description>Very Interesting post! Thank you for such interesting resource!PS: Sorry for my bad english, I’v just started to learn this language</description>
		<content:encoded><![CDATA[<p>Very Interesting post! Thank you for such interesting resource!PS: Sorry for my bad english, I’v just started to learn this language</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GarykPatton</title>
		<link>http://akashkava.com/blog/18/c-optimizations-via-caching/comment-page-1/#comment-102</link>
		<dc:creator>GarykPatton</dc:creator>
		<pubDate>Tue, 16 Jun 2009 01:42:03 +0000</pubDate>
		<guid isPermaLink="false">http://akashkava.com/blog/?p=18#comment-102</guid>
		<description>How soon will you update your blog? I&#039;m interested in reading some more information on this issue.</description>
		<content:encoded><![CDATA[<p>How soon will you update your blog? I&#8217;m interested in reading some more information on this issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KattyBlackyard</title>
		<link>http://akashkava.com/blog/18/c-optimizations-via-caching/comment-page-1/#comment-101</link>
		<dc:creator>KattyBlackyard</dc:creator>
		<pubDate>Mon, 15 Jun 2009 05:34:44 +0000</pubDate>
		<guid isPermaLink="false">http://akashkava.com/blog/?p=18#comment-101</guid>
		<description>Hi, very nice post. I have been wonder&#039;n bout this issue,so thanks for posting</description>
		<content:encoded><![CDATA[<p>Hi, very nice post. I have been wonder&#8217;n bout this issue,so thanks for posting</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JaneRadriges</title>
		<link>http://akashkava.com/blog/18/c-optimizations-via-caching/comment-page-1/#comment-100</link>
		<dc:creator>JaneRadriges</dc:creator>
		<pubDate>Sat, 13 Jun 2009 21:12:44 +0000</pubDate>
		<guid isPermaLink="false">http://akashkava.com/blog/?p=18#comment-100</guid>
		<description>Great post! I&#039;ll subscribe right now wth my feedreader software!</description>
		<content:encoded><![CDATA[<p>Great post! I&#8217;ll subscribe right now wth my feedreader software!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kelly Brown</title>
		<link>http://akashkava.com/blog/18/c-optimizations-via-caching/comment-page-1/#comment-98</link>
		<dc:creator>Kelly Brown</dc:creator>
		<pubDate>Fri, 12 Jun 2009 19:34:36 +0000</pubDate>
		<guid isPermaLink="false">http://akashkava.com/blog/?p=18#comment-98</guid>
		<description>Hi, gr8 post thanks for posting. Information is useful!</description>
		<content:encoded><![CDATA[<p>Hi, gr8 post thanks for posting. Information is useful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KrisBelucci</title>
		<link>http://akashkava.com/blog/18/c-optimizations-via-caching/comment-page-1/#comment-94</link>
		<dc:creator>KrisBelucci</dc:creator>
		<pubDate>Tue, 02 Jun 2009 10:55:41 +0000</pubDate>
		<guid isPermaLink="false">http://akashkava.com/blog/?p=18#comment-94</guid>
		<description>Hi, cool post. I have been wondering about this topic,so thanks for writing.</description>
		<content:encoded><![CDATA[<p>Hi, cool post. I have been wondering about this topic,so thanks for writing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://akashkava.com/blog/18/c-optimizations-via-caching/comment-page-1/#comment-62</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Sat, 25 Apr 2009 23:54:56 +0000</pubDate>
		<guid isPermaLink="false">http://akashkava.com/blog/?p=18#comment-62</guid>
		<description>Actually this worked...  I was reading too fast to see the type-o

return (T)Convert.ChangeType(val,typeof(T));</description>
		<content:encoded><![CDATA[<p>Actually this worked&#8230;  I was reading too fast to see the type-o</p>
<p>return (T)Convert.ChangeType(val,typeof(T));</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://akashkava.com/blog/18/c-optimizations-via-caching/comment-page-1/#comment-61</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Sat, 25 Apr 2009 22:02:42 +0000</pubDate>
		<guid isPermaLink="false">http://akashkava.com/blog/?p=18#comment-61</guid>
		<description>Akash, thank you for this.  Although when I run the query string caching routine I get the following error.

Using the generic type &#039;System.Converter&#039; requires &#039;2&#039; type arguments

I copied and pasted the code from above.  What am I missing?  

When I mouse over Converter.ChangeType  in (T)Converter.ChangeType(typeof(T), val)  intellisense does not seem to find a method of Converter called ChangeType</description>
		<content:encoded><![CDATA[<p>Akash, thank you for this.  Although when I run the query string caching routine I get the following error.</p>
<p>Using the generic type &#8216;System.Converter&#8217; requires &#8217;2&#8242; type arguments</p>
<p>I copied and pasted the code from above.  What am I missing?  </p>
<p>When I mouse over Converter.ChangeType  in (T)Converter.ChangeType(typeof(T), val)  intellisense does not seem to find a method of Converter called ChangeType</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: trendbender</title>
		<link>http://akashkava.com/blog/18/c-optimizations-via-caching/comment-page-1/#comment-15</link>
		<dc:creator>trendbender</dc:creator>
		<pubDate>Tue, 16 Dec 2008 11:26:46 +0000</pubDate>
		<guid isPermaLink="false">http://akashkava.com/blog/?p=18#comment-15</guid>
		<description>thx for artcle, really interesting</description>
		<content:encoded><![CDATA[<p>thx for artcle, really interesting</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Samuel Williams</title>
		<link>http://akashkava.com/blog/18/c-optimizations-via-caching/comment-page-1/#comment-14</link>
		<dc:creator>Samuel Williams</dc:creator>
		<pubDate>Tue, 16 Dec 2008 11:17:13 +0000</pubDate>
		<guid isPermaLink="false">http://akashkava.com/blog/?p=18#comment-14</guid>
		<description>While all very interesting concepts, this smells of premature optimization, which as we all know, is the root of all evil. This article would be great titled &quot;Optimizations that are typically done in a compiler&quot; or something along those lines. Great write up and detail.</description>
		<content:encoded><![CDATA[<p>While all very interesting concepts, this smells of premature optimization, which as we all know, is the root of all evil. This article would be great titled &#8220;Optimizations that are typically done in a compiler&#8221; or something along those lines. Great write up and detail.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

