Skip to content

Commit 93f565d

Browse files
authored
Delete WCF data services docs (#24698)
1 parent a260c66 commit 93f565d

File tree

82 files changed

+371
-5221
lines changed

Some content is hidden

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

82 files changed

+371
-5221
lines changed

.openpublishing.redirection.json

Lines changed: 360 additions & 0 deletions
Large diffs are not rendered by default.

docs/framework/data/adonet/ado-net-architecture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ ADO.NET architecture
5353

5454
## WCF Data Services
5555

56-
WCF Data Services is used to deploy data services on the Web or an intranet. The data is structured as entities and relationships according to the specifications of the Entity Data Model. Data deployed on this model is addressable by standard HTTP protocol. For more information, see [WCF Data Services 4.5](../wcf/index.md).
56+
WCF Data Services is used to deploy data services on the Web or an intranet. The data is structured as entities and relationships according to the specifications of the Entity Data Model. Data deployed on this model is addressable by standard HTTP protocol. For more information, see [WCF Data Services 4.5](/previous-versions/dotnet/framework/data/wcf/index).
5757

5858
## XML and ADO.NET
5959

docs/framework/data/adonet/ado-net-technology-options-and-guidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The ADO.NET Data Platform is a multi-release strategy to decrease the amount of
4242

4343
## WCF Data Services
4444

45-
WCF Data Services deploys data services on the Web or on an intranet. The data is structured as entities and relationships according to the specifications of the Entity Data Model. Data deployed on this model is addressable by standard HTTP protocol. For more information, see [WCF Data Services 4.5](../wcf/index.md).
45+
WCF Data Services deploys data services on the Web or on an intranet. The data is structured as entities and relationships according to the specifications of the Entity Data Model. Data deployed on this model is addressable by standard HTTP protocol. For more information, see [WCF Data Services 4.5](/previous-versions/dotnet/framework/data/wcf/index).
4646

4747
## See also
4848

docs/framework/data/adonet/ef/migration-considerations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ The ADO.NET Entity Framework provides several benefits to an existing applicatio
9494

9595
- Applications that use XML data.
9696

97-
Object serialization enables you to create Entity Framework data services. These services provide data to applications that consume XML data, such as AJAX-based Internet applications. In these cases, consider using WCF Data Services. These data services are based on the Entity Data Model and provide dynamic access to entity data by using standard Representational State Transfer (REST) HTTP actions, such as GET, PUT, and POST. For more information, see [WCF Data Services 4.5](../../wcf/index.md).
97+
Object serialization enables you to create Entity Framework data services. These services provide data to applications that consume XML data, such as AJAX-based Internet applications. In these cases, consider using WCF Data Services. These data services are based on the Entity Data Model and provide dynamic access to entity data by using standard Representational State Transfer (REST) HTTP actions, such as GET, PUT, and POST. For more information, see [WCF Data Services 4.5](/previous-versions/dotnet/framework/data/wcf/index).
9898

9999
The Entity Framework does not support a native-XML data type. This means that when an entity is mapped to a table with an XML column, the equivalent entity property for the XML column is a string. Objects can be disconnected and serialized as XML. For more information, see [Serializing Objects](/previous-versions/dotnet/netframework-4.0/bb738446(v=vs.100)).
100100

docs/framework/data/adonet/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ ADO.NET is a set of classes that expose data access services for .NET Framework
4949
[Language-Integrated Query (LINQ) - Visual Basic](../../../visual-basic/programming-guide/concepts/linq/index.md)
5050
Provides links to LINQ topics and samples using Visual Basic.
5151

52-
[WCF Data Services 4.5](../wcf/index.md)
52+
[WCF Data Services 4.5](/previous-versions/dotnet/framework/data/wcf/index)
5353
Describes how to use WCF Data Services to deploy data services on the Web or an intranet that implement the Open Data Protocol (OData).
5454

5555
[.NET Framework Development Guide](../../development-guide.md)

docs/framework/data/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This section provides information on how to access data in the .NET Framework.
1414

1515
## In this section
1616

17-
[WCF Data Services 4.5](./wcf/index.md)
17+
[WCF Data Services 4.5](/previous-versions/dotnet/framework/data/wcf/index)
1818
Provides information about how to use WCF Data Services to deploy data services on the Web or an intranet.
1919

2020
[ADO.NET](./adonet/index.md)

docs/framework/data/wcf/accessing-data-service-resources-wcf-data-services.md

Lines changed: 0 additions & 85 deletions
This file was deleted.

docs/framework/data/wcf/accessing-the-service-from-a-web-browser-wcf-data-services-quickstart.md

Lines changed: 0 additions & 79 deletions
This file was deleted.

0 commit comments

Comments
 (0)