Linq 与 MySql
有使用 Linq 和 MySQL 的免费解决方案吗?
可以一起使用 Visual Studio Express、Linq 和 MySQL 吗?
Is there a free solution for using Linq and MySQL?
Can one use Visual Studio Express, Linq, and MySQL together?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
如果您想要 Visual Studio 集成和设计器,您应该检查 MindScape LightSpeed。虽然我怀疑它是否适用于 Express 版本,但它为小型数据库提供了免费版本。
If you want Visual Studio integration and designer you should check MindScape LightSpeed. Though I doubt it will work with express edition, it provides free edition for small database.
您可以使用 Nhibirnate 和 linq。 http://ayende.com/Blog/archive/ 2007/03/16/Linq-for-NHibernate.aspx
You can use Nhibirnate and linq. http://ayende.com/Blog/archive/2007/03/16/Linq-for-NHibernate.aspx
对此问题的回答Microsoft 论坛 会表明您可以。
An answer to this question on the Microsoft Forums would indicate that you can.
您可以使用实体框架和Connector/Net。
Connector/Net 是 MySQL 的托管 ADO.Net 提供程序,并且支持实体框架(这是在版本 6.0 中添加的,连接器目前为 6.1)。
You can use Entity Framework and Connector/Net.
Connector/Net is the managed ADO.Net provider for MySQL and has support for Entity Framework (this was added in version 6.0, the connector is at 6.1 at the moment).
为此,请查看以下链接:
只需安装连接器,按照快速入门操作即可准备好使用实体框架。
In order to do that, check out these links:
Just install the connector, follow the quickstart and you'll be ready to work with Entity Framework.