October 2010
Intermediate to advanced
1920 pages
73h 55m
English
You also can use Polling SQL cache dependencies when working with the Cache object. You represent a Polling SQL cache dependency with the SqlCacheDependency object.
For example, the page in Listing 29.44 creates a SqlCacheDependency object that represents the Movies database table. When a DataTable is added to the Cache object, the DataTable is added with the SqlCacheDependency object.
Listing 29.44. PollingSQLDataCache.aspx


In Listing 29.44, an instance of the SqlCacheDependency class is ...
Read now
Unlock full access