In PHP we have cron jobs, where the hosting server automatically picks up and executes a task as per the schedule given.
What would be a good alternative to use for
This is absolutely a hack, but you can simulate a cron service using ASP.NET callbacks. Here is an example of how to do it.