AspNetAtoms.com daily updates on ASP.NET Tutorials, Articles, Authors and more. Subscribe to our newsletter and receive updates on ASP.NET resources on the Internet.

Categories

Recent Posts

Implementing Generic Caching : DaveTheKnave

Thursday, February 12 2009

I develop for a large, high-availability website, with hundreds of thousands of daily users. As such, we need to cache a lot of data in our web-server memory (which is cheap) to save numerous hits to our main database cluster (which is very expensive). I would imagine the desire to improve performance by saving on database hits is common across many web applications – and caching frequently used data is often seen as one of the best ways to solve this problem. There are two further specific problems I face in every-day life, and these are....

Read More:
Implementing Generic Caching : DaveTheKnave
Also See:
ASP.NET Web Controls for the Yahoo! User Interface Library : Luke Foust
HTMLEditor Provider - How to write a custom provider for ASP.NET 2.0 : Todd Davis
Uploading Files : Scott Mitchell
JavaScript Management with ASP.NET : Karl Seguin

Post your comment

Comment