ASP.NET 2.0 Caching: SQL Cache Dependency With SQL Server 2000
Author:
Muhammad Mosa
SQL cache dependencies are one of the most wonderful new features in ASP.NET 2.0, the ability to automatically invalidate a cached data object (such as a DataSet or Custom Data Type) when the related data is modified in the database. This feature is supported in both SQL Server 2005 and in SQL Server 2000, although the underlying plumbing is quite different.
More Tutorials
|