caching
Data Caching in ASP.NET
Submitted by Heath Stewart on Mon, 01/28/2008 - 17:16.If you use static data with your ASP.NET applications, such
as that from a database server like Microsoft SQL Server, you should take a
look at caching your data. Previously, this was not an easy thing to do, but the
caching in .NET makes caching your data and objects a trivial task.
