I have a requirment to build a small utility, which fires a sql query to fetch a list of user email addresses and send emails to them scheduled to be executed daily.
I was wondering what may be a good way to perform this in .net
I am working on VS2010 premium, c# 4.0
It depends by your requirements.
I think you could create a console application that encapsulate this behavior then you can schedule the task using windows schedule task