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?
NHaml T4 templates for CRUD?
1.6k Views Asked by Łukasz W. At
3
There are 3 best solutions below
0

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.
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/