Hi,
What is caching in ASP.NET?
Thanks.
Loading
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.
Prabhu RajaPosted Oct 20, 2011, 3:00 AM
Caching is a technique of storing a copy of data in memory. For example, you may cache the a page or the results of a query. The advantage of caching is to build better performance into your application. Accessing cached data in memory is much faster than re-building a page or re-querying the database.
This Answer is taken from our Network Articles. you can get Collection of Excellent Articles About Caching in .net from
http://www.c-sharpcorner.com/Search/?sKeywords=caching+in+ASP.NET
Javeed M ShaikhPosted Oct 19, 2011, 8:31 PM
Please refer to the C# Corner article on this topic:
http://www.dotnetheaven.com/UploadFile/rahul4_saxena/CACHING09222008015413AM/CACHING.aspx