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?

link|improve this question

ecn.channel9.msdn.com/o9/te/NorthAmerica/2010/pptx/WEB206.pptx – Genius Feb 6 '11 at 4:17
feedback

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

link|improve this answer
1  
The point of the question is the NHAML view engine, which is completely dropped in this link. It's well known there are already templates for Razor and webforms view engines, and maybe Spark, but the question is what about other view engines. – Mohamed Meligy Jan 8 '11 at 4:53
feedback

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.

link|improve this answer
feedback

I have not but I am sure you could easily write them.

http://www.hanselman.com/blog/T4TextTemplateTransformationToolkitCodeGenerationBestKeptVisualStudioSecret.aspx

link|improve this answer
3  
Wow two down votes. Guess people just want everything handed to them instead of doing it themselves :) – JTWebMan Apr 12 '11 at 15:42
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.