随笔分类 - WCF服务编程
SOA技术
摘要:解决方案结构图:WcfServiceLib是服务库项目,其代码如下:ISimpleCalculator.cs文件的内容: 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 5 using System.ServiceModel; 6 namespace WcfServiceLib 7 { 8 [ServiceContract] 9 public interface ISimpleCalculator10 {11 [Op...
阅读全文

浙公网安备 33010602011771号