<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with T4</title>
    <description>the latest stories tagged with 'T4' from DotNetKicks.com</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>Custom Templating Library</title>
      <description>This article presents the Custom Templates Library. This library provides easy access to the text transformation features of T4 from within custom applications. 
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.timcools.net%2fpost%2f2009%2f03%2f12%2fCustom-Templating-Library.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.timcools.net%2fpost%2f2009%2f03%2f12%2fCustom-Templating-Library.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Custom_Templating_Library</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Custom_Templating_Library</guid>
      <pubDate>Fri, 15 May 2009 06:01:41 GMT</pubDate>
    </item>
    <item>
      <title>Template based code generation with T4 from custom applications.</title>
      <description>Generate source code from custom applications by using the Text Template Transformation Toolkit of VS 2008.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.timcools.net%2fpost%2f2009%2f03%2f09%2fTemplate-based-code-generation-with-T4.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.timcools.net%2fpost%2f2009%2f03%2f09%2fTemplate-based-code-generation-with-T4.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Template_based_code_generation_with_T4_from_custom_applications</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Template_based_code_generation_with_T4_from_custom_applications</guid>
      <pubDate>Fri, 15 May 2009 06:00:58 GMT</pubDate>
    </item>
    <item>
      <title>How to modify the T4 templates used by Sharp Architecture</title>
      <description>Taking a look at how you can modify the T4 templates which are used to change the default generation behavior of Sharp Architecture &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f102"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dimecasts.net%2fCasts%2fCastDetails%2f102" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/How_to_modify_the_T4_templates_used_by_Sharp_Architecture</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/How_to_modify_the_T4_templates_used_by_Sharp_Architecture</guid>
      <pubDate>Fri, 17 Apr 2009 18:16:02 GMT</pubDate>
    </item>
    <item>
      <title>T4 Templates: A Quick-Start Guide for ASP.NET MVC Developers</title>
      <description>&amp;quot;As mentioned in our recent blog post on the ASP.NET MVC Release Candidate, our code-generation features (namely, Add Controller and Add View) now use the T4 (Text Template Transformation Toolkit) templating technology behind the scenes.  Because users can customize the templates to a great extent, we wanted to make a post to bring everyone up to speed on T4.&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fwebdevtools%2farchive%2f2009%2f01%2f29%2ft4-templates-a-quick-start-guide-for-asp-net-mvc-developers.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fwebdevtools%2farchive%2f2009%2f01%2f29%2ft4-templates-a-quick-start-guide-for-asp-net-mvc-developers.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/mvc/T4_Templates_A_Quick_Start_Guide_for_ASP_NET_MVC_Developers</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/mvc/T4_Templates_A_Quick_Start_Guide_for_ASP_NET_MVC_Developers</guid>
      <pubDate>Thu, 26 Feb 2009 23:31:23 GMT</pubDate>
    </item>
    <item>
      <title>Using T4 Command-Line Parameters - Generating NHibernate Magic Strings</title>
      <description>Describes how to use T4 (TextTransform) command line parameters (in this case to generate the 'magic strings' used by NHibernate ICriteria queries). &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fbroloco.blogspot.com%2f2008%2f11%2fusing-t4-command-line-parameters.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fbroloco.blogspot.com%2f2008%2f11%2fusing-t4-command-line-parameters.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Using_T4_Command_Line_Parameters_Generating_NHibernate_Magic_Strings</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Using_T4_Command_Line_Parameters_Generating_NHibernate_Magic_Strings</guid>
      <pubDate>Tue, 25 Nov 2008 00:08:25 GMT</pubDate>
    </item>
    <item>
      <title>T4 (Text Template Transformation Toolkit) Code Generation - Best Kept </title>
      <description>Very handy stuff indeed &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fT4TextTemplateTransformationToolkitCodeGenerationBestKeptVisualStudioSecret.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.hanselman.com%2fblog%2fT4TextTemplateTransformationToolkitCodeGenerationBestKeptVisualStudioSecret.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/T4_Text_Template_Transformation_Toolkit_Code_Generation_Best_Kept</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/T4_Text_Template_Transformation_Toolkit_Code_Generation_Best_Kept</guid>
      <pubDate>Thu, 16 Oct 2008 21:16:17 GMT</pubDate>
    </item>
    <item>
      <title>Creating complex code generators</title>
      <description>This article is a part of a series that introduces code generation using C# and Text Templates (also known as T4 Templates) in Visual Studio; explains how to create reusable templates and combine them in complex code generators.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.olegsych.com%2f2008%2f09%2ft4-tutorial-creating-complex-code-generators%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.olegsych.com%2f2008%2f09%2ft4-tutorial-creating-complex-code-generators%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Creating_complex_code_generators</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Creating_complex_code_generators</guid>
      <pubDate>Sun, 28 Sep 2008 21:36:56 GMT</pubDate>
    </item>
    <item>
      <title>Creating reusable code generation templates</title>
      <description>This article is a part of a series that introduces code generation using C# and Text Templates (also known as T4 Templates) in Visual Studio; explains how to create reusable templates and combine them in complex code generators.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.olegsych.com%2f2008%2f09%2ft4-tutorial-creating-reusable-code-generation-templates%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.olegsych.com%2f2008%2f09%2ft4-tutorial-creating-reusable-code-generation-templates%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Creating_reusable_code_generation_templates</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Creating_reusable_code_generation_templates</guid>
      <pubDate>Sun, 21 Sep 2008 22:19:28 GMT</pubDate>
    </item>
    <item>
      <title>Debugging Code Generation Files</title>
      <description>This article is a part of a series that introduces code generation using C# and Text Templates (also known as T4 Templates) in Visual Studio; explains how to create reusable templates and combine them in complex code generators.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.olegsych.com%2f2008%2f09%2ft4-tutorial-debugging-code-generation-files%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.olegsych.com%2f2008%2f09%2ft4-tutorial-debugging-code-generation-files%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Debugging_Code_Generation_Files</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Debugging_Code_Generation_Files</guid>
      <pubDate>Sun, 21 Sep 2008 22:18:31 GMT</pubDate>
    </item>
    <item>
      <title>Troubleshooting Code Generation Errors</title>
      <description>This article is a part of a series that introduces code generation using C# and Text Templates (also known as T4 Templates) in Visual Studio; explains how to create reusable templates and combine them in complex code generators. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.olegsych.com%2f2008%2f09%2ft4-tutorial-troubleshooting-code-generation-errors%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.olegsych.com%2f2008%2f09%2ft4-tutorial-troubleshooting-code-generation-errors%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Troubleshooting_Code_Generation_Errors</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Troubleshooting_Code_Generation_Errors</guid>
      <pubDate>Mon, 08 Sep 2008 05:57:06 GMT</pubDate>
    </item>
    <item>
      <title>Creating your first code generator</title>
      <description>This is the first post in a series that introduces code generation using C# and Text Templates (also known as T4 Templates) in Visual Studio; explains how to create reusable templates and combine them in complex code generators.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.olegsych.com%2f2008%2f09%2ft4-tutorial-creatating-your-first-code-generator%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.olegsych.com%2f2008%2f09%2ft4-tutorial-creatating-your-first-code-generator%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Creating_your_first_code_generator</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Creating_your_first_code_generator</guid>
      <pubDate>Mon, 08 Sep 2008 05:56:16 GMT</pubDate>
    </item>
    <item>
      <title>Extending T4: &amp;amp;lt;#@ xsd #&amp;amp;gt; directive</title>
      <description>This article describes a custom T4 directive processor for converting XML schema definitions into .NET classes, which allows using strongly-typed code to extract information from various XML files. In particular, this simplifies creating custom T4 code generation templates for LINQ to SQL .dbml files and ADO.NET Entity Framework .edmx files. The article includes links to ready to use xsd directive processor and sample source code. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.olegsych.com%2f2008%2f08%2ft4-xsd-directive%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.olegsych.com%2f2008%2f08%2ft4-xsd-directive%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Extending_T4_lt_xsd_gt_directive</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Extending_T4_lt_xsd_gt_directive</guid>
      <pubDate>Thu, 07 Aug 2008 10:33:46 GMT</pubDate>
    </item>
    <item>
      <title>T4 template for generating SQL view from C# enumeration</title>
      <description>Database tables often contain columns that store "codes", or values with special meaning. In application code, these special values can be encapsulated as enumerations. This article demonstrates how to use T4 code generation templates and Visual Studio CodeModel API to generate SQL views that encapsulate the special values for use in SQL code.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.olegsych.com%2f2008%2f07%2ft4-template-for-generating-sql-view-from-csharp-enumeration%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.olegsych.com%2f2008%2f07%2ft4-template-for-generating-sql-view-from-csharp-enumeration%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/T4_template_for_generating_SQL_view_from_C_enumeration</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/T4_template_for_generating_SQL_view_from_C_enumeration</guid>
      <pubDate>Sun, 13 Jul 2008 12:15:23 GMT</pubDate>
    </item>
    <item>
      <title>Test runner for T4 unit tests</title>
      <description>This post shows how to create unit tests that run during T4 template transformation. This approach allows creating automated tests for template code that relies on specific capabilities of a T4 host, such as access to Visual Studio extensibility APIs. The post includes a ready to use test runner for T4 unit tests. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.olegsych.com%2f2008%2f06%2ftest-runner-for-t4-unit-tests%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.olegsych.com%2f2008%2f06%2ftest-runner-for-t4-unit-tests%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Test_runner_for_T4_unit_tests</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Test_runner_for_T4_unit_tests</guid>
      <pubDate>Fri, 20 Jun 2008 20:05:15 GMT</pubDate>
    </item>
    <item>
      <title>T4 Architecture</title>
      <description>This article provides an in-depth look at the architecture of T4 template transformation process, discusses some constraints that limit template design, describes techniques that can be used to work around these limitations and points out some (sometimes undocumented) mechanisms for making your T4 templates more powerful. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.olegsych.com%2f2008%2f05%2ft4-architecture%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.olegsych.com%2f2008%2f05%2ft4-architecture%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/T4_Architecture</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/T4_Architecture</guid>
      <pubDate>Mon, 19 May 2008 03:56:21 GMT</pubDate>
    </item>
    <item>
      <title>T4 Template Design</title>
      <description>This article discusses design challenges developers face as complexity of their T4 templates increases; defines qualities of a reusable T4 templates; discusses techniques that can be used to achieve these qualities and compares their pros and cons. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.olegsych.com%2f2008%2f04%2ft4-template-design%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.olegsych.com%2f2008%2f04%2ft4-template-design%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/T4_Template_Design</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/T4_Template_Design</guid>
      <pubDate>Mon, 21 Apr 2008 09:31:49 GMT</pubDate>
    </item>
    <item>
      <title>How to generate multiple outputs from single T4 template</title>
      <description>For some code generation tasks, like generating SELECT stored procedures based on indexes of a given database table, number of output artifacts may not be known upfront. Because T4 was designed to generate a single output file from one template file, developers are forced to generate multiple code artifacts in the same source file. This conflicts with the widely used practice of using one source file per code artifact. This article demonstrates how to work around this limitation of T4, generate multiple files from a single template and automatically add them to a Visual Studio project. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.olegsych.com%2f2008%2f03%2fhow-to-generate-multiple-outputs-from-single-t4-template%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.olegsych.com%2f2008%2f03%2fhow-to-generate-multiple-outputs-from-single-t4-template%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/How_to_generate_multiple_outputs_from_single_T4_template</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/How_to_generate_multiple_outputs_from_single_T4_template</guid>
      <pubDate>Mon, 07 Apr 2008 08:32:09 GMT</pubDate>
    </item>
    <item>
      <title>How to use T4 to generate strongly-typed AzMan wrapper</title>
      <description>Very good article on how to use T4 to generate strongly typed class for AzMan instead of accessing it using security application block &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.olegsych.com%2f2008%2f03%2fhow-to-use-t4-to-generate-strongly-typed-azman-wrapper%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.olegsych.com%2f2008%2f03%2fhow-to-use-t4-to-generate-strongly-typed-azman-wrapper%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/How_to_use_T4_to_generate_strongly_typed_AzMan_wrapper</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/How_to_use_T4_to_generate_strongly_typed_AzMan_wrapper</guid>
      <pubDate>Wed, 19 Mar 2008 17:33:58 GMT</pubDate>
    </item>
    <item>
      <title>How to use T4 to generate strongly-typed AzMan wrapper</title>
      <description>Very good article on how to use T4 to generate strongly typed class for AzMan instead of accessing it using security application block &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.olegsych.com%2f2008%2f03%2fhow-to-use-t4-to-generate-strongly-typed-azman-wrapper%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.olegsych.com%2f2008%2f03%2fhow-to-use-t4-to-generate-strongly-typed-azman-wrapper%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/How_to_use_T4_to_generate_strongly_typed_AzMan_wrapper</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/How_to_use_T4_to_generate_strongly_typed_AzMan_wrapper</guid>
      <pubDate>Wed, 19 Mar 2008 17:33:58 GMT</pubDate>
    </item>
    <item>
      <title>Links to How To of Text Template Transformation Engine</title>
      <description>This post links to all &amp;quot;How to&amp;quot; articles of Text Template Transformation Toolkit, on MSDN. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmadhavrao.com%2f2008%2f03%2f15%2ft4-how-to%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmadhavrao.com%2f2008%2f03%2f15%2ft4-how-to%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Links_to_How_To_of_Text_Template_Transformation_Engine</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Links_to_How_To_of_Text_Template_Transformation_Engine</guid>
      <pubDate>Sun, 16 Mar 2008 12:46:51 GMT</pubDate>
    </item>
    <item>
      <title>Links to How To of Text Template Transformation Engine</title>
      <description>This post links to all &amp;quot;How to&amp;quot; articles of Text Template Transformation Toolkit, on MSDN. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmadhavrao.com%2f2008%2f03%2f15%2ft4-how-to%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmadhavrao.com%2f2008%2f03%2f15%2ft4-how-to%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Links_to_How_To_of_Text_Template_Transformation_Engine</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Links_to_How_To_of_Text_Template_Transformation_Engine</guid>
      <pubDate>Sun, 16 Mar 2008 12:46:51 GMT</pubDate>
    </item>
    <item>
      <title>T4 - Built In Directives</title>
      <description>Details on Built-In Directives of Text Template Transformation Engine &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmadhavrao.com%2f2008%2f03%2f15%2ft4-built-in-directives%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmadhavrao.com%2f2008%2f03%2f15%2ft4-built-in-directives%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/T4_Built_In_Directives</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/T4_Built_In_Directives</guid>
      <pubDate>Sun, 16 Mar 2008 12:40:19 GMT</pubDate>
    </item>
    <item>
      <title>T4 - Built In Directives</title>
      <description>Details on Built-In Directives of Text Template Transformation Engine &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmadhavrao.com%2f2008%2f03%2f15%2ft4-built-in-directives%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmadhavrao.com%2f2008%2f03%2f15%2ft4-built-in-directives%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/T4_Built_In_Directives</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/T4_Built_In_Directives</guid>
      <pubDate>Sun, 16 Mar 2008 12:40:19 GMT</pubDate>
    </item>
    <item>
      <title>T4 How-to video and Visual Studio project items </title>
      <description>Hilton Giesenow posted a link to the new MSDN how-to video about creating T4 templates and several ready-to-use project item templates that make T4 items available in the Add New Item dialog box of Visual Studio.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnet.org.za%2fhiltong%2farchive%2f2008%2f02%2f18%2ft4-template-items.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnet.org.za%2fhiltong%2farchive%2f2008%2f02%2f18%2ft4-template-items.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/T4_How_to_video_and_Visual_Studio_project_items</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/T4_How_to_video_and_Visual_Studio_project_items</guid>
      <pubDate>Sun, 16 Mar 2008 05:34:56 GMT</pubDate>
    </item>
    <item>
      <title>Auto generate release scripts for web application using T4 template </title>
      <description>Automatic Generation of release version of javascript files using AjaxControlToolkit's JavascripCommentStripper.dll and T4 templates &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.devarchive.net%2f2008%2f02%2fauto-generate-release-scripts-for-web.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.devarchive.net%2f2008%2f02%2fauto-generate-release-scripts-for-web.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Auto_generate_release_scripts_for_web_application_using_T4_template</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Auto_generate_release_scripts_for_web_application_using_T4_template</guid>
      <pubDate>Sun, 10 Feb 2008 06:40:54 GMT</pubDate>
    </item>
  </channel>
</rss>