What is Caching. What are different ways of Caching in ASP.Net ?
2 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.

Satyapriya NayakPosted May 5, 2012, 12:54 PM
Please refer Our recommended articles
http://www.c-sharpcorner.com/uploadfile/rahul4_saxena/caching-in-Asp-Net-2-0/default.aspx
http://www.c-sharpcorner.com/uploadfile/prg.apv/caching-in-Asp-Net/default.aspx
http://www.c-sharpcorner.com/uploadfile/raj1979/caching-in-Asp-Net-2-0/default.aspx
http://www.c-sharpcorner.com/uploadfile/hgvyas123/caching-in-Asp-Net/default.aspx
Thanks
Lajapathy ArunPosted May 5, 2012, 9:27 AM
1.Output Cacheing or Page cacheing
2.Fragment Cacheing
3.Data Cacheing
Caching is a feature that stores data in local memory, allowing incoming requests to be served from memory directly.
ASP.NET provides the following types of caching that can be used to build highly responsive Web applications:
Output caching, which caches the dynamic response generated by a request.
Fragment caching, which caches portions of a response generated by a request.
Data caching, which allows developers to programmatically retain arbitrary data across requests.
refer this to learn easyyy,....
http://www.dotnetspider.com/forum/154975-What-types-caching-ASP-NET.aspx