Skip to Main Content
ASP.NET Kick Start
book

ASP.NET Kick Start

by Stephen Walther
December 2002
Beginner content levelBeginner
624 pages
12h 9m
English
Sams
Content preview from ASP.NET Kick Start

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 ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

ASP.NET 4 Unleashed

ASP.NET 4 Unleashed

Stephen Walther, Kevin Hoffman, Nate Dudek
Inside ASP.NET

Inside ASP.NET

Scott Worley
Pro ASP.Net 4 in C# 2010

Pro ASP.Net 4 in C# 2010

Matthew MacDonald, Adam Freeman, Mario Szpuszta

Publisher Resources

ISBN: 0672324768Purchase book