I wanna create a notification system on my website?(something like stack-overflow) How can we schedule a task for mailing the notification for users on each 24 hours?
Found this to be an awesome scheduler, FluentScheduler
Usage:
// Schedule an ITask to run at an interval Schedule().ToRunNow().AndEvery(2).Seconds();