views:

56

answers:

4

Hello Guys,

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

A: 

This is what you need

http://tekpub.com/production/nhibernate

Money well spent!

Henrik
-1 for not answering the question.
Pieter
Well, the question was not very clear so I thought some guidance might be useful.
Henrik
+3  A: 

LLBLGen Pro comes with a code generator for Fluent NHibernate.

James Gregory
A: 

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

phreak3eb
A: 

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.

cdmdotnet