Skip to content

Commit ceb9683

Browse files
authored
framework metadata updates (#5135)
1 parent db4acce commit ceb9683

File tree

391 files changed

+0
-5337
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

391 files changed

+0
-5337
lines changed

docs/framework/wcf/accessing-services-using-a-wcf-client.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,12 @@
11
---
22
title: "Accessing Services Using a WCF Client"
3-
ms.custom: ""
43
ms.date: "03/30/2017"
5-
ms.prod: ".net-framework"
6-
ms.reviewer: ""
7-
ms.suite: ""
8-
ms.technology:
9-
- "dotnet-clr"
10-
ms.tgt_pltfrm: ""
11-
ms.topic: "article"
124
dev_langs:
135
- "csharp"
146
- "vb"
157
helpviewer_keywords:
168
- "clients [WCF], consuming services"
179
ms.assetid: d780af9f-73c5-42db-9e52-077a5e4de7fe
18-
caps.latest.revision: 36
19-
author: "dotnet-bot"
20-
ms.author: "dotnetcontent"
21-
manager: "wpickett"
22-
ms.workload:
23-
- "dotnet"
2410
---
2511
# Accessing Services Using a WCF Client
2612
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.

docs/framework/wcf/add-service-reference-in-a-portable-subset-project.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,7 @@
11
---
22
title: "Add Service Reference in a Portable Subset Project"
3-
ms.custom: ""
43
ms.date: "03/30/2017"
5-
ms.prod: ".net-framework"
6-
ms.reviewer: ""
7-
ms.suite: ""
8-
ms.technology:
9-
- "dotnet-clr"
10-
ms.tgt_pltfrm: ""
11-
ms.topic: "article"
124
ms.assetid: 61ccfe0f-a34b-40ca-8f5e-725fa1b8095e
13-
caps.latest.revision: 3
14-
author: "dotnet-bot"
15-
ms.author: "dotnetcontent"
16-
manager: "wpickett"
17-
ms.workload:
18-
- "dotnet"
195
---
206
# Add Service Reference in a Portable Subset Project
217
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.

docs/framework/wcf/architecture.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,11 @@
11
---
22
title: "Windows Communication Foundation Architecture"
3-
ms.custom: ""
43
ms.date: "03/30/2017"
5-
ms.prod: ".net-framework"
6-
ms.reviewer: ""
7-
ms.suite: ""
8-
ms.technology:
9-
- "dotnet-clr"
10-
ms.tgt_pltfrm: ""
11-
ms.topic: "article"
124
helpviewer_keywords:
135
- "Windows Communication Foundation [WCF], architecture"
146
- "WCF [WCF], architecture"
157
- "architecture [WCF]"
168
ms.assetid: a3bcb0a1-56ea-4ba6-9736-d260d90dade5
17-
caps.latest.revision: 7
18-
author: "dotnet-bot"
19-
ms.author: "dotnetcontent"
20-
manager: "wpickett"
21-
ms.workload:
22-
- "dotnet"
239
---
2410
# Windows Communication Foundation Architecture
2511
The following graphic illustrates the major layers of the Windows Communication Foundation (WCF) architecture.

docs/framework/wcf/basic-programming-lifecycle.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,9 @@
11
---
22
title: "Basic Programming Lifecycle"
3-
ms.custom: ""
43
ms.date: "03/30/2017"
5-
ms.prod: ".net-framework"
6-
ms.reviewer: ""
7-
ms.suite: ""
8-
ms.technology:
9-
- "dotnet-clr"
10-
ms.tgt_pltfrm: ""
11-
ms.topic: "article"
124
helpviewer_keywords:
135
- "service creation [WCF]"
146
ms.assetid: 7cf21bfe-23bd-46aa-8033-609f851dbf76
15-
caps.latest.revision: 36
16-
author: "dotnet-bot"
17-
ms.author: "dotnetcontent"
18-
manager: "wpickett"
19-
ms.workload:
20-
- "dotnet"
217
---
228
# Basic Programming Lifecycle
239
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).

docs/framework/wcf/basic-wcf-programming.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,13 @@
11
---
22
title: "Basic WCF Programming"
3-
ms.custom: ""
43
ms.date: "03/30/2017"
5-
ms.prod: ".net-framework"
6-
ms.reviewer: ""
7-
ms.suite: ""
8-
ms.technology:
9-
- "dotnet-clr"
10-
ms.tgt_pltfrm: ""
11-
ms.topic: "article"
124
helpviewer_keywords:
135
- "basic programming [WCF]"
146
- "WCF [WCF], basic programming"
157
- "WCF [WCF], programming"
168
- "Windows Communication Foundation [WCF], basic programming"
179
- "Windows Communication Foundation [WCF], programming"
1810
ms.assetid: 3ae3d498-f43c-4ecc-8cc0-6cbe36b62593
19-
caps.latest.revision: 31
20-
author: "dotnet-bot"
21-
ms.author: "dotnetcontent"
22-
manager: "wpickett"
23-
ms.workload:
24-
- "dotnet"
2511
---
2612
# Basic WCF Programming
2713
This section presents the fundamentals for creating Windows Communication Foundation (WCF) applications.

