问题
I have googled and looked around does anyone know of any hidden gems out there that is not in first couple pages of a google search....
回答1:
The wiki is your best bet. I've had a few Fluent NHibernate posts on my blog, but most of that content is mirrored on the wiki anyway.
回答2:
I appreciate this tutorial, perhaps can help you:
http://nhforge.org/blogs/nhibernate/archive/2008/09/17/value-objects.aspx
The author explain the concept of value object, using them like components.
回答3:
That helped me a lot maybe you should try.
回答4:
Here is a 4-part blog posting about FluentNHibernate. Not sure exactly what you're looking for, but then you didn't say either. ;)
回答5:
http://www.dreamincode.net/forums/topic/161638-fluent-nhibernate-tutorial/
回答6:
Fluent Nhibernate has a wiki, have you checked it out?.
回答7:
This video tutorial added to youtube.com on 10/5/2011 got me up in running in about 30 minutes. Fluent NHibernate Tutorial
Update: It's been a few months, but if you need advanced mapping and don't mind 3rd party tools, use DevArt's Entity Developer tool which creates all of your entities and mappings for up to 10 tables/entities for free. The source code for the entity mappings is readily available for you to learn from. If you look at it you can learn a lot. http://www.devart.com/entitydeveloper/
回答8:
I like NHibernate 3.0 tutorial with Fluent Nhibernate and LINQ 2 NHibernate
回答9:
The GitHub project page has got all the basic examples you need: https://github.com/jagregory/fluent-nhibernate/wiki/Getting-started
来源:https://stackoverflow.com/questions/596357/where-can-i-find-a-fluent-nhibernate-tutorial