I have a Visual Studio Lightswitch apllication where I need to perform an operation periodically (Query the database for entries based on the current time, send an email for each row returned, if any, then mark the item in the database)
I can do everything manually on a screen, how do I automate it?