docs/framework/wcf/best-practices-data-contract-versioning.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,12 @@
11
---
22
title: "Best Practices: Data Contract Versioning"
3-
ms.custom: ""
43
ms.date: "03/30/2017"
5-
ms.prod: ".net-framework"
6-
ms.reviewer: ""
7-
ms.suite: ""
8-
ms.technology:
9-
- "dotnet-clr"
10-
ms.tgt_pltfrm: ""
11-
ms.topic: "article"
124
helpviewer_keywords:
135
- "data contracts"
146
- "service contracts"
157
- "best practices [WCF], data contract versioning"
168
- "Windows Communication Foundation, data contracts"
179
ms.assetid: bf0ab338-4d36-4e12-8002-8ebfdeb346cb
18-
caps.latest.revision: 24
19-
author: "dotnet-bot"
20-
ms.author: "dotnetcontent"
21-
manager: "wpickett"
22-
ms.workload:
23-
- "dotnet"
2410
---
2511
# Best Practices: Data Contract Versioning
2612
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).

docs/framework/wcf/best-practices-intermediaries.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,7 @@
11
---
22
title: "Best Practices: Intermediaries"
3-
ms.custom: ""
43
ms.date: "03/30/2017"
5-
ms.prod: ".net-framework"
6-
ms.reviewer: ""
7-
ms.suite: ""
8-
ms.technology:
9-
- "dotnet-clr"
10-
ms.tgt_pltfrm: ""
11-
ms.topic: "article"
124
ms.assetid: 2d41b337-8132-4ac2-bea2-6e9ae2f00f8d
13-
caps.latest.revision: 2
14-
author: "dotnet-bot"
15-
ms.author: "dotnetcontent"
16-
manager: "wpickett"
17-
ms.workload:
18-
- "dotnet"
195
---
206
# Best Practices: Intermediaries
217
Care must be taken to handle faults correctly when calling intermediaries to make sure service side channels on the intermediary are closed properly.

docs/framework/wcf/bindings-overview.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,9 @@
11
---
22
title: "Windows Communication Foundation Bindings Overview"
3-
ms.custom: ""
43
ms.date: "03/30/2017"
5-
ms.prod: ".net-framework"
6-
ms.reviewer: ""
7-
ms.suite: ""
8-
ms.technology:
9-
- "dotnet-clr"
10-
ms.tgt_pltfrm: ""
11-
ms.topic: "article"
124
helpviewer_keywords:
135
- "bindings [WCF], overview"
146
ms.assetid: cfb5842f-e0f9-4c56-a015-f2b33f258232
15-
caps.latest.revision: 16
16-
author: "dotnet-bot"
17-
ms.author: "dotnetcontent"
18-
manager: "wpickett"
19-
ms.workload:
20-
- "dotnet"
217
---
228
# Windows Communication Foundation Bindings Overview
239
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.

docs/framework/wcf/bindings.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,9 @@
11
---
22
title: "Windows Communication Foundation Bindings"
3-
ms.custom: ""
43
ms.date: "03/30/2017"
5-
ms.prod: ".net-framework"
6-
ms.reviewer: ""
7-
ms.suite: ""
8-
ms.technology:
9-
- "dotnet-clr"
10-
ms.tgt_pltfrm: ""
11-
ms.topic: "article"
124
helpviewer_keywords:
135
- "bindings [WCF]"
146
ms.assetid: 845df323-be53-4848-92ef-ba67a406484d
15-
caps.latest.revision: 17
16-
author: "dotnet-bot"
17-
ms.author: "dotnetcontent"
18-
manager: "wpickett"
19-
ms.workload:
20-
- "dotnet"
217
---
228
# Windows Communication Foundation Bindings
239
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.

docs/framework/wcf/building-clients.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,10 @@
11
---
22
title: "Building Clients"
3-
ms.custom: ""
43
ms.date: "03/30/2017"
5-
ms.prod: ".net-framework"
6-
ms.reviewer: ""
7-
ms.suite: ""
8-
ms.technology:
9-
- "dotnet-clr"
10-
ms.tgt_pltfrm: ""
11-
ms.topic: "article"
124
helpviewer_keywords:
135
- "clients [WCF], building"
146
- "clients [WCF]"
157
ms.assetid: 28dfff47-d95b-4cc2-9d5c-b3b9ba71fd50
16-
caps.latest.revision: 19
17-
author: "dotnet-bot"
18-
ms.author: "dotnetcontent"
19-
manager: "wpickett"
20-
ms.workload:
21-
- "dotnet"
228
---
239
# Building Clients
2410
The topics in this section demonstrate how to create and use a Windows Communication Foundation (WCF) client.

0 commit comments

Comments
 (0)