+ 3
How could I use C# to create some sort of database?
5 Réponses
+ 4
you can use sqlite for practice as it is not heavy and it is for small databases
http://zetcode.com/csharp/sqlite/
+ 3
Try sql express. It free.
With sqlconnection and sql command.
Or
Have a look at entity framework.
MariaDB is also a good database. That can connect with sql.
https://www.sololearn.com/Discuss/2518660/?ref=app
+ 1
Which IDE do you use?
+ 1
Fu Foy I use Microsoft Visual Studio.
+ 1
sneeze Thank you I will do this.