Chapter 23. Caching Application Pages and Data

<feature><title>In this Chapter</title> <objective>

Overview of Caching

</objective>
<objective>

Using Page Output Caching

</objective>
<objective>

Using Partial Page Caching

</objective>
<objective>

Using DataSource Caching

</objective>
<objective>

Using Data Caching

</objective>
<objective>

Using SQL Cache Dependencies

</objective>
<objective>

Summary

</objective>
</feature>

If someone put a gun to my head and told me that I had 5 minutes to improve the performance of a website, then I would immediately think of caching. By taking advantage of caching, you can dramatically improve the performance of your web applications.

The slowest operation that you can perform in an ASP.NET page is database access. Opening ...

Get ASP.NET 2.0 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.