Can anyone help me. Where I can learn SQLite with c# | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Can anyone help me. Where I can learn SQLite with c#

I really need it. Thanks for every helpful answer

25th Jul 2017, 5:22 PM
Recon
Recon - avatar
3 Answers
+ 2
I'm making an SQLite project at the moment. I'm using C# and Visual Studio to create a UWP (Universal Windows Project). I've done a lot of research on this subject recently, so feel free to ask me any questions.
25th Jul 2017, 5:45 PM
Bagshot
Bagshot - avatar
+ 2
A mixture of google tutorials and playing around. It can be tedious sometimes because there are a lot of useless, out of date tutorials out there that don't work. So far I've learnt how to set the database up; add and remove tables; and bind the database results to xaml elements.
25th Jul 2017, 7:06 PM
Bagshot
Bagshot - avatar
+ 1
Where have you learned it
25th Jul 2017, 6:47 PM
Recon
Recon - avatar