.net

Writing Windows Services in C#

What follows is a skeleton Windows service application written in C#, which you can use as a framework for developing your own services. It is based on Writing a Useful Windows Service in .NET in Five Minutes by Dave Fetterman, with a few changes to make it simpler, and to bring it up to date.