LINQ to NHibernate ActiveRecord 的状态
有谁知道 LINQ to NHibernate ActiveRecord 是否已准备好用于生产?
我即将启动一个建模期限紧迫的项目。 与我之前使用 LINQ to SQL 的经历相比,ActiveRecord 看起来像是赢家。 LINQ to SQLs db 首先很好,但一段时间后就有点麻烦了。 LINQ to SQL 如此有吸引力的原因在于 LINQ 查询。
ActiveRecord 中是否可以使用相同的 LINQ 语法?
社区对用于生产的 ActiveRecord 和 LINQ to ActiveRecord 有何看法?
V
Does anyone know if the LINQ to NHibernate ActiveRecord is ready for production?
I'm about to start a project that has some tight modelling deadlines. ActiveRecord looks like a winner as opposed to my previous experiences with LINQ to SQL. LINQ to SQLs db first is nice, but somewhat cumbersome after a while. What makes LINQ to SQL so attractive is LINQ queries.
Can the same LINQ syntax be used in ActiveRecord?
What does the community think of ActiveRecord and LINQ to ActiveRecord for production?
V
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
时过境迁,NHibernate 从 2.1 开始有了 LINQ 提供者,从 2.0 开始有了 ActiveRecord。
Time has passed, NHibernate has a LINQ provider since 2.1 and ActiveRecord since 2.0.
LINQ to ActiveRecord 构建在 LINQ to NHibernate 之上。 该功能暂时不会出现,但您可以在 Steve Strong 的博客< /a>.
LINQ to ActiveRecord is built on top of LINQ to NHibernate. This won't be around for a a while, but you can follow progress on Steve Strong's blog.