<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:pingback="http://madskills.com/public/xml/rss/module/pingback/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>MICHEL'S WEBLOG - VS2008</title>
    <link>http://www.michelvandervlugt.net/</link>
    <description>MICHELVANDERVLUGT.NET</description>
    <language>en-us</language>
    <copyright>Michel van der Vlugt</copyright>
    <lastBuildDate>Sat, 19 Apr 2008 15:01:48 GMT</lastBuildDate>
    <generator>newtelligence dasBlog 1.9.6264.0</generator>
    <managingEditor>blog@michelvandervlugt.net</managingEditor>
    <webMaster>blog@michelvandervlugt.net</webMaster>
    <item>
      <trackback:ping>http://www.michelvandervlugt.net/Trackback.aspx?guid=6f9d9555-e20b-48d6-a7c6-bc092ab67ea1</trackback:ping>
      <pingback:server>http://www.michelvandervlugt.net/pingback.aspx</pingback:server>
      <pingback:target>http://www.michelvandervlugt.net/PermaLink,guid,6f9d9555-e20b-48d6-a7c6-bc092ab67ea1.aspx</pingback:target>
      <dc:creator>Michel van der Vlugt</dc:creator>
      <wfw:comment>http://www.michelvandervlugt.net/CommentView,guid,6f9d9555-e20b-48d6-a7c6-bc092ab67ea1.aspx</wfw:comment>
      <wfw:commentRss>http://www.michelvandervlugt.net/SyndicationService.asmx/GetEntryCommentsRss?guid=6f9d9555-e20b-48d6-a7c6-bc092ab67ea1</wfw:commentRss>
      <slash:comments>1</slash:comments>
      <body xmlns="http://www.w3.org/1999/xhtml">
        <p>
          <a href="http://www.infoq.com" target="_blank">InfoQ</a> recently posted an <a href="http://www.infoq.com/news/2008/04/T4" target="_blank">article</a> about
a very interesting feature in Visual Studio 2008, Text Template Transformation Toolkit
(also called T4). This toolkit is a standard feature of VS2008 and is all about generating
text files based on templates. This toolkit is part of the Domain Specific Language
Tools but it is certainly not limited to DSL's. One example of using T4 which I think
is quite interesting is the generation of config files for different deployment scenario's,
which can be found <a href="http://www.olegsych.com/2007/12/how-to-use-t4-to-generate-config-files/" target="_blank">here</a>.
</p>
        <p>
Useful links:
</p>
        <ul>
          <li>
            <a href="http://msdn2.microsoft.com/en-us/library/bb126445.aspx" target="_blank">MSDN:
Generating Artifacts By Using Text Templates</a>, the MSDN entry point with a list
of many links about this topic 
</li>
        </ul>
        <ul>
          <li>
            <a href="http://www.olegsych.com/2007/12/text-template-transformation-toolkit/" target="_blank">Text
Template Transformation Toolkit by Oleg Sych</a>, tutorial with a lot of examples
and links 
</li>
        </ul>
        <ul>
          <li>
            <a href="http://www.t4editor.net/" target="_blank">T4 Editor by Clarius</a>, a free
template editor which is very useful because template support in VS2008 is very limited</li>
        </ul>
        <p>
The T4 toolkit is also available for VS2005 in the VS2005 SDK v4 and the Guidance
Automation Toolkit (GAT).
</p>
        <img width="0" height="0" src="http://www.michelvandervlugt.net/aggbug.ashx?id=6f9d9555-e20b-48d6-a7c6-bc092ab67ea1" />
      </body>
      <title>Text Template Transformation Toolkit (T4)</title>
      <guid isPermaLink="false">http://www.michelvandervlugt.net/PermaLink,guid,6f9d9555-e20b-48d6-a7c6-bc092ab67ea1.aspx</guid>
      <link>http://www.michelvandervlugt.net/PermaLink,guid,6f9d9555-e20b-48d6-a7c6-bc092ab67ea1.aspx</link>
      <pubDate>Sat, 19 Apr 2008 15:01:48 GMT</pubDate>
      <description>&lt;p&gt;
&lt;a href="http://www.infoq.com" target="_blank"&gt;InfoQ&lt;/a&gt; recently posted an &lt;a href="http://www.infoq.com/news/2008/04/T4" target="_blank"&gt;article&lt;/a&gt; about
a very interesting feature in Visual Studio 2008, Text Template Transformation Toolkit
(also called T4). This toolkit is a standard feature of VS2008 and is all about generating
text files based on templates. This toolkit is part of the Domain Specific Language
Tools but it is certainly not limited to DSL's. One example of using T4 which I think
is quite interesting is the generation of config files for different deployment scenario's,
which can be found &lt;a href="http://www.olegsych.com/2007/12/how-to-use-t4-to-generate-config-files/" target="_blank"&gt;here&lt;/a&gt;.
&lt;/p&gt;
&lt;p&gt;
Useful links:
&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href="http://msdn2.microsoft.com/en-us/library/bb126445.aspx" target="_blank"&gt;MSDN:
Generating Artifacts By Using Text Templates&lt;/a&gt;, the MSDN entry point with a list
of many links about this topic 
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href="http://www.olegsych.com/2007/12/text-template-transformation-toolkit/" target="_blank"&gt;Text
Template Transformation Toolkit by Oleg Sych&lt;/a&gt;, tutorial with a lot of examples
and links 
&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;a href="http://www.t4editor.net/" target="_blank"&gt;T4 Editor by Clarius&lt;/a&gt;, a free
template editor which is very useful because template support in VS2008 is very limited&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
The T4 toolkit is also available for VS2005 in the VS2005 SDK v4 and the Guidance
Automation Toolkit (GAT).
&lt;/p&gt;
&lt;img width="0" height="0" src="http://www.michelvandervlugt.net/aggbug.ashx?id=6f9d9555-e20b-48d6-a7c6-bc092ab67ea1" /&gt;</description>
      <comments>http://www.michelvandervlugt.net/CommentView,guid,6f9d9555-e20b-48d6-a7c6-bc092ab67ea1.aspx</comments>
      <category>VS2008</category>
    </item>
  </channel>
</rss>