C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Reviews   Communities   Interview   Jobs   Projects   Training   Your Ad Here    
Silverlight Games | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Polls | Revenue Sharing | Lobby | Gift Shop |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...






Resources » Articles » ASP.NET/Web Applications »

Caching in ASP.Net


Posted Date: 12 Nov 2008    Resource Type: Articles    Category: ASP.NET/Web Applications
Author: Ashis PatraMember Level: Silver    
Rating: 1 out of 5Points: 5



Caching is major use for performance of your web server.Instead of processing whole request we can temporalily cach the data on web server and reuse it for other request and also we can set expire period.

ASP.Net has three kind of caching:
1.Output Caching:It will cache whole page.
2.Fragment Caching:It will cache certain area of page as per require.
3.Data Caching:Caches the objects programmatically(ex:Like Dataset etc..)




Responses

Author: sangeetha    14 May 2009Member Level: Gold   Points : 2
What is Caching ?
Caching means temporary storage of data in memory that is highly-demanding and frequently used in order to accelerate performance and for quick access to various essential information.

They are 3 types of caching:
1. Page caching
2. Data caching
3. Fragment caching

Page caching is where the entire page is cached
Data caching is where the data in the page is cached
Fregment caching is where the elements of page is cached like header and footer.



Author: greeny_1984    14 May 2009Member Level: Diamond   Points : 1
Hi,

Could have been more elaborative

with good description about each type

regards,

greeny



Author: mausumi    15 May 2009Member Level: Gold   Points : 0
HI

nice explanations
thankx to all
from
mausumi



Author: Naveen Chauhan    15 May 2009Member Level: Gold   Points : 0
Thank You keep posting


Feedbacks      
Popular Tags   What are tags ?   Search Tags  
Sign In to add tags.
Caching  .  Asp.net  .  

Post Feedback


This is a strictly moderated forum. Only approved messages will appear in the site. Please use 'Spell Check' in Google toolbar before you submit.
You must Sign In to post a response.
Next Resource: how to implement http compression in .net
Previous Resource: Delegates
Return to Discussion Resource Index
Post New Resource
Category: ASP.NET/Web Applications


Post resources and earn money!
 
Related Resources



dotNet Slackers

About Us    Contact Us    Privacy Policy    Terms Of Use