In the latest instalment of the ASP.NET 2.0 presentations I have been giving, and will continue to do, for the Perth DotNet user group, the topic was CACHING.
I covered Page level caching, Partial Page caching, Database caching and the cache API.
We had a good turnout and there were many who walked away with some great ideas on how they can improve their sites performance. Interestingly I was surprised at how few realised caching applies to Web services as well.
I have posted the source code from the night HERE for all. I have used the Northwind database, and in particular, the customers table for the database caching section.