Terry
Terry

Reputation: 103

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

Upvotes: 0

Views: 250

Answers (4)

cdmdotnet
cdmdotnet

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

jaryd
jaryd

Reputation: 871

I always used MyGeneration and grab one of the NHibernate templates from that.

Upvotes: 0

James Gregory
James Gregory

Reputation: 14223

LLBLGen Pro comes with a code generator for Fluent NHibernate.

Upvotes: 3

Henrik
Henrik

Reputation: 3704

This is what you need

http://tekpub.com/production/nhibernate

Money well spent!

Upvotes: -1

Related Questions