views:

88

answers:

3

What is the best free Code Generators for ASP.net C#?

I know it is opinion based but I would like to have a list and I searched and found a few and some that said they were free but ended up only being a free trial.

Also what is the Best Snippet Tool to add snippets to Visual Studio 2008?

I can not get the one I found to work since I am using a Server as my Development machine.

+4  A: 

well, it has to be the T4 template editor for me:

http://www.visualt4.com/

jim

jim
+2  A: 

For snippets you can use: Snippet Designer

Giorgi
+2  A: 

VS2008 has a built-in T4 code generator. It is free, provided that you already own Visual Studio.

There is also T4 Editor for VS2008 to add syntax highlighting, code completion and template library (free edition has some limited code completion support, but otherwise is perfectly usable).

VladV
I tried using the built-in one but I must not have all of the code.
Nathan Stanford