✅ 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
I think the best way to get started with learning to use Sql in C# is the
Microsoft.Data.SqlClient
namespace. It is easy to use and a great way to get you into itSqlConnection Class (Microsoft.Data.SqlClient)
Represents a connection to a SQL Server database. This class cannot be inherited.
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 ...
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•4mo ago
Message Not Public
Sign In & Join Server To View
If you have no further questions, please use /close to mark the forum thread as answered