Skip to content

Commit 78dcdbd

Browse files
author
Davoud Eshtehari
committed
Address comments
apply naming rules
1 parent f82ef9b commit 78dcdbd

16 files changed

Lines changed: 37 additions & 37 deletions

docs/connect/ado-net/connecting-to-a-data-source.md renamed to docs/connect/ado-net/connecting-to-data-source.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Connecting to a Data Source"
2+
title: "Connecting To Data Source"
33
description: Learn about Connection objects, used to connect to data sources in ADO.NET. The Connection object you choose depends on the type of data source.
44
ms.date: "11/13/2020"
55
ms.assetid: 9abc3f92-1be3-4e1a-b360-762dc689650e
@@ -11,7 +11,7 @@ author: David-Engel
1111
ms.author: v-daenge
1212
ms.reviewer: v-chmalh
1313
---
14-
# Connecting to a Data Source in ADO.NET
14+
# Connecting to a data source in ADO.NET
1515

1616
[!INCLUDE[appliesto-netfx-netcore-netst-md](../../includes/appliesto-netfx-netcore-netst-md.md)]
1717

@@ -23,7 +23,7 @@ The Microsoft SqlClient Data Provider for SQL Server includes a <xref:Microsoft.
2323

2424
## In This Section
2525

26-
[Establishing the Connection](establishing-the-connection.md)\
26+
[Establishing the Connection](establishing-connection.md)\
2727
Describes how to use a **Connection** object to establish a connection to a data source.
2828

2929
[Connection Events](connection-events.md)\

docs/connect/ado-net/connection-events.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ author: David-Engel
1313
ms.author: v-daenge
1414
ms.reviewer: v-chmalh
1515
---
16-
# Connection Events
16+
# Connection events
1717

1818
[!INCLUDE[appliesto-netfx-netcore-netst-md](../../includes/appliesto-netfx-netcore-netst-md.md)]
1919

@@ -57,4 +57,4 @@ The following code example uses the **StateChange** event to write a message to
5757

5858
## See also
5959

60-
- [Connecting to a Data Source](connecting-to-a-data-source.md)
60+
- [Connecting to a Data Source](connecting-to-data-source.md)

docs/connect/ado-net/connection-pooling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ author: David-Engel
1111
ms.author: v-daenge
1212
ms.reviewer: v-chmalh
1313
---
14-
# Connection Pooling
14+
# Connection pooling
1515

1616
[!INCLUDE[appliesto-netfx-netcore-netst-md](../../includes/appliesto-netfx-netcore-netst-md.md)]
1717

@@ -26,4 +26,4 @@ Provides an overview of connection pooling and describes how connection pooling
2626

2727
## See also
2828

29-
- [Retrieving and Modifying Data in ADO.NET](retrieving-and-modifying-data.md)
29+
- [Retrieving and Modifying Data in ADO.NET](retrieving-modifying-data.md)

docs/connect/ado-net/connection-string-builders.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ author: David-Engel
1313
ms.author: v-daenge
1414
ms.reviewer: v-chmalh
1515
---
16-
# Connection String Builders
16+
# Connection string builders
1717

1818
[!INCLUDE[appliesto-netfx-netcore-netst-md](../../includes/appliesto-netfx-netcore-netst-md.md)]
1919

docs/connect/ado-net/connection-string-syntax.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ author: David-Engel
1111
ms.author: v-daenge
1212
ms.reviewer: v-chmalh
1313
---
14-
# Connection String Syntax
14+
# Connection string syntax
1515

1616
[!INCLUDE[appliesto-netfx-netcore-netst-md](../../includes/appliesto-netfx-netcore-netst-md.md)]
1717

@@ -122,4 +122,4 @@ For more information, see [Using Encryption Without Validation](/sql/relational-
122122
## See also
123123

124124
- [Connection Strings](connection-strings.md)
125-
- [Connecting to a Data Source](connecting-to-a-data-source.md)
125+
- [Connecting to a Data Source](connecting-to-data-source.md)

docs/connect/ado-net/connection-strings-and-configuration-files.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Connection Strings and Configuration Files"
2+
title: "Connection Strings And Configuration Files"
33
description: Learn how to store connection strings for ADO.NET applications in an application configuration file, as a best practice for security and maintenance.
44
ms.date: "11/13/2020"
55
dev_langs:
@@ -13,7 +13,7 @@ author: David-Engel
1313
ms.author: v-daenge
1414
ms.reviewer: v-chmalh
1515
---
16-
# Connection Strings and Configuration Files
16+
# Connection strings and configuration files
1717

1818
[!INCLUDE[appliesto-netfx-netcore-xxxx-md](../../includes/appliesto-netfx-netcore-xxxx-md.md)]
1919

docs/connect/ado-net/connection-strings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ author: David-Engel
1111
ms.author: v-daenge
1212
ms.reviewer: v-chmalh
1313
---
14-
# Connection Strings in ADO.NET
14+
# Connection strings in ADO.NET
1515

1616
[!INCLUDE[appliesto-netfx-netcore-netst-md](../../includes/appliesto-netfx-netcore-netst-md.md)]
1717

docs/connect/ado-net/data-type-mappings-in-ado-net.md renamed to docs/connect/ado-net/data-type-mappings-ado-net.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ author: David-Engel
1111
ms.author: v-daenge
1212
ms.reviewer: v-chmalh
1313
---
14-
# Data Type Mappings in ADO.NET
14+
# Data type mappings in ADO.NET
1515

1616
[!INCLUDE[appliesto-netfx-netcore-netst-md](../../includes/appliesto-netfx-netcore-netst-md.md)]
1717

docs/connect/ado-net/establishing-the-connection.md renamed to docs/connect/ado-net/establishing-connection.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Establishing the Connection"
2+
title: "Establishing Connection"
33
description: Guideline for connecting to a SQL Server by SqlClient provider.
44
ms.date: "11/13/2020"
55
dev_langs:
@@ -13,7 +13,7 @@ author: David-Engel
1313
ms.author: v-daenge
1414
ms.reviewer: v-chmalh
1515
---
16-
# Establishing the Connection
16+
# Establishing connection
1717

1818
[!INCLUDE[appliesto-netfx-netcore-netst-md](../../includes/appliesto-netfx-netcore-netst-md.md)]
1919

@@ -49,5 +49,5 @@ The security identity for ASP.NET applications can be set to one of several diff
4949

5050
## See also
5151

52-
- [Connecting to a Data Source](connecting-to-a-data-source.md)
52+
- [Connecting to a Data Source](connecting-to-data-source.md)
5353
- [Connection Strings](connection-strings.md)

docs/connect/ado-net/floating-point-numbers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ author: David-Engel
1111
ms.author: v-daenge
1212
ms.reviewer: v-chmalh
1313
---
14-
# Floating-Point Numbers
14+
# Floating-Point numbers
1515

1616
[!INCLUDE[appliesto-netfx-netcore-netst-md](../../includes/appliesto-netfx-netcore-netst-md.md)]
1717

0 commit comments

Comments
 (0)