8Performance

ONE OF THE OVERARCHING GOALS of this release of ASP.NET was to improve the performance and scalability of applications. The ASP.NET team accomplished this in two ways: by optimizing code paths and improving resource utilization, and by making performance-enhancing features like caching and client callbacks easier to use and manage. This chapter looks in detail at the many new caching features, including declarative data source caching, SQL cache invalidation, and post-cache substitution. We will also cover general performance enhancements and the new client-callback architecture.

Caching

While much of ASP.NET was enhanced for performance with the 2.0 release, the caching-related features are the most visible and are likely to have ...

Get Essential ASP.NET 2.0 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.