+ 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!
4 Respuestas
+ 3
Ado or entity framework??
For ef i can introduce this website
https://www.entityframeworktutorial.net/
+ 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
0
Youtube ProgrammingKnowledge c# tutorial getting startet and mysql database connection.
Just startet, but I already connected to the db.
0
I don't know any of those, but I'll have a look. Thank you