<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 the ASP.NET Cache Object to Cache Application Information</title><link>http://asp.net</link><pubDate>Thu, 23 Dec 2010 20:13:05 GMT</pubDate><generator>umbraco</generator><description>Comments for [How Do I]: Use the ASP.NET Cache Object to Cache Application Information</description><language>en</language><atom:link href="http://asp.net/rss/comments/33528" rel="self" type="application/rss+xml" /><item><title>Comment Posted by BEHPAK</title><link>http://asp.net/web-forms/videos/how-do-i/how-do-i-use-the-aspnet-cache-object-to-cache-application-information</link><pubDate>Fri, 27 Mar 2009 12:07:34 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000006319</guid><description><![CDATA[ <p>Hi Mr. chris Pels</p><p>thank you for your so nice videos &amp; amazing notes</p><p>i want ask you to produce a video to implement &amp; Integration of</p><p>FCKeditor to an asp.net Project</p><p>i think it is a common problem for asp developers</p><p>thankyou so much</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/BEHPAK.jpg?forceidenticon=false&amp;dt=635045574600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by SGWellens</title><link>http://asp.net/web-forms/videos/how-do-i/how-do-i-use-the-aspnet-cache-object-to-cache-application-information</link><pubDate>Sat, 28 Mar 2009 01:21:14 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000006320</guid><description><![CDATA[ <p>Minor point:  You don&#39;t have to &quot;New&quot; a DataSet when retrieving it from the cache...it already exists in the cache.</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/SGWellens.jpg?forceidenticon=false&amp;dt=635045574600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by cleverwisdomforever</title><link>http://asp.net/web-forms/videos/how-do-i/how-do-i-use-the-aspnet-cache-object-to-cache-application-information</link><pubDate>Sat, 28 Mar 2009 20:38:54 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000006321</guid><description><![CDATA[ <p>That&#39;s brilliant job Chris Pels.</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/cleverwisdomforever.jpg?forceidenticon=false&amp;dt=635045574600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by benfree</title><link>http://asp.net/web-forms/videos/how-do-i/how-do-i-use-the-aspnet-cache-object-to-cache-application-information</link><pubDate>Mon, 30 Mar 2009 16:38:51 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000006322</guid><description><![CDATA[ <p>Nice video..But could you please explain what is the difference between Cache and Session objects (other than the extra features of cache like expiration, dependency etc). Is Cache data specific to user or is it the same data served application-wide? If so, all users are going to see the same data in the grid right?</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/benfree.jpg?forceidenticon=false&amp;dt=635045574600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by SGWellens</title><link>http://asp.net/web-forms/videos/how-do-i/how-do-i-use-the-aspnet-cache-object-to-cache-application-information</link><pubDate>Wed, 01 Apr 2009 01:25:51 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000006323</guid><description><![CDATA[ <p>benfree: Cache data is application wide.</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/SGWellens.jpg?forceidenticon=false&amp;dt=635045574600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by uwspstar</title><link>http://asp.net/web-forms/videos/how-do-i/how-do-i-use-the-aspnet-cache-object-to-cache-application-information</link><pubDate>Wed, 01 Apr 2009 13:37:36 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000006324</guid><description><![CDATA[ <p>Nice job !!! thanks </p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/uwspstar.jpg?forceidenticon=false&amp;dt=635045574600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by conficker</title><link>http://asp.net/web-forms/videos/how-do-i/how-do-i-use-the-aspnet-cache-object-to-cache-application-information</link><pubDate>Tue, 14 Apr 2009 19:24:16 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000006325</guid><description><![CDATA[ <p>There is a race condition in the example code that may let the cache object expire after the check if the object is cached and before the datasource is assigned from the cache.</p><p></p><p>instead the ordering must be:</p><p></p><p>Dataset ds = Cache(&quot;dataset&quot;)</p><p>if (ds == null)</p><p>  ds = getData()</p><p>//use ds here</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/conficker.jpg?forceidenticon=false&amp;dt=635045574600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by wesnur</title><link>http://asp.net/web-forms/videos/how-do-i/how-do-i-use-the-aspnet-cache-object-to-cache-application-information</link><pubDate>Wed, 24 Mar 2010 06:12:47 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000006326</guid><description><![CDATA[ <p>Hi Chris,</p><p></p><p>Thanks a lot for this detailed and very informative presentation. It was very helpful for a beginner like me. But I have a question though. What do you suggest to use for larger web farm configurations (where number of servers is say 10)? I mean either ASP.NET cache would be a better option or Distributed Cache? I&#39;ve read an article at <a rel="nofollow" href="http://www.alachisoft.com/" target="_blank">www.alachisoft.com/</a> which says that ASP.NET Cache is not very effective for larger web farms due to its stand alone and in process nature. </p><p></p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/wesnur.jpg?forceidenticon=false&amp;dt=635045574600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by Louis777</title><link>http://asp.net/web-forms/videos/how-do-i/how-do-i-use-the-aspnet-cache-object-to-cache-application-information</link><pubDate>Thu, 23 Dec 2010 20:13:05 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000011293</guid><description><![CDATA[ <p>Hi Chris,</p><p></p><p>What is the best way to cache a query result?</p><p></p><p>Thank you!!!</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/Louis777.jpg?forceidenticon=false&amp;dt=635045574600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item></channel></rss>