How to create a windows service?
What is a windows service? A windows service is a process that runs in the background without user interface. Services are an ideal way to implement an application that runs constantly to perform a task. Windows service application starts before the user logs into the computer. You cannot debug or run service.
Read more