摘要:
There are different ways to host a WCF appliaction. You can host it in:IISWASWindows serviceconsole applicationThe last one is very simple to do and I’ll will showYou how to do it.First, create a new WCF Service Appliaction project. Then open the IService1.cs interface and add a custom method:12[Ope 阅读全文