Sqlite Provider in Visual Studio 2012
I want to use Sqlite Provider that has Linq with Entity Framework feature. But I couldn't find a Sqlite installer compatible with VS 2012. I tried to install it from http://sourceforge.net/projects/sqlite-dotnet2/files/ but it doesn't integrate with VS 2012 I also installed SQLite for Windows Runtime. But that didn't help either. I cannot find a provider when creating an ADO.net entity model. Please let me know if there is any Sqlite provider for VS 2012.
Thanks in advance.
+3
source to share
1 answer
Are you looking for something like this?
http://blogs.msdn.com/b/robertgreen/archive/2012/11/13/using-sqlite-in-windows-store-apps.aspx
+1
source to share