Project DescriptionVisual Studio sample solution containing the code using Fluent NHibernate 1.0 which ilustrates both auto mapping and fluent mapping
The intention of the project is to create a sample which would in a single solution cover most of the Fluent NHIbernate capabilities in whole with wiki highlighting the certain aspects of the code base and providing comprehensive How-to documentation on how to achieve certain goals with Fluent NHibernate.
Source code is hosted on CodePlex and it can be SVN checked out ot downloaded as a zip file ofrom Source Code tab.
In order to run the sample out -of - box currentlly one have to:
- Have a .\SQLExpress instance
- Create an empty FNHSampleDB on it
- Create C:\Temp folder (for mappings)
This is just initial check in so this list would be polished in the future so there won't be any requirements.
Initial project announcement was made on
http://blog.vuscode.com/malovicn/archive/2009/11/03/fluent-nhibernate-samples-on-codeplex.aspxBlog possts covering the auto mapping portion of the sample
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Fluent NHibernate is a project providing fluent interface on top of NHibernate.
Information about Fluent NHibernate can be found on
http://fluentnhibernate.org/Fluent NHibernate mailing list can be found here
http://groups.google.com/group/fluent-nhibernateJust in case you are from Serbia and interested in using ORM tools in building LOB applications, here's a link of my blog to check out
http://blog.vuscode.com