From 4f00852bdf9bcdf1b2e4e3554a9d84255f042ee2 Mon Sep 17 00:00:00 2001 From: David Engel Date: Thu, 7 Aug 2025 15:04:35 -0700 Subject: [PATCH 1/2] Add note directing users to Microsoft.Data.SqlClient --- docs/framework/data/adonet/sql/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/framework/data/adonet/sql/index.md b/docs/framework/data/adonet/sql/index.md index a591b8f4a1c73..091c7fe895470 100644 --- a/docs/framework/data/adonet/sql/index.md +++ b/docs/framework/data/adonet/sql/index.md @@ -12,7 +12,7 @@ This section describes features and behaviors that are specific to the .NET Fram provides access to versions of SQL Server, which encapsulates database-specific protocols. The functionality of the data provider is designed to be similar to that of the .NET Framework data providers for OLE DB, ODBC, and Oracle. includes a tabular data stream (TDS) parser to communicate directly with SQL Server. > [!NOTE] -> To use the .NET Framework Data Provider for SQL Server, an application must reference the namespace. +> The namespace is not under active development. Use the Microsoft.Data.SqlClient namespace, which has been available since 2019. ## In This Section From 5075116bd263a8028e116769277803f83b0762dc Mon Sep 17 00:00:00 2001 From: David Engel Date: Thu, 7 Aug 2025 15:07:02 -0700 Subject: [PATCH 2/2] Link to MDS --- docs/framework/data/adonet/sql/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/framework/data/adonet/sql/index.md b/docs/framework/data/adonet/sql/index.md index 091c7fe895470..7b0f7152007ce 100644 --- a/docs/framework/data/adonet/sql/index.md +++ b/docs/framework/data/adonet/sql/index.md @@ -12,7 +12,7 @@ This section describes features and behaviors that are specific to the .NET Fram provides access to versions of SQL Server, which encapsulates database-specific protocols. The functionality of the data provider is designed to be similar to that of the .NET Framework data providers for OLE DB, ODBC, and Oracle. includes a tabular data stream (TDS) parser to communicate directly with SQL Server. > [!NOTE] -> The namespace is not under active development. Use the Microsoft.Data.SqlClient namespace, which has been available since 2019. +> The namespace is not under active development. Use the namespace, which has been available since 2019. ## In This Section