-
Fluent NHibernate Wiki | Fandom
Fluent NHibernate 1.0 RTM is available for download. View the announcement, or download it now. Fluent, XML-less, compile safe, automated, convention-based mappings for NHibernate. Get your fluent on....
-
Fluent NHibernate Wiki | Fandom
]
Fluent, XML-less, compile safe, automated, convention-based mappings for NHibernate. Get your fluent on.
Getting started...
1st Read the introduction
Further reading...[
]
Once you've followed the ...
-
Getting started | Fluent NHibernate Wiki | Fandom
Fluent NHibernate offers an alternative to NHibernate's standard XML mapping files. Rather than writing XML documents (.hbm.xml files), Fluent NHibernate lets you write mappings in strongly typed C# c...
-
Fluent mapping | Fluent NHibernate Wiki | Fandom
Fluent mapping is the namesake mapping style that Fluent NHibernate uses. It's a fluent interface that allows you to map your entities completely in code, with all the compile-time safety and refactor...
-
Fluent configuration | Fluent NHibernate Wiki | Fandom
Fluent NHibernate provides an API for completely configuring NHibernate for use with your application, all within code. The API is broken down into five main methods, three of which are required. You ...
-
Conventions | Fluent NHibernate Wiki | Fandom
Conventions are small self-contained chunks of behavior that are applied to the mappings Fluent NHibernate generates. These conventions are of varying degrees of granularity, and can be as simple or c...