May 2003 Issue Technology Toolbox: VB.NET, ASP.NET E nterprise Web applications must be capable of providing good response times, despite having thousands of concurrent users. Server-side caching is one of the most effective means of achieving high levels of performance. I'll explain how to take advantage of the caching functionality within the .NET Framework. Caching entails placing commonly requested resources, such as product lists and files, into an area in memory where they are...
http://www.fawcette.com/vsm/2003_05/...olumns/aspnet/