Question: hello , i am completely new to c# and sql and i want to connect my database to c# so i watched this video and
hello , i am completely new to c# and sql and i want to connect my database to c# so i watched this video and found it helpful https://youtu.be/V9r-Gp3uNCE but i haven't understood one word of the coding part ( con , costring... )can someone give me a link for beginners to learn such coding?

1 reference public For 10) InitializeComponent ); public string conString "Data Source-SAJJAD-PCUMARSQL; Initial Catalog-ConnectionDb; Integrated Security-T reference private void button1 Click(object sender, EventArgs e) SqlConnection con -new SqlConnection(conString); con.Open(O if (con.State-System.Data.ConnectionState.Open) string q"insert into Test(id, name)values(+txtID.Text. Tostring()+
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
