The Way to Programming
The Way to Programming
Hangfire – Background jobs and workers for ASP.NET (just played with it, didnt make it into final product)
http://hangfire.io/
The king though, for scheduling in my world has been Quartz.NET (
Quartz.NET – Quartz Enterprise Scheduler .NET – http://www.quartz-scheduler.net/)
. We have all sorts of custom jobs (report delivery, database maintenance, application maintenance, daily SMS notifications, and all) running off cron triggers inside a Quartz.NET container.
There is this .Net Library for using Windows Task Scheduler
http://www.codeproject.com/Articles/2407/A-New-Task-Scheduler-Class-Library-for-NET
Sign in to your account