<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>
<channel>
	<title>Comments on: T4 Toolbox: Automatic Template Transformation</title>
	<link>http://www.olegsych.com/2009/11/t4-toolbox-automatic-template-transformation/</link>
	<description>Interfaces are like alcohol - they are a lot of fun when used in moderation.</description>
	<pubDate>Sat, 04 Feb 2012 05:39:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Fabian</title>
		<link>http://www.olegsych.com/2009/11/t4-toolbox-automatic-template-transformation/#comment-3413</link>
		<dc:creator>Fabian</dc:creator>
		<pubDate>Mon, 16 May 2011 11:43:49 +0000</pubDate>
		<guid>http://www.olegsych.com/2009/11/t4-toolbox-automatic-template-transformation/#comment-3413</guid>
		<description>Hi Oleg,

thanks for your great tutorials on T4. They helped me a lot.

But I still have one small problem: is it possible to trigger the transformation automatically when the source file is changed by an external program (Visual Studio notices the change and prompts if it should reload, etc.)?

We still have to manually save the changed input file at the moment to trigger code generation, which is easily forgotten.

Thanks again...

Fabian</description>
		<content:encoded><![CDATA[<p>Hi Oleg,</p>
<p>thanks for your great tutorials on T4. They helped me a lot.</p>
<p>But I still have one small problem: is it possible to trigger the transformation automatically when the source file is changed by an external program (Visual Studio notices the change and prompts if it should reload, etc.)?</p>
<p>We still have to manually save the changed input file at the moment to trigger code generation, which is easily forgotten.</p>
<p>Thanks again&#8230;</p>
<p>Fabian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://www.olegsych.com/2009/11/t4-toolbox-automatic-template-transformation/#comment-3368</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Wed, 02 Mar 2011 12:00:33 +0000</pubDate>
		<guid>http://www.olegsych.com/2009/11/t4-toolbox-automatic-template-transformation/#comment-3368</guid>
		<description>Hi Oleg,
I'm new to T4 templates and find it very interesting but i'm having trouble trying to implement the following:

Create a template that connects to CRM web service, brings back a list of entities, then loop through each one and i use the properties to build up my template CS file.
I'd need to reference CRM sdk in my project that has the tt files, but when i try importing the namespaces or referencing the objects via code, it just gives me errors.
Can this sort of thing be done?
thanks,
Paul</description>
		<content:encoded><![CDATA[<p>Hi Oleg,<br />
I&#8217;m new to T4 templates and find it very interesting but i&#8217;m having trouble trying to implement the following:</p>
<p>Create a template that connects to CRM web service, brings back a list of entities, then loop through each one and i use the properties to build up my template CS file.<br />
I&#8217;d need to reference CRM sdk in my project that has the tt files, but when i try importing the namespaces or referencing the objects via code, it just gives me errors.<br />
Can this sort of thing be done?<br />
thanks,<br />
Paul</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lee</title>
		<link>http://www.olegsych.com/2009/11/t4-toolbox-automatic-template-transformation/#comment-3224</link>
		<dc:creator>Lee</dc:creator>
		<pubDate>Tue, 24 Aug 2010 16:30:01 +0000</pubDate>
		<guid>http://www.olegsych.com/2009/11/t4-toolbox-automatic-template-transformation/#comment-3224</guid>
		<description>Hi Oleg,

Is it possible to have 2 custom tools to run?

E.g. Resource.resx, it has a built-in custom tool ResxFileCodeGenerator. Is it possible to trigger both ResxFileCodeGenerator and T4ScriptFileGenerator?</description>
		<content:encoded><![CDATA[<p>Hi Oleg,</p>
<p>Is it possible to have 2 custom tools to run?</p>
<p>E.g. Resource.resx, it has a built-in custom tool ResxFileCodeGenerator. Is it possible to trigger both ResxFileCodeGenerator and T4ScriptFileGenerator?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oleg Sych</title>
		<link>http://www.olegsych.com/2009/11/t4-toolbox-automatic-template-transformation/#comment-3180</link>
		<dc:creator>Oleg Sych</dc:creator>
		<pubDate>Tue, 13 Jul 2010 11:42:49 +0000</pubDate>
		<guid>http://www.olegsych.com/2009/11/t4-toolbox-automatic-template-transformation/#comment-3180</guid>
		<description>Sergi,

I don't think UML class diagrams in modeling projects of Visual Studio 2010 support custom tools. The code-based class diagrams in C# and Visual Basic projects do support them, although there is no meaningful metadata stored in the .cd files - only diagram layout. This &lt;a href="http://www.olegsych.com/2010/01/uml-modeling-and-code-generation-in-visual-studio-2010/" rel="nofollow"&gt;article&lt;/a&gt; provides an overview of how to generate code from UML diagrams.

Oleg</description>
		<content:encoded><![CDATA[<p>Sergi,</p>
<p>I don&#8217;t think UML class diagrams in modeling projects of Visual Studio 2010 support custom tools. The code-based class diagrams in C# and Visual Basic projects do support them, although there is no meaningful metadata stored in the .cd files - only diagram layout. This <a href="http://www.olegsych.com/2010/01/uml-modeling-and-code-generation-in-visual-studio-2010/" rel="nofollow">article</a> provides an overview of how to generate code from UML diagrams.</p>
<p>Oleg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergi</title>
		<link>http://www.olegsych.com/2009/11/t4-toolbox-automatic-template-transformation/#comment-3162</link>
		<dc:creator>Sergi</dc:creator>
		<pubDate>Tue, 15 Jun 2010 08:22:50 +0000</pubDate>
		<guid>http://www.olegsych.com/2009/11/t4-toolbox-automatic-template-transformation/#comment-3162</guid>
		<description>Hi Oleg,

I'm trying to associate "T4ScriptFileGenerator" Custom tool with a VS 2010 native class diagram, but it simply ignores it and does not generate the .tt file.

I'm generating code from a class diagram, and I wanted it to generate when the diagram changes, but it doesn't work to me.

Any idea?

Thanks and great post!
Sergi</description>
		<content:encoded><![CDATA[<p>Hi Oleg,</p>
<p>I&#8217;m trying to associate &#8220;T4ScriptFileGenerator&#8221; Custom tool with a VS 2010 native class diagram, but it simply ignores it and does not generate the .tt file.</p>
<p>I&#8217;m generating code from a class diagram, and I wanted it to generate when the diagram changes, but it doesn&#8217;t work to me.</p>
<p>Any idea?</p>
<p>Thanks and great post!<br />
Sergi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reflective Perspective - Chris Alcock &#187; The Morning Brew #487</title>
		<link>http://www.olegsych.com/2009/11/t4-toolbox-automatic-template-transformation/#comment-2461</link>
		<dc:creator>Reflective Perspective - Chris Alcock &#187; The Morning Brew #487</dc:creator>
		<pubDate>Mon, 30 Nov 2009 10:28:46 +0000</pubDate>
		<guid>http://www.olegsych.com/2009/11/t4-toolbox-automatic-template-transformation/#comment-2461</guid>
		<description>[...] T4 Toolbox: Automatic Template Transformation - Oleg Sych looks at making T4 templates automatically re-generate when one of the files they are based on changes ensuring the generated output is always up to date, making use of the Visual Studio Custom Tool Support [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] T4 Toolbox: Automatic Template Transformation - Oleg Sych looks at making T4 templates automatically re-generate when one of the files they are based on changes ensuring the generated output is always up to date, making use of the Visual Studio Custom Tool Support [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dew Drop &#8211; November 28, 2009 &#124; Alvin Ashcraft&#39;s Morning Dew</title>
		<link>http://www.olegsych.com/2009/11/t4-toolbox-automatic-template-transformation/#comment-2456</link>
		<dc:creator>Dew Drop &#8211; November 28, 2009 &#124; Alvin Ashcraft&#39;s Morning Dew</dc:creator>
		<pubDate>Sat, 28 Nov 2009 14:09:36 +0000</pubDate>
		<guid>http://www.olegsych.com/2009/11/t4-toolbox-automatic-template-transformation/#comment-2456</guid>
		<description>[...] T4 Toolbox: Automatic Template Transformation (Oleg Sych) [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] T4 Toolbox: Automatic Template Transformation (Oleg Sych) [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

