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 Page


Posted Date: 26 Apr 2008    Resource Type: Articles    Category: ASP.NET/Web Applications
Author: senthilMember Level: Silver    
Rating: 1 out of 5Points: 6



Introduction


Caching - Every web user might have heared this word. What this actually mean? Caching means storing the some part of data in the local computer which actually comes from server.

Simple to put Frequently used pages are stored in your computer or caching is performed


Advantages


Saves the time

Every one know retriving a page from the local machine is very fast when compared to retriving the data from the server. Try this if you want to know about caching.

Benefits of Caching

The following are the benefits of using Caching

· Faster page rendering

· Minimization of database hits

· Minimization of the consumption of server resources



Types of caching



· Page Output Caching

· Page Fragment Caching

· Data Caching



Sample of Caching code



<%@OutputCache Duration="30"
VaryByParam="none" % >

This is takes the cache of page for 30 seconds.

Summary


Caching is an important thing for design. It improves the user interface to a large extent. One of the basic requirement of web design is improving the speed. So caching would be handy for that circumstances.



Responses


No responses found. Be the first to respond and make money from revenue sharing program.

Feedbacks      
Popular Tags   What are tags ?   Search Tags  
Sign In to add tags.
Page Cashing  .  How To  .  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: Partial Classes
Previous Resource: What are the ways to bind data to a drop down list?
Return to Discussion Resource Index
Post New Resource
Category: ASP.NET/Web Applications


Post resources and earn money!
 
More Resources



dotNet Slackers

About Us    Contact Us    Privacy Policy    Terms Of Use