Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

NHaml T4 templates for 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?

like image 707
Łukasz W. Avatar asked Sep 02 '10 14:09

Łukasz W.


2 Answers

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/

like image 82
John Avatar answered Dec 27 '22 07:12

John


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.

like image 39
JTew Avatar answered Dec 27 '22 09:12

JTew