So my big problem is simply implementing SQLite in my WPF Project.
Most tutorials for implementation of SQLite is outdated :( They use 2010 and some are lower version
I found this : http://stackoverflow.com/questions/11291423/sqlite-with-visual-studio-2012-and-net-4-5
Technically where in the same page, then when I'm trying to add reference in my WPF. (Because I found a site where you need to reference it after installing the nuget)
Well I can't find any :(
I'm stuck in this page, I tried also inserting a data model like what this post said (http://www.codeproject.com/Articles/153407/WPF-and-SQLite-Database)
But still there is no SQLite
Please Help :)
Most tutorials for implementation of SQLite is outdated :( They use 2010 and some are lower version
I found this : http://stackoverflow.com/questions/11291423/sqlite-with-visual-studio-2012-and-net-4-5
Technically where in the same page, then when I'm trying to add reference in my WPF. (Because I found a site where you need to reference it after installing the nuget)
Well I can't find any :(
I'm stuck in this page, I tried also inserting a data model like what this post said (http://www.codeproject.com/Articles/153407/WPF-and-SQLite-Database)
But still there is no SQLite
Please Help :)