资源说明:An easy service hosting framework for building Windows services using .NET
Topshelf - An easy service hosting framework for building Windows services using .NET ======= Topshelf is a framework for hosting services written using the .NET framework. The creation of services is simplified, allowing developers to create a simple console application that can be installed as a service using Topshelf. The reason for this is simple: It is far easier to debug a console application than a service. And once the application is tested and ready for production, Topshelf makes it easy to install the application as a service. ### Develop build [](https://ci.appveyor.com/project/phatboyg/topshelf) # LICENSE Apache 2.0 - see LICENSE # INFO ## Getting started with Topshelf Get started in four simple steps!
- Step 1 (get the bits):
-
The easiest way to get Topshelf in your project is to use NuGet.
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。