SQL Server Compact 4.0 与 SQLite
我有兴趣为我的 WPF 应用程序选择嵌入式数据库引擎。我想要了解 SQLite 和最新的 SQL CE 4.0 的比较情况。如果我应该选择其中之一。感兴趣的地方是 EF4 的 CTP 和 ORM 支持。 NHibernate 3。
提前致谢!
I'm interested in choosing an embedded DB engine for my WPF app. I would like information on how SQLite and latest SQL CE 4.0 compare. And if I should choose one over the other. Points of interest would be ORM support with EF4's CTP & NHibernate 3.
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请参阅此答案:WPF 应用程序的数据库功能:SQLite、SQL CE ,其他?
- SQL Compact 4 完全支持实体框架、Linq to SQL
- 包括私有部署所需的所有文件
- 在 Visual Studio 2010 和 2012 中有良好的工具支持
- 具有到 SQL Server 的平滑迁移路径
See this answer: Database functionality with WPF app: SQLite, SQL CE, other?
- SQL Compact 4 has full support for Entity Framework, Linq to SQL
- Includes all neccesary file for private deployment
- has good tools support in Visual Studio 2010 and 2012
- has a smooth migration path to SQL Server