使用 C#/ASP.NET 创建脚手架代码的最快方法

发布于 2024-07-11 07:26:17 字数 131 浏览 5 评论 0原文

在任何项目开始时,一旦获得了对象模型,就会出现一段乏味的时期,因为您需要编写所需的框架代码。

是否有任何工具可以帮助我完成此任务(如果可能的话,包括单元测试框架),有点像 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

金橙橙 2024-07-18 07:26:17

这实际上取决于您使用的框架堆栈:

除此之外,您始终可以使用 CodeSmithMyGeneration

另请参阅 此相关问题

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文