I am about to develop a console application that will be required to continually run and carry out work at specific times.
My question is what is are best methods or
If your building a desktop application you'll want to have it run in the system tray. This will
If your building a server application you will want to write a windows service. This will
As someone who is primarily an IT Pro I would say that 3rd party applications that we get that run as console apps instead of windows services we put a lot of effort into keeping from being purchased. It creates a lot of work for us, and opens up significant support issues and security holes.