• How to cron jobs in C# Windows Azure

    Ganesh Member

    How to cron jobs in C# Windows Azure

  • ShikhaTan Member

    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.

  • SapnaVishwas Member

    There is this .Net Library for using Windows Task Scheduler
    http://www.codeproject.com/Articles/2407/A-New-Task-Scheduler-Class-Library-for-NET

  • Abhey Member

    Just did a googled on “quartz.net azure” and came to an interesting link: https://alexandrebrisebois.wordpress.com/2013/01/20/using-quartz-net-to-schedule-jobs-in-windows-azure-worker-roles/

Viewing 3 reply threads
  • You must be logged in to reply to this topic.