dotConnect 或“sqlite.phxsoftware.com”用于将实体框架与 SQLite 结合使用
dotConnect 或 "sqlite.phxsoftware.com" 用于将实体框架与 SQLite 一起使用(在 C# 中)?
Which is the better choice out of dotConnect or "sqlite.phxsoftware.com" for using Entity Framework with SQLite (in C#)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我在 DotConnect 方面的经验是在过去三个月中使用 DotConnect for Oracle。我无法具体评论 DotConnect for SQLLite,但我认为质量会相似。
我没有看到这个提供程序和 Microsoft 提供的提供程序有任何区别。唯一的例外是 VS 2010 发布时,Devart 花了几天时间才发布了 dotconnect 的更新版本。他们承诺新版本将在一周内推出,并在两天内交付。他们还通过电子邮件给我提供了下载链接。他们会回复电子邮件,他们的论坛也很有帮助。希望这有助于您做出决定。
My experience with DotConnect is using DotConnect for Oracle over the past three months. I cannot comment specifically on DotConnect for SQLLite, however I assume the quality would be similar.
I have not seen any difference between this provider and the provider supplied by Microsoft. The one exception was when VS 2010 was released, it took Devart a couple of days to release an updated version of dotconnect. They had promised the new version would be availble within a week and they delivered it in two days. They also emailed me with a download link. They are responsive to emails and their forums are helpful. Hope this helps in making your decision.
System.Data.SQLite 与 EF 配合得很好。
我是根据这种情况的大量经验来发言的。
System.Data.SQLite 是并且将永远是免费的,而 dotconnect 是诱饵和开关功能。
华泰
System.Data.SQLite works quite well with EF.
I speak from a lot of experience with this scenario.
System.Data.SQLite is and will always be free, whereas dotconnect is bait and switch on features.
HTH
我没有任何使用 dotConnect 的经验,但在过去 3 年的几个项目中成功使用了 System.Data.SQLite (sqlite.phxsoftware.com)。
如果有选择,我更喜欢开源组件/库,因此如果有任何问题,我可以自己快速排除故障,而无需依赖供应商的支持,并且经常等待他们准备带有错误修复的新版本。
检查System.Data.SQLite SF 页面以获取一些评论。
I don't have any experience with dotConnect but successfully using System.Data.SQLite (sqlite.phxsoftware.com) during past 3 years in several projects.
If there are choice I prefer open source components/libs so if there are any trouble I can fast troubleshoot it myself without rely on vendor's support and often waiting while they prepare new realease with bugfix.
Check System.Data.SQLite SF page for some reviews.