Gulp!
I published my first Codeplex project. http://www.codeplex.com/CSLADesignLibrary3
It's a library (and sample app) of CSLA object generation tools.
I was having a hard time wrapping my head around OOD and all the code gen tools I found seemed to start at the database level and work their way to the objects...which in OOD is backwards. So here's the tool...it asks about your object and then creates the object from those responses.
So Objects first...the database schema second.
Schmeah...it's a start anyway.