C
C#4mo ago
Edric

✅ Where a can learnSqlCommand Class

Its literally this, i need to study SQL with C# and don't now where study this topic. I find a website, but its don't explain right. I have prefere with video but is don't the most important (My english dont is the best!)
6 Replies
Thalnos
Thalnos4mo ago
I think the best way to get started with learning to use Sql in C# is the Microsoft.Data.SqlClientnamespace. It is easy to use and a great way to get you into it
glhays
glhays4mo ago
Not sure, you can check this out. Older tech but your asking "SqlCommand" ?? https://youtube.com/playlist?list=PL6n9fhu94yhX5dzHunAI2t4kE0kOuv4D7&si=Rr_UOC5q2hgdN7tY
YouTube
ADO.NET tutorial for beginners
This video series contains all ado.net related videos. Connecting to sql server, executing command and stored procedures, retrieving and binding data to the ...
Thalnos
Thalnos4mo ago
This will not be helpful because the ADO.Net api got changed a lot since then We don’t use System.Data.SqlClient anymore, we use Microsoft.Data.SqlClient now
Unknown User
Unknown User4mo ago
Message Not Public
Sign In & Join Server To View
MODiX
MODiX4mo ago
If you have no further questions, please use /close to mark the forum thread as answered

Did you find this page helpful?