blog.sb2.fr — In this article I’ll talk about Scheduled Task Manager in a ASP.NET Environment. We often need to make scheduled tasks running in background but it’s not very simple to make it with ASP.NET.
I based my article on the StackOverFlow article which uses ASP.NET Cache to schedule tasks.
First of all here is the IScheduledTask Interface in order to Implements our Custom Tasks
original link