Reputation: 103
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
Upvotes: 0
Views: 250
Reputation: 1753
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.
Upvotes: 0
Reputation: 871
I always used MyGeneration and grab one of the NHibernate templates from that.
Upvotes: 0
Reputation: 14223
LLBLGen Pro comes with a code generator for Fluent NHibernate.
Upvotes: 3
Reputation: 3704
This is what you need
http://tekpub.com/production/nhibernate
Money well spent!
Upvotes: -1