Create a windows service in .net using Topshelf
In the previous post, we have discussed how to create a windows service using the .net with visual studio project template. In this post, we will see creating a windows service using the Topshelf library. Also, We would discuss the advantage of using Topshelf over using visual studio project template. Objectives: Why Topshelf. Creating windows…