views:

524

answers:

2

Hi All,

I have finally decided to spend some time looking at using NHibernate for helping TDD my DAL code.

I came across this excellent "foundations of programming" eBook from Karl Seguin and he gave some small examples on using NHibernate, and how it improves the testability of your DAL.

Can anyone here offer any good resources for a geek like me to get started with?

+6  A: 

The series SummerOfNHibernate is excellent:

http://www.summerofnhibernate.com/

Got me off to such a good start I even donated some of my hard earned to help defray his bandwidth/hosting costs.

Kev
I can't believe I haven't found this earlier. thank you +1
Jon Erickson
+3  A: 

take a look here

Asaf David