用于 CRUD 的 NHaml T4 模板?
我想问是否有人已经或见过 NHaml 的 T4 模板与 MVC 2.0 中的默认 T4 CRUD(列表、创建等)模板相同?
I want to ask if anyone has or has seen T4 templates for NHaml that are the same as the default T4 CRUD (List, Create etc) templates from MVC 2.0?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
这是对 Asp.net mvc 3、Nhaml、T4 的很好的介绍
http: //www.b-fil.com/blog/2010/10/17/aspnet-mvc3-ef-code-first-razor-sample-project/
This is very good introduction for Asp.net mvc 3,Nhaml,T4
http://www.b-fil.com/blog/2010/10/17/aspnet-mvc3-ef-code-first-razor-sample-project/
我见过的最接近的有这个链接,但不适用于mvc:
NHaml 可以用作通用模板引擎吗? (MVC 之外)
似乎没有用于数据访问的标准 NHaml T4 模板。
The closest I have seen has this link but not for mvc:
Can NHaml be used as a general purpose template engine? (outside of MVC)
There doesn't seem to be standard NHaml T4 templates for data access.
我没有,但我相信你可以轻松地写出它们。
http://www.hanselman.com/blog/T4TextTemplateTransformationToolkitCodeGenerationBestKeptVisualStudioSecret.aspx
I have not but I am sure you could easily write them.
http://www.hanselman.com/blog/T4TextTemplateTransformationToolkitCodeGenerationBestKeptVisualStudioSecret.aspx