Skip to content

Commit 8b4f652

Browse files
committed
A few corrections from the review pass.
1 parent e5a355b commit 8b4f652

2 files changed

+3
-3
lines changed

docs/data-tools/walkthrough-customizing-the-insert-update-and-delete-behavior-of-entity-classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Create LINQ to SQL classes that are mapped to database tables by dragging tables
9595

9696
2. Drag the **Customers** node from **Server Explorer** or **Database Explorer** onto the **O/R Designer* surface.
9797

98-
An entity class named **Customer** is created. It has properties that correspond to the columns in the customers table. The entity class is named **Customer** (not **Customers**) because it represents a single customer from the customers table.
98+
An entity class named **Customer** is created. It has properties that correspond to the columns in the Customers table. The entity class is named **Customer** (not **Customers**) because it represents a single customer from the Customers table.
9999

100100
> [!NOTE]
101101
> This renaming behavior is called *pluralization*. It can be turned on or off in the [Options dialog box](../ide/reference/options-dialog-box-visual-studio.md). For more information, see [How to: Turn pluralization on and off (O/R Designer)](../data-tools/how-to-turn-pluralization-on-and-off-o-r-designer.md).

docs/data-tools/windows-communication-foundation-services-and-wcf-data-services-in-visual-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Visual Studio provides tools for working with Windows Communication Foundation (
8080
## WCF tools in Visual Studio
8181
Visual Studio provides tools to help you create both WCF services and WCF clients. For a walkthrough that demonstrates the tools, see [Walkthrough: Creating a simple WCF service in Windows Forms](../data-tools/walkthrough-creating-a-simple-wcf-service-in-windows-forms.md).
8282

83-
### Create and Test WCF services
83+
### Create and test WCF services
8484
You can use the WCF Visual Studio templates as a foundation to quickly create your own service. You can then use WCF Service Auto Host and WCF Test Client to debug and test the service. These tools together provide a fast and convenient debug and testing cycle, and eliminate the requirement to commit to a hosting model at an early stage.
8585

8686
#### WCF Templates
@@ -98,7 +98,7 @@ Visual Studio provides tools for working with Windows Communication Foundation (
9898
To learn more about WCF Service Host, see [WCF service host (WcfSvcHost.exe)](/dotnet/framework/wcf/wcf-service-host-wcfsvchost-exe).
9999

100100
#### WCF test client
101-
The WCF Test Client tool enables you to input test parameters, submit that input to a WCF service, and view the response that the service sends back. It provides a convenient service testing experience when you combine it with WCF Service Host. Find the tool in the *\Common7\IDE* folder, which for Visual Studio 2015 is installed in drive C:, here: **C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\\**.
101+
The WCF Test Client tool enables you to input test parameters, submit that input to a WCF service, and view the response that the service sends back. It provides a convenient service testing experience when you combine it with WCF Service Host. Find the tool in the *%ProgramFiles(x86)%\Microsoft Visual Studio\2017\Enterprise\Common7\IDE* folder.
102102

103103
When you press **F5** to debug a WCF service project, WCF Test Client opens and displays a list of service endpoints that are defined in the configuration file. You can test the parameters and start the service, and repeat this process to continuously test and validate your service.
104104

0 commit comments

Comments
 (0)