Code generator (.net)

前端 未结 4 466

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:02

    Besides nowadays recommended T4 templates, there is another way to generate code in VS - MVC Scaffolding, which can be used for any code generation (not only ASP.NET MVC).

    It is based on T4 but adds some usefull features like template parameters, integration with VS (opening documents, etc.), PowerShell scripting, and multiple files generation.

提交回复
热议问题