Database Cache Dependency
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 [...]