Allen Wang

专注web开发
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

随笔分类 -  WCF

Windows Communication Foundation
摘要:VS.NET 2008提供了两个工具WcfSvcHost.exe、WcfTestClient.exe用来辅助开发人发对自已开发的Wcf Service进行测试,我们可以不用写WcfHost Project,WcfTestHost.exe会帮助我们自动创建Wcf Service Host。我们可以不用写Wcf Service Test Project,WcfTestClient.exe提供了一个可视... 阅读全文

posted @ 2007-12-08 16:28 AllenWang.NET 阅读(940) 评论(0) 推荐(0)

摘要:1) Define data & service contracts Import: System.ServiceModel / System.Runtime.Serialization Define data transfer entity and annotate [DataContract] [DataMember] Define service interface ... 阅读全文

posted @ 2007-10-18 11:25 AllenWang.NET 阅读(4096) 评论(0) 推荐(0)

摘要:通过在VS 2005中用Website建立WCF Service工程示例了解WCF Service的创建 1)建立一个Solution, 在这个Solution下添加一个用来建立WCF Service的Website以及测试这个WCF Service的测试Console Project。 2)在Website下建立WCF Service 2.1)建立Service Contract,[S... 阅读全文

posted @ 2007-10-11 14:53 AllenWang.NET 阅读(276) 评论(0) 推荐(0)