- Notifications
You must be signed in to change notification settings - Fork311
Microsoft.Data.SqlClient provides database connectivity to SQL Server for .NET applications.
License
dotnet/SqlClient
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Microsoft.Data.SqlClient is a .NET data provider for Microsoft SQL Server and the Azure SQL family of databases. It grew from a union of the two System.Data.SqlClient components which live independently in .NET and .NET Framework. Going forward, support for new SQL Server and Azure SQL features will only be implemented in Microsoft.Data.SqlClient.
The Microsoft.Data.SqlClient package supports the following environments:
- .NET Framework 4.6.2+
- .NET 8.0+
The Microsoft.Data.SqlClient NuGet package is available onNuGet.org.
When targeting .NET Framework on Windows, a package reference toMicrosoft.Data.SqlClient.SNI loads nativeMicrosoft.Data.SqlClient.SNI.<platform>.dll
libraries into the client's build directories.
When targeting .NET on Windows, a package reference toMicrosoft.Data.SqlClient.SNI.runtime loadsarm64
,x64
andx86
nativeMicrosoft.Data.SqlClient.SNI.dll
libraries into subdirectories in the client's build directory.
Topic | Link to File |
---|---|
Coding Style | coding-style.md |
Best Practices | coding-best-practices.md |
Review Process | review-process.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!
- Edward Neal (@edwardneal)
- Erik Ejlskov Jensen (@ErikEJ)
- Michel Zehnder (@MichelZ)
- Shay Rojansky (@roji)
- Phillip Haydon (@phillip-haydon)
- Rasmus Melchior Jacobsen (@rmja)
- Robin Sue (@Suchiman)
- Simon Cropp (@SimonCropp)
- Stefán Jökull Sigurðarson (@stebet)
- Stephen Toub (@stephentoub)
- Wraith (@Wraith2)
Up-to-date list of contributors:Contributor Insights
All preview and stable driver release notes are available underrelease-notes.
Refer toporting-cheat-sheet.md for a safe porting experience from System.Data.SqlClient to Microsoft.Data.SqlClient and share your experience with us by enhancing this guide for future developers.
Check out ourFAQ. Still not answered? Create anissue 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 includeMicrosoft,Azure,DotNet,AspNet,Xamarin, andour GitHub organizations.
If you believe you have found a security vulnerability in any Microsoft-owned repository that meetsMicrosoft'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) athttps://msrc.microsoft.com/create-report.
If you prefer to submit without logging in, send email tosecure@microsoft.com. If possible, encrypt your message with our PGP key; please download it from theMicrosoft 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 atmicrosoft.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 ourMicrosoft Bug Bounty Program page for more details about our active programs.
We prefer all communications to be in English.
Microsoft follows the principle ofCoordinated Vulnerability Disclosure.
The Microsoft.Data.SqlClient Driver for SQL Server is licensed under the MIT license. See theLICENSE 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.
About
Microsoft.Data.SqlClient provides database connectivity to SQL Server for .NET applications.
Resources
License
Code of conduct
Security policy
Uh oh!
There was an error while loading.Please reload this page.