vote up 2 vote down star

I've heard about the Codesmith and Resharper and I think they're good but not free, can you recommend the free alternatives?

flag

73% accept rate

5 Answers

vote up 5 vote down check

MyGeneration

link|flag
vote up 1 vote down

Also Resharper isn't really a code generator anyway - it's more of a refactoring and productivity tool.

link|flag
vote up 0 vote down

llblgen is also worth a look. There's the pro version that costs money, but they also have a free version for doing DAL generation.

link|flag
vote up 0 vote down

I'd expect CodeSmith version 2.6 to always be free. I've found the later versions do not provide much added value. One limitation of 2.6 out-of-the-box is that it uses the framework 1.1 - however the app.config can be easily modified so it runs under a later version (2.0 at least).

link|flag
vote up 2 vote down

Since you mention Resharper, I assume you're using Visual Studio - if so, there's a "Text-Transformation Templating Toolkit" (a.k.a "T4") built into VS 2008 and higher.

It's somewhat similar to CodeSmith and others - much less powerful for more, though - but it's right in the box, free, and works wonders for easy tasks!

See more info on it here and here.

Cheers, Marc

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.