Hosting

wcf什么意思?关于wcf的实例教程
.NET

wcf什么意思?关于wcf的实例教程

89 0

1. Create a windows service project 2. Add Reference to the assembly which contains the contract and its implementation.3. Remove the Service1.cs, add a new Windows Service class and name it to CalculatorWindowsService4. Override OnStart and OnStop method