I know that nhibernate has a scheduler that will execute a function at certain intervals. I was wanting this same functionality with EF.
So I want to send an email to a user a week after they were initially notified. Is there anyway to do this on the server, say check the db once a day and send out emails to everyone that meets the criteria?
I used the fluent package and used the fluent scheduler to run queries at specific intervals.