Got more questions? Find advice on: SQL | XML | Regular Expressions | Windows
in Search
Welcome to AspAdvice Sign in | Join | Help

Browse by Tags

All Tags » .NET » Caching » ASP.NET
  • Firefox 3.0 and (ASP.NET) caching observations

    1. Have a page with code in Page_Load Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load         Response.Cache.SetAllowResponseInBrowserHistory(False)         ...
    Posted to Joteke's Blog (Weblog) by joteke on June 30, 2008
  • Caching Birds of a Feather at TechEd -- VOTE FOR ME PLEASE

    I'm trying to organize a Birds of a Feather session on one of my favorite topics, Caching, at Tech Ed 2006 in Boston.  Whether you're going to TechEd or not you can vote for BOF sessions here: https://www.msteched.com/cfp/bofvoting.aspx If you're so inclined, I'd appreciate any votes I can get for my session: Caching Patterns and Best ...
    Posted to Steven Smith (Weblog) by ssmith on March 29, 2006
  • Speaking in Greenville Spartanburg on Caching Best Practices

    Tomorrow I'm going to give a presentation on Caching Best Practices in ASP.NET 2.0 at the Greenville Spartanburg Enterprise Developer Guild.  If you're in the area, please come by.  I'll put the slides and samples up on the ASPAlliance Resource Directory's Presentations File Gallery after the presentation. Update: Slides and demos ...
    Posted to Steven Smith (Weblog) by ssmith on March 20, 2006
  • Cache Manager Released

    Those of you who subscribe to the ASPAlliance Times weekly newsletter already know that Cache Manager 1.0 was released earlier this week.  You can download it from ASPAlliance.com here: ASP.NET Cache Manager This plug-in allows for the viewing and removal of any Cache API entries or output cached ASP.NET pages within an ASP.NET ...
    Posted to Steven Smith (Weblog) by ssmith on January 29, 2006
  • Enterprise Library 2 Available For Download

    Enterprise Library for .NET Framework 2.0 is now available.  It includes the Caching Application Block, Cryptography Application Block, Data Access Appliation Block, Exception Handling Application Block, Logging Application Block and Security Application Block.  Definitely worth checking out. From the website: The patterns & ...
    Posted to Steven Smith (Weblog) by ssmith on January 20, 2006
  • Disk Output Cache

    DmitryR writes about an implementation of using Output Cache to Disk (instead of memory) via an HttpModule.  Definitely an interesting topic (and a similar feature was in v2 through beta2 but ended up getting cut) and one that could be useful in certain scenarios, especially to avoid the dreaded ...
    Posted to Steven Smith (Weblog) by ssmith on December 14, 2005
  • Extending the ASP.NET Cache Object: Cache.Clear()

    The built-in Cache object in ASP.NET does not support a Clear() method.  This method would be useful if you ever just wanted to invalidate all cache entries and start fresh.  In a utility object I'm working on, tentatively called SuperCache, I've implemented a Clear method using the following code:   /// ...
    Posted to Steven Smith (Weblog) by ssmith on November 14, 2005
  • ASP.NET Connections Presentations

    I've uploaded my presentations from last week's ASP.NET Connections conference in Las Vegas to the ASPAlliance Resource Directory's Presentations area.  Enjoy!
    Posted to Steven Smith (Weblog) by ssmith on November 13, 2005
  • Sessions at DevConnections

    I'm leaving in the morning for Las Vegas for ASP.NET Connections, where I understand attendance is extremely high relative to expectations, no doubt related to the fact that Microsoft is launching many of their new dev products this week.  I'm going to be hosting three sessions this week and look forward to meeting folks in person whom I've ...
    Posted to Steven Smith (Weblog) by ssmith on November 6, 2005