Apr 17 2010

Derick Bailey on Red/Green/Refactor (for the right reasons)

Category: Software DevelopmentJeff @ 18:03

I had an interesting interaction with Derick Bailey a few days back regarding the process of Test Driven Development (TDD).  Check out Derick's thoughts on the subject:

Red/Green/Refactor, For The Right Reasons

Tags: ,

Apr 15 2010

NHibernate Demo - Slides and Code

Category: Software DevelopmentJeff @ 02:05

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: , , ,