SQL db with Visual Studio | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

SQL db with Visual Studio

I created a SQL-Database and table with phpmyadmin. Now I'm trying to get access to it with c# on visual studio 2019. I installed a connector. But now I'm stuck. I watched some videos, but either I just don't get it, or something changed - some videos on Youtube are like 10 years old. Any idea or good documentations you can recommend? Thank you in advance!

27th Sep 2020, 10:08 AM
Fu Foy
Fu Foy - avatar
4 Answers
+ 3
Ado or entity framework?? For ef i can introduce this website https://www.entityframeworktutorial.net/
27th Sep 2020, 12:00 PM
hossein B
hossein B - avatar
+ 2
entity framework is really cool. the old-fashion way is using in c# use a sqlconnection with a sqlcommand and a sqldatareader http://csharp-station.com/Tutorial/AdoDotNet/Lesson04
27th Sep 2020, 9:23 PM
sneeze
sneeze - avatar
0
Youtube ProgrammingKnowledge c# tutorial getting startet and mysql database connection. Just startet, but I already connected to the db.
27th Sep 2020, 10:53 AM
Fu Foy
Fu Foy - avatar
0
I don't know any of those, but I'll have a look. Thank you
27th Sep 2020, 1:22 PM
Fu Foy
Fu Foy - avatar