Create a .NET Windows Service in 5 steps with Topshelf
Topshelf is an open-source hosting framework for building Windows Services using .NET. With Topshelf you can create in a few lines of code your own windows service. It’s a kind of internal DSL for building windows services. I used version 2.2 of Topshelf and the binaries...
