News

Hello, using .net 8 preview 6 and trying to use the latest system.data.sqlclient nuget package to connect to a sql database. the project runs fine from visual studio, connects to my database using sql ...
I'm trying to connect to a database with the following code: using var connection = new SqlConnection (connectionString); connection.Open (); If i use If using System.Data.SqlClient 4.4.3 or higher ...