文章分类 -  WCF

摘要:Windows Communication Foundation: Application Deployment ScenariosMichele Leroux Bustamante, IDesign May 2008Windows Communication Foundation (WCF) is Microsoft's platform for SOA. It is a rich techno... 阅读全文
posted @ 2008-06-22 16:19 张逸 阅读(765) 评论(0) 推荐(0)
摘要:第1章 WCF基础本章从一开始阐释了WCF的技术原理,并描述了WCF的基本概念和构建模块,例如地址(addresses)、契约(contracts)、绑定(bindings)、端点(endpoints)、宿主(hosting)和客户端(clients)。本章末尾还探讨了WCF架构,它将是帮助我们理解后续章节内容的关键。本章假定读者已经了解面向服务的思想与优势。如果你不具备这方面的知识,可以先阅... 阅读全文
posted @ 2007-06-14 11:13 张逸 阅读(707) 评论(0) 推荐(0)
摘要:示例代码:DuplexSample.rar四、Service Contract编程模型在Part Two中,我以“Hello World”为例讲解了如何定义一个Service。其核心就是为接口或类施加ServiceContractAttribute,为方法施加OperationContractAttribute。在Service的方法中,可以接受多个参数,也可以有返回类型,只要这些数据类型能够被序... 阅读全文
posted @ 2006-04-17 12:11 张逸 阅读(578) 评论(0) 推荐(0)