Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
14 changes: 0 additions & 14 deletions docs/framework/wcf/accessing-services-using-a-wcf-client.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,12 @@
---
title: "Accessing Services Using a WCF Client"
ms.custom: ""
ms.date: "03/30/2017"
ms.prod: ".net-framework"
ms.reviewer: ""
ms.suite: ""
ms.technology:
- "dotnet-clr"
ms.tgt_pltfrm: ""
ms.topic: "article"
dev_langs:
- "csharp"
- "vb"
helpviewer_keywords:
- "clients [WCF], consuming services"
ms.assetid: d780af9f-73c5-42db-9e52-077a5e4de7fe
caps.latest.revision: 36
author: "dotnet-bot"
ms.author: "dotnetcontent"
manager: "wpickett"
ms.workload:
- "dotnet"
---
# Accessing Services Using a WCF Client
After you create a service, the next step is to create a [!INCLUDE[indigo2](../../../includes/indigo2-md.md)] client proxy. A client application uses the [!INCLUDE[indigo2](../../../includes/indigo2-md.md)] client proxy to communicate with the service. Client applications usually import a service's metadata to generate [!INCLUDE[indigo2](../../../includes/indigo2-md.md)] client code that can be used to invoke the service.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,21 +1,7 @@
---
title: "Add Service Reference in a Portable Subset Project"
ms.custom: ""
ms.date: "03/30/2017"
ms.prod: ".net-framework"
ms.reviewer: ""
ms.suite: ""
ms.technology:
- "dotnet-clr"
ms.tgt_pltfrm: ""
ms.topic: "article"
ms.assetid: 61ccfe0f-a34b-40ca-8f5e-725fa1b8095e
caps.latest.revision: 3
author: "dotnet-bot"
ms.author: "dotnetcontent"
manager: "wpickett"
ms.workload:
- "dotnet"
---
# Add Service Reference in a Portable Subset Project
Portable subset projects enable .NET assembly programmers to maintain a single source tree and build system while still supporting multiple .NET implementations (desktop, Silverlight, Windows Phone, and XBOX). Portable subset projects only reference .NET portable libraries which are a .NET framework assembly that can be used on any .NET implementation.
Expand Down
14 changes: 0 additions & 14 deletions docs/framework/wcf/architecture.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,11 @@
---
title: "Windows Communication Foundation Architecture"
ms.custom: ""
ms.date: "03/30/2017"
ms.prod: ".net-framework"
ms.reviewer: ""
ms.suite: ""
ms.technology:
- "dotnet-clr"
ms.tgt_pltfrm: ""
ms.topic: "article"
helpviewer_keywords:
- "Windows Communication Foundation [WCF], architecture"
- "WCF [WCF], architecture"
- "architecture [WCF]"
ms.assetid: a3bcb0a1-56ea-4ba6-9736-d260d90dade5
caps.latest.revision: 7
author: "dotnet-bot"
ms.author: "dotnetcontent"
manager: "wpickett"
ms.workload:
- "dotnet"
---
# Windows Communication Foundation Architecture
The following graphic illustrates the major layers of the Windows Communication Foundation (WCF) architecture.
Expand Down
14 changes: 0 additions & 14 deletions docs/framework/wcf/basic-programming-lifecycle.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,9 @@
---
title: "Basic Programming Lifecycle"
ms.custom: ""
ms.date: "03/30/2017"
ms.prod: ".net-framework"
ms.reviewer: ""
ms.suite: ""
ms.technology:
- "dotnet-clr"
ms.tgt_pltfrm: ""
ms.topic: "article"
helpviewer_keywords:
- "service creation [WCF]"
ms.assetid: 7cf21bfe-23bd-46aa-8033-609f851dbf76
caps.latest.revision: 36
author: "dotnet-bot"
ms.author: "dotnetcontent"
manager: "wpickett"
ms.workload:
- "dotnet"
---
# Basic Programming Lifecycle
Windows Communication Foundation (WCF) enables applications to communicate whether they are on the same computer, across the Internet, or on different application platforms. This topic outlines the tasks that are required to build a [!INCLUDE[indigo2](../../../includes/indigo2-md.md)] application. For a working sample application, see [Getting Started Tutorial](../../../docs/framework/wcf/getting-started-tutorial.md).
Expand Down
14 changes: 0 additions & 14 deletions docs/framework/wcf/basic-wcf-programming.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,13 @@
---
title: "Basic WCF Programming"
ms.custom: ""
ms.date: "03/30/2017"
ms.prod: ".net-framework"
ms.reviewer: ""
ms.suite: ""
ms.technology:
- "dotnet-clr"
ms.tgt_pltfrm: ""
ms.topic: "article"
helpviewer_keywords:
- "basic programming [WCF]"
- "WCF [WCF], basic programming"
- "WCF [WCF], programming"
- "Windows Communication Foundation [WCF], basic programming"
- "Windows Communication Foundation [WCF], programming"
ms.assetid: 3ae3d498-f43c-4ecc-8cc0-6cbe36b62593
caps.latest.revision: 31
author: "dotnet-bot"
ms.author: "dotnetcontent"
manager: "wpickett"
ms.workload:
- "dotnet"
---
# Basic WCF Programming
This section presents the fundamentals for creating Windows Communication Foundation (WCF) applications.
Expand Down
14 changes: 0 additions & 14 deletions docs/framework/wcf/best-practices-data-contract-versioning.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,12 @@
---
title: "Best Practices: Data Contract Versioning"
ms.custom: ""
ms.date: "03/30/2017"
ms.prod: ".net-framework"
ms.reviewer: ""
ms.suite: ""
ms.technology:
- "dotnet-clr"
ms.tgt_pltfrm: ""
ms.topic: "article"
helpviewer_keywords:
- "data contracts"
- "service contracts"
- "best practices [WCF], data contract versioning"
- "Windows Communication Foundation, data contracts"
ms.assetid: bf0ab338-4d36-4e12-8002-8ebfdeb346cb
caps.latest.revision: 24
author: "dotnet-bot"
ms.author: "dotnetcontent"
manager: "wpickett"
ms.workload:
- "dotnet"
---
# Best Practices: Data Contract Versioning
This topic lists the best practices for creating data contracts that can evolve easily over time. For more information about data contracts, see the topics in [Using Data Contracts](../../../docs/framework/wcf/feature-details/using-data-contracts.md).
Expand Down
14 changes: 0 additions & 14 deletions docs/framework/wcf/best-practices-intermediaries.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,7 @@
---
title: "Best Practices: Intermediaries"
ms.custom: ""
ms.date: "03/30/2017"
ms.prod: ".net-framework"
ms.reviewer: ""
ms.suite: ""
ms.technology:
- "dotnet-clr"
ms.tgt_pltfrm: ""
ms.topic: "article"
ms.assetid: 2d41b337-8132-4ac2-bea2-6e9ae2f00f8d
caps.latest.revision: 2
author: "dotnet-bot"
ms.author: "dotnetcontent"
manager: "wpickett"
ms.workload:
- "dotnet"
---
# Best Practices: Intermediaries
Care must be taken to handle faults correctly when calling intermediaries to make sure service side channels on the intermediary are closed properly.
Expand Down
14 changes: 0 additions & 14 deletions docs/framework/wcf/bindings-overview.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,9 @@
---
title: "Windows Communication Foundation Bindings Overview"
ms.custom: ""
ms.date: "03/30/2017"
ms.prod: ".net-framework"
ms.reviewer: ""
ms.suite: ""
ms.technology:
- "dotnet-clr"
ms.tgt_pltfrm: ""
ms.topic: "article"
helpviewer_keywords:
- "bindings [WCF], overview"
ms.assetid: cfb5842f-e0f9-4c56-a015-f2b33f258232
caps.latest.revision: 16
author: "dotnet-bot"
ms.author: "dotnetcontent"
manager: "wpickett"
ms.workload:
- "dotnet"
---
# Windows Communication Foundation Bindings Overview
Bindings are objects that are used to specify the communication details that are required to connect to the endpoint of a Windows Communication Foundation (WCF) service. Each endpoint in a [!INCLUDE[indigo2](../../../includes/indigo2-md.md)] service requires a binding to be well-specified. This topic outlines the types of communication details that the bindings define, the elements of a binding, what bindings are included in [!INCLUDE[indigo2](../../../includes/indigo2-md.md)], and how a binding can be specified for an endpoint.
Expand Down
14 changes: 0 additions & 14 deletions docs/framework/wcf/bindings.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,9 @@
---
title: "Windows Communication Foundation Bindings"
ms.custom: ""
ms.date: "03/30/2017"
ms.prod: ".net-framework"
ms.reviewer: ""
ms.suite: ""
ms.technology:
- "dotnet-clr"
ms.tgt_pltfrm: ""
ms.topic: "article"
helpviewer_keywords:
- "bindings [WCF]"
ms.assetid: 845df323-be53-4848-92ef-ba67a406484d
caps.latest.revision: 17
author: "dotnet-bot"
ms.author: "dotnetcontent"
manager: "wpickett"
ms.workload:
- "dotnet"
---
# Windows Communication Foundation Bindings
Bindings specify how a Windows Communication Foundation (WCF) service endpoint communicates with other endpoints. At its most basic, a binding must specify the transport (for example, HTTP or TCP) to use. You can also set other characteristics, such as security and transaction support, through bindings.
Expand Down
14 changes: 0 additions & 14 deletions docs/framework/wcf/building-clients.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,10 @@
---
title: "Building Clients"
ms.custom: ""
ms.date: "03/30/2017"
ms.prod: ".net-framework"
ms.reviewer: ""
ms.suite: ""
ms.technology:
- "dotnet-clr"
ms.tgt_pltfrm: ""
ms.topic: "article"
helpviewer_keywords:
- "clients [WCF], building"
- "clients [WCF]"
ms.assetid: 28dfff47-d95b-4cc2-9d5c-b3b9ba71fd50
caps.latest.revision: 19
author: "dotnet-bot"
ms.author: "dotnetcontent"
manager: "wpickett"
ms.workload:
- "dotnet"
---
# Building Clients
The topics in this section demonstrate how to create and use a Windows Communication Foundation (WCF) client.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,24 +1,10 @@
---
title: "COM+ Service Model Configuration Tool (ComSvcConfig.exe)"
ms.custom: ""
ms.date: "03/30/2017"
ms.prod: ".net-framework"
ms.reviewer: ""
ms.suite: ""
ms.technology:
- "dotnet-clr"
ms.tgt_pltfrm: ""
ms.topic: "article"
helpviewer_keywords:
- "Windows Communication Foundation, COM+ integration"
- "WCF, COM+ integration"
ms.assetid: 7717c6c2-85fc-418b-a8ed-bad8e61cec5c
caps.latest.revision: 15
author: "dotnet-bot"
ms.author: "dotnetcontent"
manager: "wpickett"
ms.workload:
- "dotnet"
---
# COM+ Service Model Configuration Tool (ComSvcConfig.exe)
The COM+ Service Model Configuration command-line tool (ComSvcConfig.exe) enables you to configure COM+ interfaces to be exposed as Web services.
Expand Down
14 changes: 0 additions & 14 deletions docs/framework/wcf/conceptual-overview.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,10 @@
---
title: "Conceptual Overview"
ms.custom: ""
ms.date: "03/30/2017"
ms.prod: ".net-framework"
ms.reviewer: ""
ms.suite: ""
ms.technology:
- "dotnet-clr"
ms.tgt_pltfrm: ""
ms.topic: "article"
helpviewer_keywords:
- "WCF [WCF], concepts"
- "Windows Communication Foundation [WCF], concepts"
ms.assetid: 503fae4b-014c-44df-a9c7-c76ec4ed4229
caps.latest.revision: 24
author: "dotnet-bot"
ms.author: "dotnetcontent"
manager: "wpickett"
ms.workload:
- "dotnet"
---
# Conceptual Overview
This topic summarizes information about the Windows Communication Foundation (WCF) messaging system and the classes that support its use.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,26 +1,12 @@
---
title: "Configuration Editor Tool (SvcConfigEditor.exe)"
ms.custom: ""
ms.date: "03/30/2017"
ms.prod: ".net-framework"
ms.reviewer: ""
ms.suite: ""
ms.technology:
- "dotnet-clr"
ms.tgt_pltfrm: ""
ms.topic: "article"
helpviewer_keywords:
- "configuration files, creating"
- "configuration files"
- "Configuration file"
- "configuration file schema"
ms.assetid: 2db21a57-5f64-426f-89df-fb0dc2d2def5
caps.latest.revision: 45
author: "dotnet-bot"
ms.author: "dotnetcontent"
manager: "wpickett"
ms.workload:
- "dotnet"
---
# Configuration Editor Tool (SvcConfigEditor.exe)
The Windows Communication Foundation (WCF) Service Configuration Editor (SvcConfigEditor.exe) allows administrators and developers to create and modify configuration settings for [!INCLUDE[indigo2](../../../includes/indigo2-md.md)] services using a graphical user interface. With this tool, you can manage settings for [!INCLUDE[indigo2](../../../includes/indigo2-md.md)] bindings, behaviors, services, and diagnostics without having to directly edit XML configuration files.
Expand Down
14 changes: 0 additions & 14 deletions docs/framework/wcf/configuring-bindings-for-wcf-services.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,9 @@
---
title: "Configuring Bindings for Windows Communication Foundation Services"
ms.custom: ""
ms.date: "03/30/2017"
ms.prod: ".net-framework"
ms.reviewer: ""
ms.suite: ""
ms.technology:
- "dotnet-clr"
ms.tgt_pltfrm: ""
ms.topic: "article"
helpviewer_keywords:
- "binding configuration [WCF]"
ms.assetid: 99a85fd8-f7eb-4a84-a93e-7721b37d415c
caps.latest.revision: 36
author: "dotnet-bot"
ms.author: "dotnetcontent"
manager: "wpickett"
ms.workload:
- "dotnet"
---
# Configuring Bindings for Windows Communication Foundation Services
When creating an application, you often want to defer decisions to the administrator after the deployment of the application. For example, there is often no way of knowing in advance what a service address, or Uniform Resource Identifier (URI), will be. Instead of hard-coding an address, it is preferable to allow an administrator to do so after creating a service. This flexibility is accomplished through configuration.
Expand Down
14 changes: 0 additions & 14 deletions docs/framework/wcf/configuring-client-behaviors.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,10 @@
---
title: "Configuring Client Behaviors"
ms.custom: ""
ms.date: "03/30/2017"
ms.prod: ".net-framework"
ms.reviewer: ""
ms.suite: ""
ms.technology:
- "dotnet-clr"
ms.tgt_pltfrm: ""
ms.topic: "article"
dev_langs:
- "csharp"
- "vb"
ms.assetid: df5b32fa-e73b-4e8e-b66f-357c748e0173
caps.latest.revision: 7
author: "dotnet-bot"
ms.author: "dotnetcontent"
manager: "wpickett"
ms.workload:
- "dotnet"
---
# Configuring Client Behaviors
Windows Communication Foundation (WCF) configures behaviors in two ways: either by referring to behavior configurations -- which are defined in the `<behavior>` section of a client application configuration file – or programmatically in the calling application. This topic describes both approaches.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,23 +1,9 @@
---
title: "Configuring Services Using Configuration Files"
ms.custom: ""
ms.date: "03/30/2017"
ms.prod: ".net-framework"
ms.reviewer: ""
ms.suite: ""
ms.technology:
- "dotnet-clr"
ms.tgt_pltfrm: ""
ms.topic: "article"
helpviewer_keywords:
- "configuring services [WCF]"
ms.assetid: c9c8cd32-2c9d-4541-ad0d-16dff6bd2a00
caps.latest.revision: 29
author: "dotnet-bot"
ms.author: "dotnetcontent"
manager: "wpickett"
ms.workload:
- "dotnet"
---
# Configuring Services Using Configuration Files
Configuring a Windows Communication Foundation (WCF) service with a configuration file gives you the flexibility of providing endpoint and service behavior data at the point of deployment instead of at design time. This topic outlines the primary techniques available.
Expand Down
Loading