Windows Service Vs Console Application in Windows Tasks Scheduler.
Hi,
I want to know Advantages and Disadvantages of Windows Service and Console Application in Windows Tasks Scheduler.
I have developed Console application in C# and run on specific time using Windows Tasks Scheduler.
I have developed Windows Service application in C# and run on specific time.
I want to know which one is better and why?
- Thanks
Zohaib.
Re: Windows Service Vs Console Application in Windows Tasks Scheduler.
Well, it depends on what you want to do really :)
I do agree that there are numerous ways to skin a cat, but the principle is that you should develeop the right tool for the right job
Re: Windows Service Vs Console Application in Windows Tasks Scheduler.
You may find these discussions from StackOverflow informative: