I want to make my application work faster by using outputcache.i don't know how to use that can any one explain it clearly by using coding.
I saw coding in some website:
http://dotnet.dzone.com/news/aspnet-caching-improving-perfo
can anyone help me to do this task
Suthish NairPosted Sep 13, 2013, 6:14 AM
Jignesh TrivediPosted Sep 12, 2013, 3:56 AM
Hi,
ASP.net allows us to cache some or all of response generated by asp.net page. we can cache pages at the browsermaking the request, at web server responding to the request and any other compable device like cache server. it provide powerful way to improve the performace of your web application.
Please refer
http://msdn.microsoft.com/en-us/library/ms178597.ASPX
http://support.microsoft.com/kb/308375
http://www.codeproject.com/Articles/49704/ASP-NET-Page-Output-Cache
http://www.asp.net/mvc/tutorials/older-versions/controllers-and-routing/improving-performance-with-output-caching-cs
hope this will help you