Skip to content

Commit 3a6a5bd

Browse files
committed
fixing moniker range title
1 parent 150f7e0 commit 3a6a5bd

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

docs/connect/ado-net/microsoft-ado-net-sql-server.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ ms.service: sql
99
ms.subservice: connectivity
1010
ms.topic: conceptual
1111
---
12-
# Microsoft ADO.NET for SQL Server and Azure SQL
12+
# Microsoft ADO.NET for SQL Server and Azure SQL Database
1313

1414
[!INCLUDE[Driver_ADONET_Download](../../includes/driver_adonet_download.md)]
1515

1616
ADO.NET is the core data access technology for .NET languages. Use the Microsoft.Data.SqlClient namespace and Entity Framework to access SQL Server, or providers from other suppliers to access their stores. Use System.Data.Odbc or System.Data.Oledb to access data from .NET languages using other data access technologies. Use System.Data.Dataset when you need an offline data cache in client applications. It also provides local persistence and XML capabilities that can be useful in web services.
1717

1818
::: moniker range=">=sql-server-2016||>=sql-server-linux-2017"
1919

20-
## Getting started
20+
## Getting started (SQL Server)
2121

2222
* [Step 1: Configure development environment for ADO.NET development](step-1-configure-development-environment-ado-net-development.md)
2323
* [Step 2: Create a SQL database for ADO.NET development](step-2-create-sql-database-ado-net-development.md)
@@ -28,6 +28,8 @@ ADO.NET is the core data access technology for .NET languages. Use the Microsoft
2828

2929
::: moniker range="=azuresqldb-current"
3030

31+
## Getting started (Azure SQL Database)
32+
3133
* [Step 1: Configure development environment for ADO.NET development](step-1-configure-development-environment-ado-net-development.md)
3234
* [Step 2: Create a SQL database for ADO.NET development](/azure/azure-sql/database/single-database-create-quickstart)
3335
* [Step 3: Proof of concept connecting to SQL using ADO.NET](step-3-connect-sql-ado-net.md)

0 commit comments

Comments
 (0)