Dabblernl
Dabblernl

Reputation: 16121

NHibernate version confusion

OK, hit me over the head if this is a blatantly duplicate question.... I recently purchased NHibernatie in Action from Manning. This book outlines version 1.21 It mentions a version 2.0 of NHibernate that is coming/is in beta. If I download NHibernate from nhforge I get version 2.1 Is the book hopelessly outdated??

Upvotes: 0

Views: 83

Answers (1)

dbones
dbones

Reputation: 4504

the book is a little outdated, but the concepts, and code are still core. the book I found to be a great read and a good source to understand Nhibernate.

the latest version of the library is 2.1. the main thing i have noticed is the proxyfactory which you can setup in the config file (upgrading to 2.1). the mapping files are the same (you can use Fluent Nhiberate instead)

but this said, the book describes how the Session, Transations and other aspects of the library extremely well.

also look at this video cast series http://www.summerofnhibernate.com/ and http://www.dimecasts.net/Casts/ByTag/NHibernate

HTH

Bones

Upvotes: 2

Related Questions