+ 2
Can anyone help me. Where I can learn SQLite with c#
I really need it. Thanks for every helpful answer
3 odpowiedzi
+ 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.
+ 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.
+ 1
Where have you learned it