views:

94

answers:

4

i want to generate code for .net n-tier application.

or 3-tier application.

so which tool is more useful.

that will create all code.

+2  A: 

Look into T4 templates. Also a better translator.

Will
it is not usefully.
AjmeraInfo
T4 templates are pretty powerful, and built into VisualStudio. They're quite usefully.
Adam Robinson
They are very usefully and customizability as well. They can scans and created classes based on things like database schemas. But who was template?
Will
+2  A: 

The best tool for generating "all code" is called "brain".

Other than that, check out Codesmith.

Raj More
++1 for the brain comment
Cshah
+2,-1. Not all brains are created equal.
Adam Robinson
true dat. some brains are more equal than others.
Raj More
-1, but no comment?
Raj More
A: 

Maybe DevForce is a good fit ?

renick
A: 

I do like Codesmith, and if you have the budget for it I recommend it. There is also MyGeneration which is similar to Codesmith, and its free.

For the data layer you might check out Subsonic. (It uses T4)

There is also a product out there called Iron Speed I have not personally used this, but it is supposed to create a basic finished application.

Development 4.0