T4 stands for Text Template Transformation Toolkit and is Microsoft's template based text generation framework included with Visual Studio.
I would like some help adding in a POCO .tt Entity Framework template Attributes to support WCF serialization and if …
wcf c#-4.0 entity-framework-4 poco t4I would like to use my own class define in a CS file in my TT. Example: public class ClassDefinition { …
c# t4 css texttemplateI am using T4 in Visual Studio 2010, and I want to iterate over the files in my solution, however I …
c# visual-studio code-generation t4I'm using VisualStudio Ultimate 2012 (Update 1) on Windows 7. I can get my T4 template to generate a file by: right click […
c# visual-studio-2012 t4 tangible-t4-editorHi I am trying to find a way to pass a normal string as a parameter to a text template. …
c# string parameters t4 texttemplateHow can I get a reference to the directory of the visual studio project or solution or the directory of …
visual-studio visual-studio-2008 file-io code-generation t4This seems like such a basic question, but I haven't been able to find an MSDN article or StackOverflow question …
comments t4We are building an inhouse application which needs to generate HTML files for upload into eBay listings. We are looking …
c# .net templates code-generation t4I am having a case in which I need to generate two CSharp code files with pretty the same code …
c# .net code-generation t4 webservice-clientI have overridden the controller generation T4 templates (ControllerWithContext.tt) as described here. I would like to take advantage of …
c# visual-studio-2010 t4