Code generation (Codesmith) -- modeling tool recommendations?

Code generation (Codesmith) -- modeling tool recommendations?

Old forum URL: forums.lhotka.net/forums/t/5727.aspx


rsbaker0 posted on Tuesday, November 04, 2008

So, I've thus far been using Codesmith to generate our DAL and low-level business objects.

To assist with this, I've written an extension assembly that plugs into Codesmith that reads a "database about our database". There is a companion GUI applications for this database that lists all of our tables, columns and relationships and lets me tag which ones I want to generate child lists/objects for, provide captions and or custom object names,  which fields the user can modify, are browsable, etc.   This extension assembly is also written using CSLA, incidentally... :)

Anyway, to make a long story short. I have a serious sense that I'm reinventing the wheel here and that there are probably better tools already available, hopefully one that can interface with Codesmith. (And as long as the tool writes to a database, I can write the code to have Codesmith extract what it needs).

Can someone point me in the right direction?

Copyright (c) Marimer LLC