I need to create a scheduling service which will poll the database after a specific time interval, pick the required objects and send it to a WCF service to perform the required task.
Shall I use the windows worker thread? or is there any other ready to use component that windows / third party provides?