Code generation

  • Thread starter Thread starter George Meng
  • Start date Start date
G

George Meng

I want to evaluate some code generation tool for my company. Want to get
some idea from you.

The bottom line is I want to get a tool to generate both store procedure as
well as business object and data access object.

Which code generation for VB.net is good?

Mygeneration
CodeSmith
RapTier
ApexSQL
Or ......

Any comments will be greatly appreciated.

Thanks very much!

George Meng
 
I use Codesmith 2.6 It helps with all my tier generation. MiddleTier and
datatier as well as generating my CRUD sprocs. I even use it to help
generate a basic interface that I then customize. It can generate 90% of my
usable code.
 
Back
Top