Released: General Availability of Microsoft.Data.SqlClient 1.0

This post has been republished via RSS; it originally appeared at: SQL Server articles.

We have released for general availability Microsoft.Data.SqlClient 1.0. This .NET Data Provider for SQL Server provides general connectivity to the database and supports all the latest SQL Server features for applications targeting .NET Framework and .NET Core.

 

To try out the new package, add a NuGet reference to Microsoft.Data.SqlClient in your application.

 

If you've been following our preview releases, you know we've been busy working to add feature support for .NET Core targets to bring the same functionality that is available when targeting .NET Framework. We've greatly closed the gap, bringing over features like Always Encrypted and Azure Active Directory Authentication.

 

In addition, we've added new features like UTF-8 support and Data Classification to SqlClient. For the full list of changes in Microsoft.Data.SqlClient 1.0, please see the Release Notes.

 

Again, to try out the new package, add a NuGet reference to Microsoft.Data.SqlClient in your application. If you encounter any issues or have any feedback, head over to the SqlClient GitHub repository and submit an issue.

 

David Engel

 

 

Leave a Reply

Your email address will not be published. Required fields are marked *

*

This site uses Akismet to reduce spam. Learn how your comment data is processed.