c# - Scheduled events on server -


i'm creating web app using asp.net tracks number of tasks have due date stored in sql database.

my goal have server notify user when due date has passed, whether it's via email, on browser interface, or via other means of communication.

there potentially thousands of tasks can due @ time, think polling inefficient.

what "correct" or "best" way achieve using c#? general explanation of process great.

i think 1 of best ways using asynchronous programming async , await explained in msdn.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -