Chapter 14. Improving Application Performance with Caching

You can dramatically improve the performance of your ASP.NET application through caching. If you cache the content of a page in your Web server’s memory, you can avoid regenerating the page content each and every time the page is requested.

In this chapter, you’ll learn how to use the three caching mechanisms provided by the ASP.NET Framework. You’ll learn

  • How to use Page Output Caching to store the entire contents of a Web Form Page in memory

  • How to use Partial Page Caching to store different regions of a Web Form Page in memory

  • How to use Data Caching to cache an arbitrary object in memory

Using Page Output ...

Get ASP.NET Kick Start 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.