<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>[How Do I:] Use OutputCache to Cache an ASP.NET Page</title><link>http://asp.net</link><pubDate>Thu, 25 Mar 2010 09:28:17 GMT</pubDate><generator>umbraco</generator><description>Comments for [How Do I:] Use OutputCache to Cache an ASP.NET Page</description><language>en</language><atom:link href="http://asp.net/rss/comments/33523" rel="self" type="application/rss+xml" /><item><title>Comment Posted by palmerm1</title><link>http://asp.net/web-forms/videos/how-do-i/how-do-i-use-outputcache-to-cache-an-aspnet-page</link><pubDate>Fri, 06 Feb 2009 10:12:34 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000006275</guid><description><![CDATA[ <p>Great video. &#160;I didn&#39;t know anything about this, so thanks for the introduction. &#160;I&#39;m now wondering if it&#39;s ok to put the caching declarations at the top of a Master Page. &#160;I&#39;m also wondering whether setting a long duration on a large group of pages on a site would cause the server to become overloaded with cached pages and negatively impact performance (or not). &#160;Are there guidelines or recommendations for when to use caching and how long to cache pages? &#160;I&#39;ll google it and check out the other caching videos you referred to. &#160;Thanks for the great video.</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/palmerm1.jpg?forceidenticon=false&amp;dt=635049006600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by rami_nassar</title><link>http://asp.net/web-forms/videos/how-do-i/how-do-i-use-outputcache-to-cache-an-aspnet-page</link><pubDate>Fri, 06 Feb 2009 17:16:42 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000006276</guid><description><![CDATA[ <p>Good job... and as palmerm said its new feature to me also, thanks chris</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/rami_nassar.jpg?forceidenticon=false&amp;dt=635049006600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by boblakkakula</title><link>http://asp.net/web-forms/videos/how-do-i/how-do-i-use-outputcache-to-cache-an-aspnet-page</link><pubDate>Sat, 07 Feb 2009 15:55:38 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000006277</guid><description><![CDATA[ <p>Nice video. &#160;It could have been easier to display caching if you&#39;ve used DateTime.Now.ToString() as Label text instead of static text. Otherwise clean straight-forward video. Look forward to see more. &#160;</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/boblakkakula.jpg?forceidenticon=false&amp;dt=635049006600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by behzad.vahidpour</title><link>http://asp.net/web-forms/videos/how-do-i/how-do-i-use-outputcache-to-cache-an-aspnet-page</link><pubDate>Mon, 09 Feb 2009 01:48:25 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000006278</guid><description><![CDATA[ <p>VER VERY NICE VIDEO</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/behzad.vahidpour.jpg?forceidenticon=false&amp;dt=635049006600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by justsolid</title><link>http://asp.net/web-forms/videos/how-do-i/how-do-i-use-outputcache-to-cache-an-aspnet-page</link><pubDate>Mon, 09 Feb 2009 09:06:51 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000006279</guid><description><![CDATA[ <p>very good video</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/justsolid.jpg?forceidenticon=false&amp;dt=635049006600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by Dimi</title><link>http://asp.net/web-forms/videos/how-do-i/how-do-i-use-outputcache-to-cache-an-aspnet-page</link><pubDate>Mon, 09 Feb 2009 09:58:47 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000006280</guid><description><![CDATA[ <p>This vid is great. Thanks for that</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/Dimi.jpg?forceidenticon=false&amp;dt=635049006600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by bohunt</title><link>http://asp.net/web-forms/videos/how-do-i/how-do-i-use-outputcache-to-cache-an-aspnet-page</link><pubDate>Fri, 13 Feb 2009 17:45:47 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000006281</guid><description><![CDATA[ <p>Great video.</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/bohunt.jpg?forceidenticon=false&amp;dt=635049006600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by sbohland</title><link>http://asp.net/web-forms/videos/how-do-i/how-do-i-use-outputcache-to-cache-an-aspnet-page</link><pubDate>Wed, 18 Feb 2009 13:50:34 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000006282</guid><description><![CDATA[ <p>Nice video Chris, I have read about caching a bit but the videos alwasy help and yours was very straight-forward and clear. Thanks! I do like Palmerm&#39;s ?s and hope to see more about this topic.</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/sbohland.jpg?forceidenticon=false&amp;dt=635049006600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by prabhupr</title><link>http://asp.net/web-forms/videos/how-do-i/how-do-i-use-outputcache-to-cache-an-aspnet-page</link><pubDate>Sun, 22 Feb 2009 19:10:04 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000006283</guid><description><![CDATA[ <p>Excellent Video</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/prabhupr.jpg?forceidenticon=false&amp;dt=635049006600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by drini83</title><link>http://asp.net/web-forms/videos/how-do-i/how-do-i-use-outputcache-to-cache-an-aspnet-page</link><pubDate>Mon, 20 Apr 2009 10:40:32 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000006284</guid><description><![CDATA[ <p>thanks for the tutorial</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/drini83.jpg?forceidenticon=false&amp;dt=635049006600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by asater</title><link>http://asp.net/web-forms/videos/how-do-i/how-do-i-use-outputcache-to-cache-an-aspnet-page</link><pubDate>Tue, 21 Apr 2009 19:58:10 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000006285</guid><description><![CDATA[ <p>Thanks </p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/asater.jpg?forceidenticon=false&amp;dt=635049006600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by chandradev1</title><link>http://asp.net/web-forms/videos/how-do-i/how-do-i-use-outputcache-to-cache-an-aspnet-page</link><pubDate>Thu, 25 Mar 2010 09:28:17 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000006286</guid><description><![CDATA[ <p>Great Video</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/chandradev1.jpg?forceidenticon=false&amp;dt=635049006600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item></channel></rss>