I used to work with a custom data mapping library, and curently I\'m trying to switch to a more widespread ORM solution.
After some experimentation, I refined my req
We use CodeSmith for Code Generation and can highly recommend it as a generation tool.
If you look at CodeSmith it supports various ORM / Business Object Templates.
We implemented our own CSLA (see http://www.lhotka.net/) templates a few years ago to get to grips with CSLA which is more than just ORM. CSLA is great and works very well and its highly scalable. We have now created our own framework and dropped the core CSLA framework as we didnt need all the features and made things a bit more lightweight.