dotConnect 或“sqlite.phxsoftware.com”用于将实体框架与 SQLite 结合使用

发布于 2024-08-30 12:11:02 字数 227 浏览 5 评论 0原文

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

转瞬即逝 2024-09-06 12:11:02

我在 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.

迷途知返 2024-09-06 12:11:02

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

柠檬 2024-09-06 12:11:02

我没有任何使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文