Released: General Availability of Microsoft.Data.SqlClient 3.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, .NET Core, and .NET Standard.
Because you needed a nice, long debugging session due to not noticing _Microsoft_.Data.SqlClient vs. _System_.Data.SqlClient
-
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, .NET Core, and .NET Standard.
Because you needed a nice, long debugging session due to not noticing _Microsoft_.Data.SqlClient vs. _System_.Data.SqlClient
Hey, it's not like one of my apps used the wrong
SqlConnectionStringBuilder
, which generated a connection string with the wrong version of theApplicationIntent
property for theSqlConnection
I was using or anything. :doh: System[^] only supportsApplicationIntent
; Microsoft[^] supportsApplication Intent
orApplicationIntent
; the Microsoft connection string builder usesApplication Intent
. No idea why they had to change it though.
"These people looked deep within my soul and assigned me a number based on the order in which I joined." - Homer