Fluent NHibernate 1.0 RTM
Hi There, for those people that doesn’t know about Fluent Nhibernate, it is a programmer oriented framework which help you out in the way that you map your tables.
It’s follows up a famous design paradigm Coding by Convention, and contains all the interfaces that you need, in order to keep your mapping-per-class style, including the option of doing auto-mapping to all your entities and a very mature module for testing which allows you to check if all the mappings are correct.
The wiki
is very clear, very well documented and up to date with the RTM version, also its include a small project which you can follow up without getting blocked.this RTM (Ready to Manufacture) version is pretty stable; and for sure will be one of the best frameworks that works along NHibernate.
Lambda Expression,Delegates and extensions are the .NET components which allow to create this kind of framework and it is the reason why there is not Fluent for Hibernate in Java. Because the Java Language even though is 6.0 version, is not flexible enough for building up this kind of frameworks.
You still can get the sources but if you prefer you can download the binaries.
The 1.0 RTM rocks and i will be working in small example to integrate it with ASP.NET