t4
what is and where can I find MvcTextTemplateHost
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[详细]
2023-03-12 13:14 分类:问答Dynamic runtime dependency injection
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.[详细]
2023-03-11 22:52 分类:问答T4 with languages other than C# and VB
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[详细]
2023-03-11 20:55 分类:问答T4 Template Transformation Service
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[详细]
2023-03-11 11:44 分类:问答How do I generate links in nested folders in T4 for ASP.NET MVC?
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.[详细]
2023-03-10 09:30 分类:问答How do I use custom library/project in T4 text template?
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.[详细]
2023-03-10 02:56 分类:问答Is T4 template run every time it is requested?
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,[详细]
2023-03-10 01:11 分类:问答Get file names in VS2010 project using T4
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[详细]
2023-03-09 18:59 分类:问答T4 text template with IList
I am using a T4 template to create DTO\'s for each of my Data Entities, however it is falling over on using IList.[详细]
2023-03-09 15:33 分类:问答pass an object to T4 template
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:[详细]
2023-03-09 07:34 分类:问答