|
|
Browse by Tags
All Tags » .Net » Caching
-
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)
...
-
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 ...
-
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 ...
-
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 ...
-
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 & ...
-
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 ...
-
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:
/// ...
-
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!
-
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 ...
|
|
|