Microsoft Xml 3.0
- Microsoft Xml 3.0
- Microsoft XML Core Services 4.0 Service Pack 2
- Referencing MSXML Within VBA Projects | Microsoft Docs
Dotnet add package Microsoft.Data.SqlClient -version 3.0.0 For projects that support PackageReference, copy this XML node into the project file to reference the package. The Microsoft® XML Parser (MSXML) 3.0 SP4 release offers a number of bug fixes and security fixes over the previous MSXML 3.0 SP releases. All MSXML 3.0 releases provide: Server-safe HTTP access. Complete implementation of XSL Transformations (XSLT) and XML Path Language (XPath). The Microsoft XML Parser (MSXML) SP7 release offers a number of bug fixes and security fixes over the previous MSXML 3.0 SP releases. All MSXML 3.0 releases provide: Server-safe HTTP access. Microsoft Core XML Services (MSXML) 6.0 As the support system version shows as capture: But I am grad to hear you could use it on Windows 10, you have provided additional information about it.
Provides the data provider for SQL Server. These classes provide access to versions of SQL Server and encapsulate database-specific protocols, including tabular data stream (TDS)
Commonly Used Types:
Microsoft.Data.SqlClient.SqlConnection
Microsoft.Data.SqlClient.SqlException
Microsoft.Data.SqlClient.SqlParameter
Microsoft.Data.SqlClient.SqlDataReader
Microsoft.Data.SqlClient.SqlCommand
Microsoft.Data.SqlClient.SqlTransaction
Microsoft.Data.SqlClient.SqlParameterCollection
Microsoft.Data.SqlClient.SqlClientFactory
When using NuGet 3.x this package requires at least version 3.4.
Requires NuGet 2.12 or higher.
Microsoft Xml 3.0
Release Notes
Dependencies
Microsoft XML Core Services 4.0 Service Pack 2
.NETCoreApp 2.1
- Azure.Identity(>= 1.3.0)
- Microsoft.Data.SqlClient.SNI.runtime(>= 3.0.0)
- Microsoft.Identity.Client(>= 4.22.0)
- Microsoft.IdentityModel.JsonWebTokens(>= 6.8.0)
- Microsoft.IdentityModel.Protocols.OpenIdConnect(>= 6.8.0)
- Microsoft.Win32.Registry(>= 4.7.0)
- System.Configuration.ConfigurationManager(>= 4.7.0)
- System.Diagnostics.DiagnosticSource(>= 4.7.0)
- System.Runtime.Caching(>= 4.7.0)
- System.Security.Principal.Windows(>= 4.7.0)
- System.Text.Encoding.CodePages(>= 4.7.0)
- System.Text.Encodings.Web(>= 4.7.2)
.NETCoreApp 3.1
- Azure.Identity(>= 1.3.0)
- Microsoft.Data.SqlClient.SNI.runtime(>= 3.0.0)
- Microsoft.Identity.Client(>= 4.22.0)
- Microsoft.IdentityModel.JsonWebTokens(>= 6.8.0)
- Microsoft.IdentityModel.Protocols.OpenIdConnect(>= 6.8.0)
- Microsoft.Win32.Registry(>= 4.7.0)
- System.Configuration.ConfigurationManager(>= 4.7.0)
- System.Diagnostics.DiagnosticSource(>= 4.7.0)
- System.Runtime.Caching(>= 4.7.0)
- System.Security.Principal.Windows(>= 4.7.0)
- System.Text.Encoding.CodePages(>= 4.7.0)
- System.Text.Encodings.Web(>= 4.7.2)
.NETFramework 4.6.1
- Azure.Identity(>= 1.3.0)
- Microsoft.Data.SqlClient.SNI(>= 3.0.0)
- Microsoft.Identity.Client(>= 4.22.0)
- Microsoft.IdentityModel.JsonWebTokens(>= 6.8.0)
- Microsoft.IdentityModel.Protocols.OpenIdConnect(>= 6.8.0)
- System.Configuration.ConfigurationManager(>= 4.7.0)
- System.Text.Encodings.Web(>= 4.7.2)
.NETStandard 2.0
- Azure.Identity(>= 1.3.0)
- Microsoft.Data.SqlClient.SNI.runtime(>= 3.0.0)
- Microsoft.Identity.Client(>= 4.22.0)
- Microsoft.IdentityModel.JsonWebTokens(>= 6.8.0)
- Microsoft.IdentityModel.Protocols.OpenIdConnect(>= 6.8.0)
- Microsoft.Win32.Registry(>= 4.7.0)
- System.Buffers(>= 4.5.1)
- System.Configuration.ConfigurationManager(>= 4.7.0)
- System.Memory(>= 4.5.4)
- System.Runtime.Caching(>= 4.7.0)
- System.Runtime.Loader(>= 4.3.0)
- System.Security.Principal.Windows(>= 4.7.0)
- System.Text.Encoding.CodePages(>= 4.7.0)
- System.Text.Encodings.Web(>= 4.7.2)
.NETStandard 2.1
- Azure.Identity(>= 1.3.0)
- Microsoft.Data.SqlClient.SNI.runtime(>= 3.0.0)
- Microsoft.Identity.Client(>= 4.22.0)
- Microsoft.IdentityModel.JsonWebTokens(>= 6.8.0)
- Microsoft.IdentityModel.Protocols.OpenIdConnect(>= 6.8.0)
- Microsoft.Win32.Registry(>= 4.7.0)
- System.Buffers(>= 4.5.1)
- System.Configuration.ConfigurationManager(>= 4.7.0)
- System.Memory(>= 4.5.4)
- System.Runtime.Caching(>= 4.7.0)
- System.Runtime.Loader(>= 4.3.0)
- System.Security.Principal.Windows(>= 4.7.0)
- System.Text.Encoding.CodePages(>= 4.7.0)
- System.Text.Encodings.Web(>= 4.7.2)
Used By
NuGet packages (499)
Showing the top 5 NuGet packages that depend on Microsoft.Data.SqlClient:
Package | Downloads |
---|---|
Microsoft.EntityFrameworkCore.SqlServer Microsoft SQL Server database provider for Entity Framework Core. | |
Microsoft.Extensions.Caching.SqlServer Distributed cache implementation of Microsoft.Extensions.Caching.Distributed.IDistributedCache using Microsoft SQL Server.This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/330c2397160929d6d3275ade03cee436265258e8 | |
AspNetCore.HealthChecks.SqlServer HealthChecks.SqlServer is the health check package for SqlServer. | |
Serilog.Sinks.MSSqlServer A Serilog sink that writes events to Microsoft SQL Server | |
EFCore.BulkExtensions EntityFramework EF Core Bulk Batch Extensions for Insert Update Delete and Read (CRUD) operations on SQL Server and SQLite |
GitHub repositories (83)
Showing the top 5 popular GitHub repositories that depend on Microsoft.Data.SqlClient:
Referencing MSXML Within VBA Projects | Microsoft Docs
Repository | Stars |
---|---|
DapperLib/Dapper | |
dotnet/efcore EF Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations. | |
HangfireIO/Hangfire An easy way to perform background job processing in your .NET and .NET Core applications. No Windows Service or separate process required | |
nopSolutions/nopCommerce The most popular open-source eCommerce shopping cart solution based on ASP.NET Core | |
NLog/NLog NLog - Advanced and Structured Logging for Various .NET Platforms |
Version History
Version | Downloads | Last updated |
---|---|---|
3.0.0 | 470,932 | 6/9/2021 |
3.0.0-preview3.21140.5 | 3,543 | 5/20/2021 |
3.0.0-preview2.21106.5 | 10,644 | 4/16/2021 |
3.0.0-preview1.21075.2 | 22,083 | 3/16/2021 |
2.1.3 | 412,033 | 5/21/2021 |
2.1.2 | 2,154,618 | 3/3/2021 |
2.1.1 | 2,244,234 | 12/18/2020 |
2.1.0 | 1,164,322 | 11/19/2020 |
2.1.0-preview2.20297.7 | 40,062 | 10/24/2020 |
2.1.0-preview1.20235.1 | 104,249 | 8/22/2020 |
2.0.1 | 13,957,260 | 8/25/2020 |
2.0.0 | 4,433,025 | 6/16/2020 |
2.0.0-preview4.20142.4 | 36,163 | 5/21/2020 |
2.0.0-preview3.20122.2 | 70,705 | 5/1/2020 |
2.0.0-preview2.20084.1 | 53,654 | 3/24/2020 |
2.0.0-preview1.20021.1 | 220,670 | 1/21/2020 |
1.1.4 | 72,166 | 3/10/2021 |
1.1.3 | 15,013,574 | 5/15/2020 |
1.1.2 | 926,665 | 4/15/2020 |
1.1.1 | 5,230,068 | 2/14/2020 |
1.1.0 | 2,462,318 | 11/20/2019 |
1.1.0-preview2.19309.1 | 10,159 | 11/5/2019 |
1.1.0-preview1.19275.1 | 60,166 | 10/2/2019 |
1.0.19269.1 | 23,228,317 | 9/26/2019 |
1.0.19249.1 | 4,746,640 | 9/6/2019 |
1.0.19239.1 | 1,407,340 | 8/27/2019 |
1.0.19221.1-Preview | 51,872 | 8/9/2019 |
1.0.19189.1-Preview | 110,016 | 7/8/2019 |
1.0.19128.1-Preview | 206,391 | 5/8/2019 |
1.0.19123.2-Preview | 1,527 | 5/6/2019 |