Tagged Questions
4
votes
1answer
327 views
Will using dblinq to SQLite in a Windows Store app pass store validation?
I've been trying to figure out how to get a decent LINQ to something working for ORM database access in a Windows Store app.
All I've found is SQLite and the sqlite-net NuGet package. The latter ...