0% found this document useful (0 votes)
53 views11 pages

Deshmukh dotNetCaching

This document provides an overview of caching techniques in ASP.NET 2.0 and Ajax. It discusses the basics of caching including different types of caches. It then describes various caching features in ASP.NET 2.0 like page output caching, partial page caching, and API caching. The document also explains the difference between caching and Ajax, how they can be used together, and provides examples of websites that use caching and Ajax.

Uploaded by

ernestohp7
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
53 views11 pages

Deshmukh dotNetCaching

This document provides an overview of caching techniques in ASP.NET 2.0 and Ajax. It discusses the basics of caching including different types of caches. It then describes various caching features in ASP.NET 2.0 like page output caching, partial page caching, and API caching. The document also explains the difference between caching and Ajax, how they can be used together, and provides examples of websites that use caching and Ajax.

Uploaded by

ernestohp7
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 11

ASP.NET 2.

0 Caching Techniques + Ajax Overview


Rahul Deshmukh CIS 764 Database Design

Outline

Basics of Caching
Caching Features in ASP.NET 2.0 Performance difference by using cache

ASP.NET Ajax Architecture


Difference between Caching and Ajax Demo of
ASP.NET Sample website that using Cache Ajax Website

References

Questions

Basics of Caching
Cache Memory Faster than main memory

CPU Cache L1, L2


Disk Cache Other Cache Database Cache, Web Server Cache

Caching Features in ASP.NET 2.0


Page Level Output Caching

ASP.NET 2.0 Polling to SQL Server 2000/2005


Broker Service Notification in MS SQL 2005 Partial Page Caching API Caching

Output Caching Model

Performance Difference by using Caching Without Caching

Performance Difference by using Caching With Caching

ASP.NET 2.0 Ajax Architecture

Difference between Caching and Ajax


Reduce the communication overhead - Ajax

Improve server side performance - Cache


Information can be fetched - Ajax Information can be passed - Cache Ajax and Cache

Demo
ASP.NET Sample website that using Cache

http://129.130.119.152/CacheAPI.aspx
http://129.130.119.152/partial.aspx Ajax Website http://129.130.119.152/default.aspx

References
Microsoft Ajax
http://asp.net

MSDN

http://msdn2.microsoft.com/en-us/default.aspx
http://teamsystemrocks.com/

Team System Rocks

ASP.NET Ajax in Action by Alessandro Gallo, David Barkol

You might also like