You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/data-tools/windows-communication-foundation-services-and-wcf-data-services-in-visual-studio.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ WCF Data Services is an implementation of the Open Data (Open Data Protocol (ODa
51
51
52
52
The WCF programming model is based on communication between two entities: a WCF service and a WCF client. The programming model is encapsulated in the <xref:System.ServiceModel> namespace in .NET.
53
53
54
-
## WCF Service
54
+
## WCF service
55
55
56
56
A WCF service is based on an interface that defines a contract between the service and the client. The service is marked with a <xref:System.ServiceModel.ServiceContractAttribute> attribute, as shown in the following code:
57
57
@@ -144,7 +144,7 @@ In this scenario, you specify the `endpointConfigurationName` parameter with the
0 commit comments