Fluent NHibernate Wiki
Im>JamesGregory
No edit summary
No edit summary
Line 12: Line 12:
 
* [[DatabaseConfiguration]] - fluently configure your database in code
 
* [[DatabaseConfiguration]] - fluently configure your database in code
 
* [[MappingPatterns|FAQs/Common mapping patterns]]
 
* [[MappingPatterns|FAQs/Common mapping patterns]]
 
Just go [http://c2.com/cgi/wiki?WikiWalking wiki-walking]!
 
   
 
Any questions should be directed to the [http://groups.google.com/group/fluent-nhibernate mailing-list].
 
Any questions should be directed to the [http://groups.google.com/group/fluent-nhibernate mailing-list].

Revision as of 13:02, 29 July 2009

You've reached the official Wiki for Fluent NHibernate. You can use the right-hand menu to start browsing around.

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# code. This allows for easy refactoring, improved readability and more concise code.

Some good starting places:

  • Getting started guide
  • Fluent mapping
  • AutoMapping - where mappings are inferred from the design of your entities
  • Conventions
  • Full application configuration with our Fluent Configuration API
  • DatabaseConfiguration - fluently configure your database in code
  • FAQs/Common mapping patterns

Any questions should be directed to the mailing-list.