随笔分类 - WCF - Learning WCF
摘要:Learning WCF Download Example Code 第一个压缩文件LearningWCF.zip是VS2005创建的项目,不要下载这个。 建议下载VS2008版的,以及Media
阅读全文
摘要:One-Way and Duplex Communication A message exchange pattern describes the way messages are sent between applica-tions. There are three classic message
阅读全文
摘要:A data contract describes how CLR types map to XSD schema definitions. Data contracts are the preferred way to enable serialization of complex types i
阅读全文
摘要:A service contract describes the operations supported by a service,the message exchange pattern they use,and the format of each message. The service c
阅读全文
摘要:So far I’ve talked about the standards behind it all,but in fact WCF hides most of this from the developer by providing a programming interface for de
阅读全文
摘要:While messaging protocols are responsible for message serialization formats,there must be a way to capture the protocols required to communicate betwe
阅读全文
摘要:In Chapter 1,you were introduced to fundamental WCF concepts, 在章节1中,学习了wcf中的基础概念including how to create and consume a service, 包括如何创建以及调用服务how to host
阅读全文
摘要:SummaryThis chapter covered a lot of ground,beginning with a look at the purpose of WCF,the problems it solves and its alignment with SOA,through disc
阅读全文
摘要:So far in this chapter,I have shown you different ways to create services,how to expose a service endpoint and metadata exchange endpoint,how to gener
阅读全文
摘要:How messages reach a service endpoint is a matter of protocols and hosting. IIS can host services over HTTP protocol,the Windows Activation Service (W
阅读全文
摘要:In the previous lab,you created a service and client from scratch without leveraging the tools available to WCF developers. Although this helps you to
阅读全文
摘要:You’re about to be introduced to the WCF service. This lab isn’t your typical “Hello World”—it’s “Hello Indigo”! In this lab,you will learn how to bui
阅读全文
摘要:At its core,WCF is a development platform for service-oriented applications. As I mentioned earlier,WCF is part of the .NET Framework 3.0,which compri
阅读全文
摘要:WCF ServicesWCF services are the new distributed boundary in an enterprise application—with an emphasis on SOA. In the past,you had to deliberate betw
阅读全文
摘要:What is Service Oriented Architecture (SOA)? There have been so many interpretations of this throughout the years that it seems important to establish
阅读全文
摘要:Windows Communication Foundation (WCF),formerly code-named “Indigo,” is Microsoft’s platform for Service-Oriented Architecture (SOA),designed for buil
阅读全文