I want to implement a job scheduler in my windows azure application.
My aim is to execute a specific application at each day at a particular time. For the that implementation I have some choice
1-Using Quartz.net
2-Windows scheduler
If there is any built in method available in C#.net for implement that. I hard about Windows Azure HPC Scheduler. Is it scheduler ?.
While scheduling has been answered numerous times before (which is why I suggested this is a duplicate), I realized you asked a few specific things that haven’t been addressed:
Please look at the other answer I referred to, as I provide an answer there that gives you details on creating a scheduler.