Skip to content
Microsoft.Data.SqlClient provides database connectivity to SQL Server for .NET applications.
C# TSQL 1C Enterprise Batchfile PowerShell Shell
Branch: master
Clone or download

Latest commit

SqlClient DevOps
Latest commit 0d19970 Jun 9, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github/ISSUE_TEMPLATE Update issue templates May 6, 2019
doc Raise warning message for insecure protocols (#591) Jun 10, 2020
release-notes Release Notes for 2.0.0-preview4 release (#572) May 21, 2020
src [Scheduled Run] Localized resource files from OneLocBuild Jun 10, 2020
tools Additional AAD authentication options (#560) Jun 9, 2020
.dockerignore Introduce Docker debugging with Docker Compose orchestration support (#… Apr 21, 2020
.editorconfig Feature | Introducing Azure Key Vault Provider for Always Encrypted (… Oct 18, 2019
.gitattributes Upload source code for Microsoft.Data.SqlClient (#166) Aug 28, 2019
.gitignore Tests | Run tests with config.json and transition to public CI pipeli… Oct 22, 2019
BUILDGUIDE.md Additional AAD authentication options (#560) Jun 9, 2020
CHANGELOG.md Release Notes for 2.0.0-preview4 release (#572) May 21, 2020
CODE_OF_CONDUCT.md GitHub Repository doc updates + NuGet.config uniformity (#188) Sep 11, 2019
CONTRIBUTING.md GitHub Repository doc updates + NuGet.config uniformity (#188) Sep 11, 2019
COPYRIGHT.md GitHub Repository doc updates + NuGet.config uniformity (#188) Sep 11, 2019
LICENSE Initial commit Feb 28, 2019
README.md Fix links to Code of Conduct (#520) Apr 10, 2020
RunTests.cmd Native SNI Improvements (#570) May 21, 2020
RunTests.sh Feature | Introducing Azure Key Vault Provider for Always Encrypted (… Oct 18, 2019
SUPPORT.md Update roadmaps for next Major 2.0 (#345) Dec 7, 2019
build.proj Native SNI Improvements (#570) May 21, 2020
buildAddons.cmd Update AKV Provider dependencies and packaging details (#282) Oct 22, 2019
coding-style.md Update coding-style.md (#405) Feb 4, 2020
contributing-workflow.md GitHub Repository doc updates + NuGet.config uniformity (#188) Sep 11, 2019
porting-cheat-sheet.md Update Support Policy and add Porting Cheat Sheet (#324) Nov 22, 2019
roadmap.md Update roadmaps for next Major 2.0 (#345) Dec 7, 2019

README.md

GitHub license Nuget Gitter

Microsoft SqlClient Data Provider for SQL Server

Welcome to the home of the Microsoft ADO.NET driver for SQL Server aka the Microsoft.Data.SqlClient GitHub repository.

Microsoft.Data.SqlClient is a data provider for Microsoft SQL Server and Azure SQL Database. Now in General Availability, it is a union of the two System.Data.SqlClient components which live independently in .NET Framework and .NET Core. Going forward, support for new SQL Server features will be implemented in Microsoft.Data.SqlClient.

Supportability

The Microsoft.Data.SqlClient package supports the below environments:

  • .NET Framework 4.6+
  • .NET Core 2.1+
  • .NET Standard 2.0+.

The source code of this library is now available under the MIT license.

Download

The Microsoft.Data.SqlClient NuGet package is available on NuGet.org.

SNI Package References

For the .NET Framework driver on Windows, a package reference to Microsoft.Data.SqlClient.SNI loads x64 and x86 native SNI.dll libraries into the client's build directories.

For the .NET Core driver on Windows, a package reference to runtime.native.System.Data.SqlClient.sni loads arm64, x64 and x86 native SNI.dll libraries into the client's build directories.

Helpful Links

Topic Link to File
Coding Style coding-style.md
Guidelines for building the driver BUILDGUIDE.md
Guidelines for Contributors CONTRIBUTING.md
Changelog for all driver releases CHANGELOG.md
Support Policy SUPPORT.md
Code of Conduct CODE_OF_CONDUCT.md
Copyright Information COPYRIGHT.md

Our Featured Contributors

Special thanks to everyone who has contributed to the project. We thank you for your continuous support in improving the SqlClient library!

Up-to-date list of contributors: Contributor Insights

Release Notes

All preview and stable driver release notes are available under release-notes.

Porting from System.Data.SqlClient

Refer to porting-cheat-sheet.md for a safe porting experience from System.Data.SqlClient to Microsoft.Data.SqlClient and share your experience with us by advancing this guide for future developers.

Still have questions?

Check out our FAQ. Still not answered? Create an issue to ask a question.

License

The Microsoft.Data.SqlClient Driver for SQL Server is licensed under the MIT license. See the LICENSE file for more details.

You can’t perform that action at this time.