Archive for the ‘asp.net’ Category

Database Cache Dependency

Posted on August 19th, 2005 by aaron
Filed under asp.net | 2 Comments

Lately I’ve been extending and improving the ASP.NET Portal Starter Kit. One update I really wanted to make was to move the configuration storage from the XML file to our back-end SQL Server database. The only thing that was holding me back was the inability to cache the configuration data. I didn’t want the round-trip [...]