Nhibernate 3.0 and FluNNHibernate

Does anyone build a NHibernate and FluentNhibernate truck together? How it works? do you use it for production systems?

How is Linq supported?

Is it ready for release?

Is there a good and concise way to keep track of what's going on in the NHibernate world? (i.e. without reading a lot of blogs and mailing lists)

+2


a source to share


2 answers


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

NHibernate 3.0 is pretty stable and the new Linq provider is very good, with great coverage of possible Linq constructs and smart, non-intrusive support for specific NHibernate issues (caching, fetching)



I would 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 Visual Studio RC than CTP or Beta.

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

+8


a source


Directly on the FNH website in the download section you can find "Latest Workshop Build"

http://fluentnhibernate.org/downloads



If it can help

+1


a source







All Articles