<?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 Template Design: Standalone Template</title>
	<link>http://www.olegsych.com/2008/04/t4-template-design-standalone-template/</link>
	<description>this.Write(code);</description>
	<pubDate>Tue, 18 Nov 2008 14:59:43 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Oleg Sych</title>
		<link>http://www.olegsych.com/2008/04/t4-template-design-standalone-template/#comment-704</link>
		<dc:creator>Oleg Sych</dc:creator>
		<pubDate>Sun, 02 Nov 2008 13:47:02 +0000</pubDate>
		<guid>http://www.olegsych.com/2008/04/t4-template-design-standalone-template/#comment-704</guid>
		<description>You can use code shown in the "Calling Template" example in this article to do it.
&lt;ul&gt;
&lt;li&gt;Create a new console application
&lt;li&gt;Add assemblies listed in &lt;#@ import #&gt; directives as references to the project
&lt;li&gt;Copy the code from the &lt;# statement block #&gt; to the Main method
&lt;li&gt;Change the "Write" method call to "Console.Write"
&lt;li&gt;Copy the code from the &lt;#+ class feature block #&gt; to the Program class outside of the Main method
&lt;/ul&gt;
Let me know if this doesn't work.</description>
		<content:encoded><![CDATA[<p>You can use code shown in the &#8220;Calling Template&#8221; example in this article to do it.</p>
<ul>
<li>Create a new console application
</li>
<li>Add assemblies listed in < #@ import #> directives as references to the project
</li>
<li>Copy the code from the < # statement block #> to the Main method
</li>
<li>Change the &#8220;Write&#8221; method call to &#8220;Console.Write&#8221;
</li>
<li>Copy the code from the < #+ class feature block #> to the Program class outside of the Main method
</li>
</ul>
<p>Let me know if this doesn&#8217;t work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: micnik</title>
		<link>http://www.olegsych.com/2008/04/t4-template-design-standalone-template/#comment-673</link>
		<dc:creator>micnik</dc:creator>
		<pubDate>Wed, 29 Oct 2008 14:57:44 +0000</pubDate>
		<guid>http://www.olegsych.com/2008/04/t4-template-design-standalone-template/#comment-673</guid>
		<description>Thank you for your interesting articles!!!
Do you have an example of invoking a T4 template from external code, such as a console application?

Best regards / Michael</description>
		<content:encoded><![CDATA[<p>Thank you for your interesting articles!!!<br />
Do you have an example of invoking a T4 template from external code, such as a console application?</p>
<p>Best regards / Michael</p>
]]></content:encoded>
	</item>
</channel>
</rss>
