Tuesday, November 22, 2005

Implement Caching to Give .NET Applications a Performance Boost

One of the simplest way to improve the performance of a database-driven application is through caching. Retrieving data from a database is one of the slowest operations that a Web application performs. If it caches the database data in memory, it avoids accessing the database with every request—which simply increases its performance. Thiru Thangarathinam has to say more on this here...

No comments: