上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 17 下一页

2010年1月12日

How to: Create a Windows Communication Foundation Client

摘要: How to: Create a Windows Communication Foundation ClientThis is the fourth of six tasks required to create a basic Windows Communication Foundation (WCF) service and a client that can call the service... 阅读全文

posted @ 2010-01-12 15:24 Acor 阅读(311) 评论(0) 推荐(0) 编辑

How to: Host and Run a Basic Windows Communication Foundation Service

摘要: How to: Host and Run a Basic Windows Communication Foundation ServiceThis is the third of six tasks required to create a basic Windows Communication Foundation (WCF) service and a client that can call... 阅读全文

posted @ 2010-01-12 14:41 Acor 阅读(388) 评论(0) 推荐(0) 编辑

How to: Implement a Windows Communication Foundation Service Contract

摘要: How to: Implement a Windows Communication Foundation Service ContractThis is the second of six tasks required to create a basic Windows Communication Foundation (WCF) service and a client that can cal... 阅读全文

posted @ 2010-01-12 14:20 Acor 阅读(238) 评论(0) 推荐(0) 编辑

How to: Define a Windows Communication Foundation Service Contract

摘要: How to: Define a Windows Communication Foundation Service ContractThis is the first of six tasks required to create a basic Windows Communication Foundation (WCF) service and a client that can call th... 阅读全文

posted @ 2010-01-12 14:13 Acor 阅读(333) 评论(0) 推荐(0) 编辑

How to: Create a Service with a Contract Interface

摘要: How to: Create a Service with a Contract InterfaceThe preferred way to create a Windows Communication Foundation (WCF) contract is by using an interface. This contract specifies the collection and str... 阅读全文

posted @ 2010-01-12 14:05 Acor 阅读(230) 评论(0) 推荐(0) 编辑

Designing Service Contracts

摘要: Designing Service ContractsThis topic describes what service contracts are, how they are defined, what operations are available (and the implications for the underlying message exchanges), what data t... 阅读全文

posted @ 2010-01-12 13:49 Acor 阅读(294) 评论(0) 推荐(0) 编辑

Using Data Contracts

摘要: Using Data ContractsA data contract is a formal agreement between a service and a client that abstractly describes the data to be exchanged. That is, to communicate, the client and the service do not ... 阅读全文

posted @ 2010-01-12 12:37 Acor 阅读(420) 评论(0) 推荐(0) 编辑

2010年1月11日

Svcutil.exe(ServiceModel Metadata Utility Tool)

摘要: ServiceModel Metadata Utility Tool (Svcutil.exe)The ServiceModel Metadata Utility tool is used to generate service model code from metadata documents and metadata documents from service model code.Rem... 阅读全文

posted @ 2010-01-11 18:11 Acor 阅读(1936) 评论(0) 推荐(0) 编辑

WCF 之 Getting Started Tutorial

摘要: Getting Started TutorialThe topics contained in this section are intended to give you quick exposure to the Windows Communication Foundation (WCF) programming experience. They are designed to be compl... 阅读全文

posted @ 2010-01-11 14:04 Acor 阅读(305) 评论(0) 推荐(0) 编辑

Windows Communication Foundation

摘要: Windows Communication FoundationWindows Communication Foundation (WCF) is Microsoft’s unified programming model for building service-oriented applications. It enables developers to build secure,... 阅读全文

posted @ 2010-01-11 13:52 Acor 阅读(212) 评论(0) 推荐(0) 编辑

上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 17 下一页

导航