The typical use of caching applies to read caching, or caching data in the application to avoid reading it from the database. However, for applications that must frequently write back to the database, write caching can provide dramatic improvements to performance. This article describes how to implement write caching for an ASP.NET application. Use of SQL Server XML capabilities is also touched on.
- Publication Date
- 4/4/05
Reviews