2

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 )

4
  • NHibernate 3 isn't even in alpha yet, I doubt you'll find people using it in production systems. Commented Apr 29, 2010 at 2:46
  • its what I'm wondering, there's lots of talk about it. Sometimes I get the impression lots are running on the latest trunk versions! Its hard to know. Commented Apr 29, 2010 at 2:51
  • 1
    26 Jul 2010 NHibernate 3 Alpha1 came out. Just Updating the space time continuum. Would love a simpler package manager to build trunk versions of FNH + NH though. Commented Aug 3, 2010 at 3:51
  • I find hornget to be an easy way to get trunk builds (see the answer below). Commented Aug 8, 2010 at 23:19

2 Answers 2

8

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.

Sign up to request clarification or add additional context in comments.

Comments

1

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

http://fluentnhibernate.org/downloads

If it may help

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.