I would like to know what this is MvcTextTemplateHost. I have this in my create.tt but I cant find开发者_开发知识库 it in my bin folder (searching with object viewer). I read up and found out it\'s in
here\'s my开发者_如何学运维 situation: I have an application that generates stuff based on templates (using T4) and i have multiple templates class that inherit from an ITemplate interface.
Is it posible to write T4 templates in other .NET langua开发者_运维百科ges? In particular I\'m interested in F# and IronPython.I was complaining about this on twitter some time ago. It seems reasonabl
We currently have an asp.net website that we use to generate html emails. Basically we pass in some parameters and it开发者_开发百科 spits out an html page that we then send in an email. Essentially A
We are using T4MVC to generate for us links to our scripts and content. We\'ve added a Script folders to some of our areas, and we want T4MVC to generate links for them as well.
I look and I don\'t see. I have a solution with two projects -- project A (a library) and project B, which is main project and contains T4 text template.
I am trying to setup an environment which would let me use a template to send out email to thousands of people. In all of this, per开发者_Go百科formance is a key and I am trying to find out,
I\'m trying to use T4 with VS2010 to enumerate files in a project, run a custom tool on files that have a certain extension, and then add generated files to the solution. However, I can\'t seem to fig
I am using a T4 template to create DTO\'s for each of my Data Entities, however it is falling over on using IList.
I have an object u1 of type User class. User has an attribute name. How can I pass in u1 to a T4 template ? I am trying to do something ver开发者_StackOverflow中文版y simple: