Best way to run scheduled tasks [closed]

This technique by Jeff Atwood for Stackoverflow is the simplest method I’ve come across. It relies on the “cache item removed” callback mechanism build into ASP.NET’s cache system

Update: Stackoverflow has outgrown this method. It only works while the website is running but it’s a very simple technique that is useful for many people.

Also check out Quartz.NET

Leave a Comment