<?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: Understanding T4: &#60;#@ property #&#62; directive</title>
	<link>http://www.olegsych.com/2008/04/t4-property-directive/</link>
	<description>this.Write(code);</description>
	<pubDate>Tue, 18 Nov 2008 15:07:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Designing Out Loud in the .NET Space : How to Pass Parameters to the T4 Code Generator: Stuff Found on the Web</title>
		<link>http://www.olegsych.com/2008/04/t4-property-directive/#comment-632</link>
		<dc:creator>Designing Out Loud in the .NET Space : How to Pass Parameters to the T4 Code Generator: Stuff Found on the Web</dc:creator>
		<pubDate>Thu, 23 Oct 2008 16:31:42 +0000</pubDate>
		<guid>http://www.olegsych.com/2008/04/t4-property-directive/#comment-632</guid>
		<description>[...] Sych on Understanding T4: &#60;#@ property #&#62; directive: might be useful, but seems to be aimed at a part of Visual Studio calling T4.&#160; Not sure that [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Sych on Understanding T4: &lt;#@ property #&gt; directive: might be useful, but seems to be aimed at a part of Visual Studio calling T4.&#160; Not sure that [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oleg Sych</title>
		<link>http://www.olegsych.com/2008/04/t4-property-directive/#comment-411</link>
		<dc:creator>Oleg Sych</dc:creator>
		<pubDate>Mon, 25 Aug 2008 21:23:33 +0000</pubDate>
		<guid>http://www.olegsych.com/2008/04/t4-property-directive/#comment-411</guid>
		<description>Thanks, Ali. Yes, it is possible to use T4 templates hosted in a standalone application. &lt;a href="http://msdn.microsoft.com/en-us/library/bb126461.aspx" rel="nofollow"&gt;TextTransform.exe&lt;/a&gt; is an example of such an application. Unfortunately, it doesn't provide a built-in mechanism for passing parameter values. You could pass parameters via an external (XML?) file referenced in the template itself. Otherwise, you could build a custom T4 &lt;a href="http://www.olegsych.com/2008/05/t4-architecture/" rel="nofollow"&gt;Host&lt;/a&gt; which could provide this capability similar to how GAT host does it with the arguments dictionary.</description>
		<content:encoded><![CDATA[<p>Thanks, Ali. Yes, it is possible to use T4 templates hosted in a standalone application. <a href="http://msdn.microsoft.com/en-us/library/bb126461.aspx" rel="nofollow">TextTransform.exe</a> is an example of such an application. Unfortunately, it doesn&#8217;t provide a built-in mechanism for passing parameter values. You could pass parameters via an external (XML?) file referenced in the template itself. Otherwise, you could build a custom T4 <a href="http://www.olegsych.com/2008/05/t4-architecture/" rel="nofollow">Host</a> which could provide this capability similar to how GAT host does it with the arguments dictionary.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ali takavcı</title>
		<link>http://www.olegsych.com/2008/04/t4-property-directive/#comment-400</link>
		<dc:creator>ali takavcı</dc:creator>
		<pubDate>Thu, 21 Aug 2008 14:43:37 +0000</pubDate>
		<guid>http://www.olegsych.com/2008/04/t4-property-directive/#comment-400</guid>
		<description>hi oleg,
thanks for the articles and posts, think that they are useful and clear.
i wonder if it is possible to use t4 templates hosted in a standalone application and provide on the fly parameter passing mechanism (by engine or host)</description>
		<content:encoded><![CDATA[<p>hi oleg,<br />
thanks for the articles and posts, think that they are useful and clear.<br />
i wonder if it is possible to use t4 templates hosted in a standalone application and provide on the fly parameter passing mechanism (by engine or host)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon Davids</title>
		<link>http://www.olegsych.com/2008/04/t4-property-directive/#comment-239</link>
		<dc:creator>Brandon Davids</dc:creator>
		<pubDate>Mon, 30 Jun 2008 20:12:57 +0000</pubDate>
		<guid>http://www.olegsych.com/2008/04/t4-property-directive/#comment-239</guid>
		<description>I was getting an EntryPointNotFoundException on the line:

string output = engine.ProcessTemplate(template, host);

I had to dig out Microsoft.VisualStudio.TextTemplating.dll version 8.1.0.0 to get that line to work.</description>
		<content:encoded><![CDATA[<p>I was getting an EntryPointNotFoundException on the line:</p>
<p>string output = engine.ProcessTemplate(template, host);</p>
<p>I had to dig out Microsoft.VisualStudio.TextTemplating.dll version 8.1.0.0 to get that line to work.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
