用于asp.net的NHibernate代码生成工具(c#)
任何我可以用来为 NHibernate 生成 asp.net (c#) 脚本的工具的想法。
有人告诉我有些也带有单元测试脚本。我只需要一个好的模板来使用 NHibernate 和 C# Web 应用程序启动一个项目。
这对我来说是一个新领域
干杯
Any idea of any tool I can use to generate asp.net (c#) scripts for NHibernate.
I was told some come with unitTest Scripts as well. I just need a good template to start a project using NHibernate with C# web application.
This a new territory for me
Cheers
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
LLBLGen Pro 附带了 Fluent NHibernate 的代码生成器。
LLBLGen Pro comes with a code generator for Fluent NHibernate.
我总是使用 MyGeneration 并从中获取 NHibernate 模板之一。
I always used MyGeneration and grab one of the NHibernate templates from that.
SourceForge 的 NhGen 不会生成页面模板,但它可以读取数据库架构并生成所有必需的类、映射、NHibernate 会话包装器,并且它确实包含一些单元测试。该应用程序还附带来自 NHibernate.Burrows 的组件,用于封装事务。这可能有帮助。
NhGen from SourceForge doesn't generate page templates, but it can read a database schema and generate all the required classes, mappings, NHibernate session wrappers and it does include some unit tests. The app also come with the assembies from NHibernate.Burrows which wraps up the transactions. That might help.
这就是您所需要的
http://tekpub.com/product/nhibernate
钱花得值!
This is what you need
http://tekpub.com/production/nhibernate
Money well spent!