随笔分类 -  WCF

摘要:1. Create an IIS Application as below 2. In the physical path, there're 2 files and 1 App_Code folder a. App_code contains the WCF Service contract an 阅读全文
posted @ 2017-06-14 23:40 m苗子 阅读(229) 评论(0) 推荐(0)
摘要:1. please keep WCF service running 2. and two ways to achive this a. add Service Reference (will not introduce this since there're so many resources o 阅读全文
posted @ 2017-06-13 23:39 m苗子 阅读(497) 评论(0) 推荐(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, ad 阅读全文
posted @ 2017-06-13 23:24 m苗子 阅读(453) 评论(0) 推荐(0)