how to schedule a task in MVC4 C#?

前端 未结 7 1350
借酒劲吻你
借酒劲吻你 2020-12-09 16:22

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?

7条回答
  •  無奈伤痛
    2020-12-09 17:22

    You can use ATrigger scheduling service. A .Net library is also available to create scheduled tasks without overhead. Errors log, Analytics, Tasks Listings and more benefits.

    Disclaimer: I was among the ATrigger team. It's a freeware and I have not any commercial purpose.

提交回复
热议问题