LINQ with SQLite (linqtosql)

前端 未结 9 1899
轮回少年
轮回少年 2020-11-28 03:30

I have a small project that require a storage (I choose SQLite) and I got good result with the ADO DLL for .Net for Sqlite.

After the Install, I noticed that it conta

9条回答
  •  情歌与酒
    2020-11-28 03:58

    This isn't an answer to your question as such, but as an alternative you could use SQL Compact:

    http://www.microsoft.com/Sqlserver/2005/en/us/compact.aspx

    Which has good LINQ-to-SQL support, and (despite the name) is great for desktop apps with small storage requirements.

提交回复
热议问题