Keith Nicholas
Keith Nicholas

Reputation: 44288

Nhibernate 3.0 and FluentNHibernate

is anyone building the truck NHibernate and FluentNhibernate together? How's it working? are you using it for production systems?

How is the Linq support?

Is it nearly ready for release?

Is there a nice and concise way to keep up to date with what is going on in the world of NHibernate? (ie, without having to read lots of blogs, and mailing lists )

Upvotes: 2

Views: 740

Answers (2)

Guillaume Raymond
Guillaume Raymond

Reputation: 58

Directly on FNH site, under the download section, you can find the "Latest Master Build"

http://fluentnhibernate.org/downloads

If it may help

Upvotes: 1

Diego Mijelshon
Diego Mijelshon

Reputation: 52745

You can find trunk FNH builds here: http://hornget.net/packages/orm/fluentnhibernate/fluentnhibernate-trunk (I haven't tried it as I don't use Fluent)

NHibernate 3.0 is pretty stable and the new Linq provider is very good, with an excelent coverage of the possible Linq constructs and clever, non-intrusive support of NHibernate specific concerns (caching, fetching)

I'd use it in production without much concern; being in a "pre-alpha" state only reflects the seriousness of the project team, as the current state is more similar to that of a Visual Studio RC than a CTP or Beta.

Update (2010-12-05): NHibernate 3 was released yesterday.

Upvotes: 8

Related Questions