<?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 Tutorial: Creating complex code generators</title>
	<link>http://www.olegsych.com/2008/09/t4-tutorial-creating-complex-code-generators/</link>
	<description>Me.Write(code)</description>
	<pubDate>Sun, 14 Mar 2010 18:14:12 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: Oleg Sych</title>
		<link>http://www.olegsych.com/2008/09/t4-tutorial-creating-complex-code-generators/#comment-2902</link>
		<dc:creator>Oleg Sych</dc:creator>
		<pubDate>Tue, 16 Feb 2010 19:15:27 +0000</pubDate>
		<guid>http://www.olegsych.com/2008/09/t4-tutorial-creating-complex-code-generators/#comment-2902</guid>
		<description>Good tip, Stanislav. Thanks! It's too bad this workaround generates a warning.</description>
		<content:encoded><![CDATA[<p>Good tip, Stanislav. Thanks! It&#8217;s too bad this workaround generates a warning.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stanislav Kniazev</title>
		<link>http://www.olegsych.com/2008/09/t4-tutorial-creating-complex-code-generators/#comment-2901</link>
		<dc:creator>Stanislav Kniazev</dc:creator>
		<pubDate>Tue, 16 Feb 2010 15:27:26 +0000</pubDate>
		<guid>http://www.olegsych.com/2008/09/t4-tutorial-creating-complex-code-generators/#comment-2901</guid>
		<description>This is in reply to ##8&#38;9: I've found a bug that looks more like feature that allows to suppress an output file generation - specify an invalid extension in output directive like this:
&lt;code&gt;
&lt;#@ output extension="\n" #&gt;
or 
&lt;#@ output extension="\\" #&gt;
or
&lt;#@ output extension="?" #&gt;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>This is in reply to ##8&amp;9: I&#8217;ve found a bug that looks more like feature that allows to suppress an output file generation - specify an invalid extension in output directive like this:<br />
<code><br />
< #@ output extension="\n" #><br />
or<br />
< #@ output extension="\\" #><br />
or<br />
< #@ output extension="?" #><br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oleg Sych</title>
		<link>http://www.olegsych.com/2008/09/t4-tutorial-creating-complex-code-generators/#comment-2647</link>
		<dc:creator>Oleg Sych</dc:creator>
		<pubDate>Sun, 27 Dec 2009 21:19:16 +0000</pubDate>
		<guid>http://www.olegsych.com/2008/09/t4-tutorial-creating-complex-code-generators/#comment-2647</guid>
		<description>Peter, thanks for pointing this out. I have updated the article.</description>
		<content:encoded><![CDATA[<p>Peter, thanks for pointing this out. I have updated the article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter LaComb</title>
		<link>http://www.olegsych.com/2008/09/t4-tutorial-creating-complex-code-generators/#comment-2565</link>
		<dc:creator>Peter LaComb</dc:creator>
		<pubDate>Fri, 18 Dec 2009 19:10:23 +0000</pubDate>
		<guid>http://www.olegsych.com/2008/09/t4-tutorial-creating-complex-code-generators/#comment-2565</guid>
		<description>Could you please update this page as with the previous one to refer to the 'Script' item instead of 'File' in the section "Reuse the code generator'.</description>
		<content:encoded><![CDATA[<p>Could you please update this page as with the previous one to refer to the &#8216;Script&#8217; item instead of &#8216;File&#8217; in the section &#8220;Reuse the code generator&#8217;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brandon Dimperio</title>
		<link>http://www.olegsych.com/2008/09/t4-tutorial-creating-complex-code-generators/#comment-2563</link>
		<dc:creator>Brandon Dimperio</dc:creator>
		<pubDate>Fri, 18 Dec 2009 18:33:40 +0000</pubDate>
		<guid>http://www.olegsych.com/2008/09/t4-tutorial-creating-complex-code-generators/#comment-2563</guid>
		<description>i've followed every step of the articles in order so far without trouble but this line:"Click Project-&#62;Add New Item in the main menu and select File item from the Code Generation folder in the dialog."

I don't have a 'File item' listed in the Code Generation Category?</description>
		<content:encoded><![CDATA[<p>i&#8217;ve followed every step of the articles in order so far without trouble but this line:&#8221;Click Project-&gt;Add New Item in the main menu and select File item from the Code Generation folder in the dialog.&#8221;</p>
<p>I don&#8217;t have a &#8216;File item&#8217; listed in the Code Generation Category?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oleg Sych</title>
		<link>http://www.olegsych.com/2008/09/t4-tutorial-creating-complex-code-generators/#comment-2410</link>
		<dc:creator>Oleg Sych</dc:creator>
		<pubDate>Thu, 05 Nov 2009 14:12:47 +0000</pubDate>
		<guid>http://www.olegsych.com/2008/09/t4-tutorial-creating-complex-code-generators/#comment-2410</guid>
		<description>Updated source code to be compatible with version 9.10 of the T4 Toolbox.</description>
		<content:encoded><![CDATA[<p>Updated source code to be compatible with version 9.10 of the T4 Toolbox.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oleg Sych</title>
		<link>http://www.olegsych.com/2008/09/t4-tutorial-creating-complex-code-generators/#comment-1877</link>
		<dc:creator>Oleg Sych</dc:creator>
		<pubDate>Thu, 06 Aug 2009 15:57:05 +0000</pubDate>
		<guid>http://www.olegsych.com/2008/09/t4-tutorial-creating-complex-code-generators/#comment-1877</guid>
		<description>Unfortunately, no. This file is created by the Visual Studio itself, after T4 is done generating the file. Visual Studio will generate the output file even if main template output is empty.</description>
		<content:encoded><![CDATA[<p>Unfortunately, no. This file is created by the Visual Studio itself, after T4 is done generating the file. Visual Studio will generate the output file even if main template output is empty.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Kamoski</title>
		<link>http://www.olegsych.com/2008/09/t4-tutorial-creating-complex-code-generators/#comment-1876</link>
		<dc:creator>Mark Kamoski</dc:creator>
		<pubDate>Thu, 06 Aug 2009 15:22:35 +0000</pubDate>
		<guid>http://www.olegsych.com/2008/09/t4-tutorial-creating-complex-code-generators/#comment-1876</guid>
		<description>This is a small thing. There is an extra- file created by this approach. The extra-file in this example is "NorthwindProcedures.txt". Is there a way to supress the creation of this extra-file?</description>
		<content:encoded><![CDATA[<p>This is a small thing. There is an extra- file created by this approach. The extra-file in this example is &#8220;NorthwindProcedures.txt&#8221;. Is there a way to supress the creation of this extra-file?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Billy McCaferty and his S#arp Architecture &#171; Fluent.Interface</title>
		<link>http://www.olegsych.com/2008/09/t4-tutorial-creating-complex-code-generators/#comment-1203</link>
		<dc:creator>Billy McCaferty and his S#arp Architecture &#171; Fluent.Interface</dc:creator>
		<pubDate>Thu, 19 Mar 2009 00:02:20 +0000</pubDate>
		<guid>http://www.olegsych.com/2008/09/t4-tutorial-creating-complex-code-generators/#comment-1203</guid>
		<description>[...] also makes dudious use of the T4 templating support built into VS2008 to codegen files from the Model objects through to Views and Controllers.  A great kick start for any new project [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] also makes dudious use of the T4 templating support built into VS2008 to codegen files from the Model objects through to Views and Controllers.  A great kick start for any new project [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: z00100</title>
		<link>http://www.olegsych.com/2008/09/t4-tutorial-creating-complex-code-generators/#comment-889</link>
		<dc:creator>z00100</dc:creator>
		<pubDate>Tue, 16 Dec 2008 12:24:35 +0000</pubDate>
		<guid>http://www.olegsych.com/2008/09/t4-tutorial-creating-complex-code-generators/#comment-889</guid>
		<description>Also, there is an error in article:

Select DeleteProcedureTemplate.tt in the solution explorer and change Custom Tool property from TextTemplatingFileGenerator to an empty value. This will prevent Visual Studio from trying to use this file for code generation and reporting errors in the Error List window.

Must be CrudProcedureGenerator.tt instead of DeleteProcedureTemplate.tt.</description>
		<content:encoded><![CDATA[<p>Also, there is an error in article:</p>
<p>Select DeleteProcedureTemplate.tt in the solution explorer and change Custom Tool property from TextTemplatingFileGenerator to an empty value. This will prevent Visual Studio from trying to use this file for code generation and reporting errors in the Error List window.</p>
<p>Must be CrudProcedureGenerator.tt instead of DeleteProcedureTemplate.tt.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
