This is a basic question that I think I know the answer to but I just wanted to double check the consensus view. <BR><BR>I've got a WinService written in C#/.NET 2.0. It's job is to be continually ...
I'm using "System.Data.SqlClient" namespace relevant APIs in .net standard 2.0 to access data from my remote sql server. I'm using these APIs in UWP app. This is my sql connection string: String ...