Taking into consideration that Fluent NHibernate has been available for some time I thought that there would be a book available already so i search in amazon and in google but there is no books for fluent nhiberanet. Am i right or book already exist?
Taking into consideration that Fluent NHibernate has been available for some time I thought
Share
Fluent NHibernate is a mapping strategy for NHibernate, it is not large enough to justify a book to itself. Everything outside of mapping is exactly the same as NHibernate (in fact, it is NHibernate).
The best thing you can do is study the existing NHibernate material out there (such as the Cookbook suggested by Nicholas Murray), and then use the Fluent NHibernate wiki to read up on the new things that FNH brings to the table.