NotMyself / CalculatorService

A sample application showing how to host a WCF service in TopShelf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Topshelf Example Application

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.

Topshelf Site

About

A sample application showing how to host a WCF service in TopShelf


Languages

Language:C# 99.1%Language:PowerShell 0.9%