Skip to content

ph1294/SqlClient

 
 

Repository files navigation

GitHub license Nuget Gitter

Microsoft SqlClient Data Provider for SQL Server

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

Microsoft.Data.SqlClient is a data provider for Microsoft Sql Server. 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 below environments:

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

The source code of this library is now available under 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 platform specific 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 platform specific 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
Code of Conduct CODE_OF_CONDUCT.md
Copyright Information COPYRIGHT.md

Release Notes

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

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.

Code of conduct

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

About

Microsoft.Data.SqlClient provides database connectivity to SQL Server for .NET applications.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 88.3%
  • TSQL 9.5%
  • 1C Enterprise 2.0%
  • Other 0.2%