logoalt Hacker News

Deukhoofdyesterday at 5:31 PM1 replyview on HN

For .NET only the old legacy .NET Framework, SqlClient was moved to a separate package with the rewrite (from System.Data.SqlClient to Microsoft.Data.SqlClient). They realized that it was a rather bad idea to have that baked in to your main runtime, as it complicates your updates.


Replies

pier25yesterday at 7:19 PM

It's still provided by Microsoft. They are responsible for those first party drivers.