Print Page | Close Window

Can you tell me about caching in ASP.net?

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: ASP.NET Discussion
Forum Description: Discussion and chat on ASP.NET related topics.
URL: https://forums.webwiz.net/forum_posts.asp?TID=24409
Printed Date: 29 March 2026 at 9:19am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Can you tell me about caching in ASP.net?
Posted By: Mora wacker
Subject: Can you tell me about caching in ASP.net?
Date Posted: 14 September 2007 at 5:24am
Hi,
I know there are different types of caching available in ASP.net.Now i want to know What are
page output caching, fragment caching,and data caching? In what way these things  are useful for a real website.And  also i need to know how can i implement these things to my coding? i am awaiting for your valuable replies........


-------------
http://www.eduloaninfo.com/ - Education Loans
http://www.vpntools.com/ - vpn




Replies:
Posted By: michael
Date Posted: 14 September 2007 at 2:17pm
Not wanting to sound mean but do you just ask because you are lazy? Go to msdn.microsoft.com and it gives you nutshell answers on all those questions, much more accurate than anyone here could (I assume). All glad to help with specific questions, problems etc but.....gotta have the basics down :)


-------------
http://baumannphoto.com" rel="nofollow - Blog | http://mpgtracker.com" rel="nofollow - MPG Tracker


Posted By: vbsqluser
Date Posted: 05 November 2007 at 7:11am
Hi,
 
We can improve the performance of an Asp.net page by taking advantage of page  output caching, which enables you to cache the contents of an entire dynamically generated page on your server.
 
Page fragment caching, which enables you to cache particular areas of a page.  For example, you can use page fragment caching to cache a page's menu bar, but not a list of current stock prices.
 
Data caching in asp.net application: WE can use data caching to cache DataSets and other types of data. After the data is cached, you can use the same data in multiple ASP.NET pages.
 
Using page output caching
 
Instead of executing a page each time the page is requested, you can cache the output of the page and send the cached copy to satisfy browser requests.
 
For example, that your site includes a page that displays product information retrieved from a database table. By default, every time someone requests the product page, the page must be executed and the information must be retrieved from the database. If you enable pag eoutput caching, however, the page is executed only once, and the information is retrieved from the database only once. This means less work for both for your http://www.vkinfotek.com - web application and for your database server.


Posted By: Dilipv
Date Posted: 12 February 2008 at 6:28am
hi there,
 i saw your quote and i got the solution for it.
just check out the following links.you will get clear cut idea.

http://samples.gotdotnet.com/quickstart/aspplus/doc/datacaching.aspx

Hope this will surely help you...

Thank you
Jitesh



-------------
http://www.intelcs.com/ - .Net Consulting



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net