使用 C#/ASP.NET 创建脚手架代码的最快方法
在任何项目开始时,一旦获得了对象模型,就会出现一段乏味的时期,因为您需要编写所需的框架代码。
是否有任何工具可以帮助我完成此任务(如果可能的话,包括单元测试框架),有点像 Rails 中的脚手架功能?
谢谢。
At the start of any project, once you've got your object model there then comes a period of tedium as you crank out the skeleton code required.
Are there any tools that will help me with this task (including unit test skeletons if possible), a bit like the scaffolding feature in Rails?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这实际上取决于您使用的框架堆栈:
除此之外,您始终可以使用 CodeSmith 或 MyGeneration
另请参阅 此相关问题
It really depends on the framework stack that you're using:
Other that than, you could always code your own "scaffolding" using CodeSmith or MyGeneration
Also see this related question