35

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

jenson-button-event
  • 18,101
  • 11
  • 89
  • 155
Shane Scott
  • 1,583
  • 2
  • 13
  • 11

9 Answers9

15

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.

James Gregory
  • 14,173
  • 2
  • 42
  • 60
7

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.

Custodio
  • 8,594
  • 15
  • 80
  • 115
6

That helped me a lot maybe you should try.

Mariusz
  • 3,054
  • 2
  • 20
  • 31
5

Here is a 4-part blog posting about FluentNHibernate. Not sure exactly what you're looking for, but then you didn't say either. ;)

Darko Kenda
  • 4,781
  • 1
  • 28
  • 31
Stuart Childs
  • 3,295
  • 1
  • 19
  • 11
2

Fluent Nhibernate has a wiki, have you checked it out?.

Yehuda Shapira
  • 8,460
  • 5
  • 44
  • 66
gcores
  • 12,376
  • 2
  • 49
  • 45
1

I like NHibernate 3.0 tutorial with Fluent Nhibernate and LINQ 2 NHibernate

kayess
  • 3,384
  • 9
  • 28
  • 45
Ronald Nsabiyera
  • 354
  • 2
  • 10
1

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/

John C
  • 880
  • 10
  • 13
  • This video is simply brilliant. Got me up and running within a few minutes. – Contango Nov 27 '11 at 23:55
  • I'm so glad I could help my English brethren out. It's also very handy to have links to my research on stackoverflow.com. I started a new project and had to reference this video. – John C Dec 23 '11 at 07:20
0

The GitHub project page has got all the basic examples you need: https://github.com/jagregory/fluent-nhibernate/wiki/Getting-started

Astaar
  • 5,858
  • 8
  • 40
  • 57