Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

License

Notifications You must be signed in to change notification settings

pouriyash/SqlClient

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microsoft SqlClient Data Provider for SQL Server

Microsoft.Data.SqlClient is a data provider for Microsoft Sql Server. Currently in preview, 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 .NET Framework 4.6+ (x64), .NET Core 2.1+, and .NET Standard 2.0+.

The current preview of this library has been released under a proprietary, closed source license. When the code is migrated to this repository, future releases from that code will be released under the MIT license.

Download

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

Release Notes

All release notes are available under release-notes.

Known issues

  1. When targeting .NET Framework and platform AnyCPU or x86, you may see a build warning about processor architecture mismatch:

    Warning There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "Microsoft.Data.SqlClient...

    This is because Microsoft.Data.SqlClient targeting .NET Framework contains a native code component and native components cannot target AnyCPU. Currently x64 is the only platform supported when targeting .NET Framework. To resolve the warning, change your application to target x64. This will be resolved in a future release.

Still have questions?

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

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 [email protected] with any additional questions or comments.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published