简体   繁体   中英

NHibernate code genaration tool for asp.net (c#)

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

LLBLGen Pro随附用于Fluent NHibernate的代码生成器。

我一直使用MyGeneration并从中获取NHibernate模板之一。

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.

This is what you need

http://tekpub.com/production/nhibernate

Money well spent!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM