Code generator (.net)

前端 未结 4 496

Do you have any experience with T4 and T4 Editor? Can you compare it to CodeSmith or MyGeneration?

What code generators do you use? What do you recommend?

I

4条回答
  •  没有蜡笔的小新
    2021-01-16 09:03

    As a code generation engine, T4 is as capable as CodeSmith or MyGeneration. It's main advantage is the tight integration in Visual Studio; the main drawback is the smaller number of ready-to-use templates.

    I personally prefer the T4 editor from Tangible because it works with the T4 Toolbox.

    Oleg

提交回复
热议问题