
January 6th, 2009, 09:00 PM
|
|
Developer Shed
|
|
Join Date: Jun 2007
Posts: 38,067
Time spent in forums: < 1 sec
Reputation Power: 43
|
|
|
Caching in an ASP.NET
Caching is the most effective technique you can use to improve the performance of your ASP.NET web application. Designing your application with caching in mind, improves both the performance and the scalability of that application.
Read the full article here: Caching in an ASP.NET
|