<?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: ASP.NET Caching</title>
	<atom:link href="http://www.billrowell.com/2007/04/20/aspnet-caching/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.billrowell.com/2007/04/20/aspnet-caching/</link>
	<description>Rumblings of Code,  and Then Some...</description>
	<lastBuildDate>Wed, 28 Dec 2011 19:07:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Bill</title>
		<link>http://www.billrowell.com/2007/04/20/aspnet-caching/comment-page-1/#comment-2170</link>
		<dc:creator>Bill</dc:creator>
		<pubDate>Mon, 17 Dec 2007 14:29:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.billrowell.com/2007/04/20/aspnet-caching/#comment-2170</guid>
		<description>Yeah, I&#039;d like to know why its junk as well.  Ali got the point exactly right, which was the purpose of the article.</description>
		<content:encoded><![CDATA[<p>Yeah, I&#8217;d like to know why its junk as well.  Ali got the point exactly right, which was the purpose of the article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ali Asghar</title>
		<link>http://www.billrowell.com/2007/04/20/aspnet-caching/comment-page-1/#comment-2139</link>
		<dc:creator>Ali Asghar</dc:creator>
		<pubDate>Tue, 11 Dec 2007 12:00:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.billrowell.com/2007/04/20/aspnet-caching/#comment-2139</guid>
		<description>Hi Seema,
I dont understand why the above article is a junk. Can you please explain?

This article explains the use of HTTPContext for storing the temporary data which is required within just one request. This might not be useful in normal page lifecycle coding (as your page data and variables are available with you in a request), but this is very useful when you want to share data between HTTPModules or HTTPModule and HTTPHandler. 
Using current context in normal coding practice instead of sessions or cache can avoid memory leaks too.</description>
		<content:encoded><![CDATA[<p>Hi Seema,<br />
I dont understand why the above article is a junk. Can you please explain?</p>
<p>This article explains the use of HTTPContext for storing the temporary data which is required within just one request. This might not be useful in normal page lifecycle coding (as your page data and variables are available with you in a request), but this is very useful when you want to share data between HTTPModules or HTTPModule and HTTPHandler.<br />
Using current context in normal coding practice instead of sessions or cache can avoid memory leaks too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SeemaSingh</title>
		<link>http://www.billrowell.com/2007/04/20/aspnet-caching/comment-page-1/#comment-2138</link>
		<dc:creator>SeemaSingh</dc:creator>
		<pubDate>Tue, 11 Dec 2007 09:36:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.billrowell.com/2007/04/20/aspnet-caching/#comment-2138</guid>
		<description>Hi,

 With the little knowledge i have in .net i think the above article is nothing but junk.

Regards,
SeemaSingh</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p> With the little knowledge i have in .net i think the above article is nothing but junk.</p>
<p>Regards,<br />
SeemaSingh</p>
]]></content:encoded>
	</item>
</channel>
</rss>

