随笔分类 -  WCF - Learning WCF

摘要:Learning WCF Download Example Code 第一个压缩文件LearningWCF.zip是VS2005创建的项目,不要下载这个。 建议下载VS2008版的,以及Media 阅读全文
posted @ 2015-08-24 16:35 ChuckLu 阅读(228) 评论(0) 推荐(0) 编辑
摘要:One-Way and Duplex Communication A message exchange pattern describes the way messages are sent between applica-tions. There are three classic message 阅读全文
posted @ 2015-08-13 21:40 ChuckLu 阅读(866) 评论(0) 推荐(0) 编辑
摘要: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 阅读全文
posted @ 2015-07-21 11:16 ChuckLu 阅读(362) 评论(0) 推荐(0) 编辑
摘要: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 阅读全文
posted @ 2015-07-17 17:20 ChuckLu 阅读(395) 评论(0) 推荐(0) 编辑
摘要: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 阅读全文
posted @ 2015-07-17 16:57 ChuckLu 阅读(197) 评论(0) 推荐(0) 编辑
摘要:While messaging protocols are responsible for message serialization formats,there must be a way to capture the protocols required to communicate betwe 阅读全文
posted @ 2015-07-17 16:39 ChuckLu 阅读(228) 评论(0) 推荐(0) 编辑
摘要:In Chapter 1,you were introduced to fundamental WCF concepts, 在章节1中,学习了wcf中的基础概念including how to create and consume a service, 包括如何创建以及调用服务how to host 阅读全文
posted @ 2015-07-17 16:13 ChuckLu 阅读(359) 评论(0) 推荐(0) 编辑
摘要: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 阅读全文
posted @ 2015-07-17 15:26 ChuckLu 阅读(150) 评论(0) 推荐(0) 编辑
摘要: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 阅读全文
posted @ 2015-07-16 14:02 ChuckLu 阅读(675) 评论(0) 推荐(0) 编辑
摘要: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 阅读全文
posted @ 2015-07-15 15:29 ChuckLu 阅读(457) 评论(0) 推荐(0) 编辑
摘要: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 阅读全文
posted @ 2015-07-14 17:29 ChuckLu 阅读(530) 评论(0) 推荐(0) 编辑
摘要: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 阅读全文
posted @ 2015-07-14 14:12 ChuckLu 阅读(211) 评论(0) 推荐(0) 编辑
摘要: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 阅读全文
posted @ 2015-07-14 10:45 ChuckLu 阅读(208) 评论(0) 推荐(0) 编辑
摘要: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 阅读全文
posted @ 2015-07-14 10:24 ChuckLu 阅读(163) 评论(0) 推荐(0) 编辑
摘要:What is Service Oriented Architecture (SOA)? There have been so many interpretations of this throughout the years that it seems important to establish 阅读全文
posted @ 2015-07-13 21:49 ChuckLu 阅读(304) 评论(0) 推荐(0) 编辑
摘要:Windows Communication Foundation (WCF),formerly code-named “Indigo,” is Microsoft’s platform for Service-Oriented Architecture (SOA),designed for buil 阅读全文
posted @ 2015-07-13 21:22 ChuckLu 阅读(170) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示