Using SimpleServices to build a runnable and installable windows service

Using SimpleServices to build a runnable and installable windows service

09/27/2013 11:59:38

This is an introduction to SimpleServices, showing you how you can trivial create runable, installable, self contained windows services in C#, without resorting to lots and lots of boilerplate code normally associated with adding and configuring service installer classes and their associated designer views and code generation.