user79524
user79524

Reputation: 109

Get started with nhibernate

can you suggest me any sources where they could explain using nhibernate for dummies?

I don't even know which version to download or visual studio 2008 and where?

and how to use it after download, where to put dll files and stuff?

thanks a lot for your help

Upvotes: 3

Views: 1130

Answers (4)

Daniel Auger
Daniel Auger

Reputation: 12621

The NHibernate Faq Blog is a good beginner resource. Go all the way back to the posts in march 2008 for a beginner's introduction.

Upvotes: 0

Sebastian
Sebastian

Reputation: 819

Also have a look at http://fluentnhibernate.org/

Upvotes: 0

rajesh pillai
rajesh pillai

Reputation: 8128

Check out Nhibernate in Action from manning publication...

NHibernate in Action

Upvotes: 1

Howard Pinsley
Howard Pinsley

Reputation: 11478

I highly recommend Steven Bohlen's excellent series Summer of NHibernate

Upvotes: 6

Related Questions