Thursday, March 31, 2011

Recommended VB.NET Code Generators

Can someone recommend some good VB.net code generation tools?

I only need a tool for developing desktop applications. So the web side of things doesn't really concern me too much.

From stackoverflow
  • CodeSmith.

    mattruma : +1 CodeSmith, by far the best!
  • The de-facto standard for code generation (especially for .NET languages) seems to be CodeSmith. The latest version will cost money, however, they have made an older version freeware.

    If you'd like to go with something free and open-source, MyGeneration is also quite good, and can actally use (after some conversion) CodeSmith templates.

  • The Microsoft copy of CodeSmith is T4, built into VS 2005 & 2008.

  • I only know of a couple of products that are not free:

    There is CodeRush from DevExpress:
    http://devexpress.com/Products/Visual_Studio_Add-in/Coding_Assistance/

    Miguel Castro has one called CodeBreeze: http://www.steelbluesolutions.com/Summary/CodeBreeze/Default.aspx

  • Hello,

    CodeSmith has a ton of templates and supports the latest technologies. It does cost money but it is well worth it in the time you will save as well as the support that comes with it. If you are using Linq to SQL, check out our PLINQO templates. There is currently a sweet CodeSmith offer on plinqo.com

    Thanks

    -Blake Niemyjski

0 comments:

Post a Comment