I am often asked the question “Can’t I just RUN my Windows Service without installing and starting it?”. My answer usually is “No, you can’t but…” There is a “but”: you can create your Windows service as a hybrid application, so it will run as a console application also. Why would you want to do [...]