Groups | Blog | Home


Archived Months
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
all groups > asp.net caching > july 2003

cache datatable newbie question
Posted by Sean at 7/30/2003 11:20:45 AM
Hi, If I cache a datatable twice with the same datatable name, e.g. Cache.Insert("MyDataTable",dtDatatable), will the first datatable be replace? Thanks. ...more >>


why cache synchronization means faulty design ???
Posted by Invalidlastname at 7/28/2003 3:58:51 PM
In the article:[ Caching Architecture Guide for .NET Framework = Applications ] : <http://msdn.microsoft.com/library/default.asp?url=3D/library/en-us/dnbda= /html/CachingArchch5.asp> section [ Synchronizing Caches in a Server Farm ] : A common problem for distributed applications developer...more >>

Clear All Cache
Posted by MDB at 7/22/2003 7:27:43 AM
Hi All, Is there a easy way to clear all cache? I have tried Response.Cache.SetExpires(DateTime.Now); however, it dosn't seem to work. Just a quick summary of what I am doing, I have a db driven web site where are the pages are dynamically created and cached. When new data is entered, I ...more >>

Can't Stop the Cacheing
Posted by Dan McFarland at 7/19/2003 4:23:11 AM
Or at least, so it seems... I have an ASPX page that I've tried everything on to force it to reload when it's called. I'm using a webcontrol I wrote that serves as a banner. That banner uses SqlClient.SqlCommand and SqlClient.SqlConnection objects to retrieve data on a SQL2k Server concerning ...more >>

Caching Application Block
Posted by paritosh at 7/15/2003 11:35:45 PM
Does anybody have more information on Caching Application Block other than the one provided by MS? Any usage Samples? TIA paritosh...more >>

Session Expires
Posted by Iftikar Ahmad at 7/10/2003 4:38:05 PM
hi , We are Developing an applciation in ASPNet and have set session timeout 20 minutes in web.config. It works fine in the Browser, but when run the application through the VS.net it expires quickly. Thanks in advance Iftikhar ...more >>

Output Control caching : can control be only set through GET/POST parameters ?
Posted by Vincent Cadoret at 7/9/2003 11:18:56 AM
I have a page which includes a user control. The output of this control is defined by an ID which is set through an accessor in the code-behind of my page. I want to cache this control according to this ID. The problem is that when I place an OutputCache directive in the control .ascx, I got an e...more >>

Cached items getting updated by usage?
Posted by trahan NO[at]SPAM midsouth.rr.com at 7/7/2003 5:59:04 AM
I have an ASP.Net application that I need the ability to insert certain object's with their starting values into the Application Cache object. Basically, we have these really large, expensive to create starting point spreadsheets that the system will over and over insert values into the startin...more >>



Client Side Caching
Posted by Dan Guisinger at 7/1/2003 11:55:09 AM
My ecommerce app (running http://voipstore.atacomm.com) uses a database driven template system to generate the page templates, along with accessing template images. However images don't appear to be caching sa they should. The images are pulled in through an aspx page as follows: http:/...more >>


DevelopmentNow Blog