Here is a link to the code and slides from my recent presentations on NHibernate.
UPDATE: I've changed the link since I've uploaded a more recent version of the demo code that contains a fix for the "minor glitch" I experienced during the presentation last night. Please update your links:
docs.google.com/l...
UPDATE: Thanks to Mike Baun for pointing out that an edit I made during the presentation caused the source to function incorrectly.
Go to the project "SurveyIt.Specs", open the folder "Config", open the file "NHibernateMapperTester" and check out lines 71 and 72.
These need to be uncommented, or you won't see data in the survey tables. The "Company" table was added on the fly during the presentation in order to demonstrate the ability to rapidly persist a new class.
Tags: nhibernate, structuremap, nunit, tdd