Kashif
Kashif

Reputation: 875

Self-contained Hello World type example for NHibernate

I've been fussing around with NHibernate tutorials for months (yeah...literaly) with no success. I wanted to just get a basic "hello world" level example down pat so I could work with it and massage it into a proper use case but I can never get past the deprecated code or missing library files.

I can only assume that it is me who is at fault because of NHibernate's popularity. Would someone pleeeeeeasee lead me to a self-contained example that I can just download and run? I would absolutely appreciate it.

Upvotes: 1

Views: 3363

Answers (1)

Kashif
Kashif

Reputation: 875

Many thanks to everyone (with the exception of Diego) for their help. Special thanks to Michael Buen for his suggestion with using Fluent NHibernate.

There is a great example of NHibernate 3.0 in action here that I got to work: http://www.d80.co.uk/post/2011/02/20/Linq-to-NHibernate-Tutorial.aspx

Now all I need to do is learn exactly what's going on and mold it to my uses.

Upvotes: 2

Related Questions