Auto-generate WebControls
- by Adrian K
I want to generate .net code from a template so that it more rapid, so lazy developers (and I mean that in the nicest possible way!) don't have to write them in the IDE, compile them, etc...
I know I can roll my own tool which generates the code using reflection (by reading in some text file, etc), but I just wondered if there was an easier than…