Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 486 Bytes

readme.md

File metadata and controls

8 lines (7 loc) · 486 Bytes

##Service Wrapper## ###A template for developing .Net services### Service Wrapper is a VS2010 solution of a complete windows service scaffold you can use to develop your services. Features include:

  • Automatic installation and un-installation through the command line (.Net 4 required).
  • Provides for all service events available through the .Net framework.
  • Loads the actual service implementation from a different assembly, inside a separate application domain.
  • Very lightweight.