Fluent NHibernate Wiki
No edit summary
No edit summary
 
(19 intermediate revisions by 6 users not shown)
Line 1: Line 1:
  +
<center>[[File:Biglogo.png|right]]</center>
You've reached the official Wiki for [http://fluentnhibernate.org Fluent NHibernate]. You can use the right-hand menu to start browsing around.
 
  +
{{Newpages}}
  +
===<center>Welcome to the Fluent NHibernate backup wiki</center>===
  +
'''''Fluent NHibernate 1.0 RTM is available for download. View the [http://nhforge.org/blogs/nhibernate/archive/2009/08/29/fluent-nhibernate-1-0.aspx announcement], or [http://fluentnhibernate.org/downloads/releases/fluentnhibernate-1.0RTM.zip download it now].'''''
   
  +
Fluent, XML-less, compile safe, automated, convention-based mappings for NHibernate. Get your fluent on.
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.
 
  +
Getting started...
 
Some good starting places:
 
   
* [[Getting_Started|Getting started guide]]
+
* 1st Read the [[Getting Started |introduction]]
  +
* 2nd Create your [[Getting Started#Your first project | first project]]
* [[StandardMapping|Fluent mapping]]
 
* [[AutoMapping]] - where mappings are inferred from the design of your entities
 
* [[Conventions]]
 
* Full application configuration with our [[FluentConfiguration|Fluent Configuration API]]
 
* [[DatabaseConfiguration]] - fluently configure your database in code
 
* [[MappingPatterns|FAQs/Common mapping patterns]]
 
   
  +
=Further reading...=
Any questions should be directed to the [http://groups.google.com/group/fluent-nhibernate mailing-list].
 
  +
  +
Once you've followed the above, you can compare our auto mapping to our fluent interface to see which suits your application, read through our API documentation, or just see what's available for reading in our wiki.
  +
=Contributors...=
  +
  +
Fluent NHibernate wouldn't be possible without the time and effort of it's contributors. The team comprises of James Gregory, Paul Batum, Andrew Stewart, and Hudson Akridge.
  +
  +
Our valued committers are: Alexander Gross, Andrew Stewart, Bobby Johnson, Chad Myers, Craig Neuwirt, David R. Longnecker, Derick Bailey, Hudson Akridge, James Gregory, Jeremy Skinner, Lee Henson, Paul Batum, Stuart Childs, and Tuna Toksoz.
  +
  +
Thanks goes to Jeremy Miller for the original idea and implementation.
  +
  +
==News==
  +
  +
* The official site wiki is down. Trying to recreate what was there here.

Latest revision as of 11:37, 16 September 2009

Biglogo
New pages

Welcome to the Fluent NHibernate backup wiki
[]

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. Getting started...

Further reading...[]

Once you've followed the above, you can compare our auto mapping to our fluent interface to see which suits your application, read through our API documentation, or just see what's available for reading in our wiki.

Contributors...[]

Fluent NHibernate wouldn't be possible without the time and effort of it's contributors. The team comprises of James Gregory, Paul Batum, Andrew Stewart, and Hudson Akridge.

Our valued committers are: Alexander Gross, Andrew Stewart, Bobby Johnson, Chad Myers, Craig Neuwirt, David R. Longnecker, Derick Bailey, Hudson Akridge, James Gregory, Jeremy Skinner, Lee Henson, Paul Batum, Stuart Childs, and Tuna Toksoz.

Thanks goes to Jeremy Miller for the original idea and implementation.

News[]

  • The official site wiki is down. Trying to recreate what was there here.