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.
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.
The Microsoft.Data.SqlClient NuGet package is available on NuGet.org.
For the .NET Framework driver on Windows, a package reference to Microsoft.Data.SqlClient.SNI loads native Microsoft.Data.SqlClient.SNI.x64.dll
and Microsoft.Data.SqlClient.SNI.x86.dll
libraries into the client's build directories.
For the .NET Core driver on Windows, a package reference to Microsoft.Data.SqlClient.SNI.runtime loads arm
, arm64
, x64
and x86
native Microsoft.Data.SqlClient.SNI.dll
libraries into the client's build directories.
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 |
Special thanks to everyone who has contributed to the project. We thank you for your continuous support in improving the SqlClient library!
- Wraith (@Wraith2)
- Erik Ejlskov Jensen (@ErikEJ)
- Simon Cropp (@SimonCropp)
- Stefán Jökull Sigurðarson (@stebet)
- Shay Rojansky (@roji)
- Stephen Toub (@stephentoub)
- Rasmus Melchior Jacobsen (@rmja)
- Phillip Haydon (@phillip-haydon)
- Robin Sue (@Suchiman)
Up-to-date list of contributors: Contributor Insights
All preview and stable driver release notes are available under release-notes.
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.
Check out our FAQ. Still not answered? Create an issue to ask a question.
Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include Microsoft, Azure, DotNet, AspNet, Xamarin, and our GitHub organizations.
If you believe you have found a security vulnerability in any Microsoft-owned repository that meets Microsoft's Microsoft's definition of a security vulnerability, please report it to us as described below.
Please do not report security vulnerabilities through public GitHub issues.
Instead, please report them to the Microsoft Security Response Center (MSRC) at https://msrc.microsoft.com/create-report.
If you prefer to submit without logging in, send email to secure@microsoft.com. If possible, encrypt your message with our PGP key; please download it from the the Microsoft Security Response Center PGP Key page.
You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at microsoft.com/msrc.
Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue:
- Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.)
- Full paths of source file(s) related to the manifestation of the issue
- The location of the affected source code (tag/branch/commit or direct URL)
- Any special configuration required to reproduce the issue
- Step-by-step instructions to reproduce the issue
- Proof-of-concept or exploit code (if possible)
- Impact of the issue, including how an attacker might exploit the issue
This information will help us triage your report more quickly.
If you are reporting for a bug bounty, more complete reports can contribute to a higher bounty award. Please visit our Microsoft Bug Bounty Program page for more details about our active programs.
We prefer all communications to be in English.
Microsoft follows the principle of Coordinated Vulnerability Disclosure.
The Microsoft.Data.SqlClient Driver for SQL Server is licensed under the MIT license. See the LICENSE file for more details.
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.