Search this Site powered by Google
Home | About Us | Blog | Link to Us | Contact Us  Shop at Our ASP.NET Store!

Powered by ASP.NET

In association with Amazon.com
Store

See larger picture

Updating the ASP.NET Cache Based on Data in a SQL Server Database
by Thiru Thangarathinam

List Price: $8.00
Price at Amazon.com: $8.00

Buy from Amazon.com

Availability: Available for download now
Shipping rates and policies

  • Amazon.com Sales Rank: 3667488


Product Description

The Cache API in ASP.NET is a powerful feature that can be immensely useful in increasing the performance of a web application. The Cache API allows you to invalidate items in the cache based on some predefined conditions such as a change in an XML file or a change in another cache item. Using this feature, you can remove or invalidate an item from the cache when the referenced item changes. However, the Cache API doesn't allow you to invalidate an item in the cache when data in a SQL Server database changes. This is a very common capability that many web applications require. In this article, author Thiru Thangarathinam demonstrates a technique that allows you to invalidate the items in the cache when data in the SQL Server changes. To implement this, you can leverage the file-based cache invalidation mechanism provided by the ASP.NET runtime.

Home | About Us | Link to Us | Contact Us
Privacy Statement © 2004-2008 ASPNETWorld.com