ASP.NET 1.1 database cache dependency (without triggers)
Jon Galloway explains a technique that I had never heard of before. Sounds nice.
“…Here’s a way to implement a database cache dependency in an ASP.NET 1.1 application. At a high level, it uses a timer on a background thread (in an HTTP Module) that checksums database tables. No database triggers are required.”
read more