I want to automate a console project which fetches data from external source. There is huge amount of data which i need to retrieve from external source and i am planning to make it run overnight.
How do i setup console project as a Windows Service - timer or quartz scheduler (or) Task Scheduler in my LOCAL machine so that it runs automatically based on the scheduled time intervals.