<?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 your first code generator</title>
	<link>http://www.olegsych.com/2008/09/t4-tutorial-creatating-your-first-code-generator/</link>
	<description>Interfaces are like alcohol - they are a lot of fun when used in moderation.</description>
	<pubDate>Sat, 04 Feb 2012 05:44:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
		<item>
		<title>By: tripodS daily grind &#187; WCF Entity Framework ErrorGeneratingOutput Using T4</title>
		<link>http://www.olegsych.com/2008/09/t4-tutorial-creatating-your-first-code-generator/#comment-3487</link>
		<dc:creator>tripodS daily grind &#187; WCF Entity Framework ErrorGeneratingOutput Using T4</dc:creator>
		<pubDate>Thu, 19 Jan 2012 09:37:54 +0000</pubDate>
		<guid>http://www.olegsych.com/2008/09/t4-tutorial-creatating-your-first-code-generator/#comment-3487</guid>
		<description>[...] Lösung bietet u.U.  ein 3rd Party Tool im Zusammenspiel mit einem WCF Data Service: http://www.olegsych.com/2008/09/t4-tutorial-creatating-your-first-code-generator/ [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Lösung bietet u.U.  ein 3rd Party Tool im Zusammenspiel mit einem WCF Data Service: <a href="http://www.olegsych.com/2008/09/t4-tutorial-creatating-your-first-code-generator/" rel="nofollow">http://www.olegsych.com/2008/09/t4-tutorial-creatating-your-first-code-generator/</a> [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oleg Sych</title>
		<link>http://www.olegsych.com/2008/09/t4-tutorial-creatating-your-first-code-generator/#comment-3391</link>
		<dc:creator>Oleg Sych</dc:creator>
		<pubDate>Wed, 06 Apr 2011 15:53:01 +0000</pubDate>
		<guid>http://www.olegsych.com/2008/09/t4-tutorial-creatating-your-first-code-generator/#comment-3391</guid>
		<description>This dependency was added in one of the SQL Server versions released after I wrote this article. Simply add 
&lt;#@ assembly name="Microsoft.SqlServer.Management.Sdk.Sfc" #&gt; to your template file.</description>
		<content:encoded><![CDATA[<p>This dependency was added in one of the SQL Server versions released after I wrote this article. Simply add<br />
< #@ assembly name="Microsoft.SqlServer.Management.Sdk.Sfc" #> to your template file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rebcabin</title>
		<link>http://www.olegsych.com/2008/09/t4-tutorial-creatating-your-first-code-generator/#comment-3385</link>
		<dc:creator>rebcabin</dc:creator>
		<pubDate>Fri, 01 Apr 2011 14:14:27 +0000</pubDate>
		<guid>http://www.olegsych.com/2008/09/t4-tutorial-creatating-your-first-code-generator/#comment-3385</guid>
		<description>In the second step, adding .NET code to text template, I got 10 "missing assembly" errors like the one below. I made sure all the sql server assemblies where in %windir%\assembly (I think that's the GAC), but no good. I added the assemblies to the project, no good. I guess the only thing I can do is add absolute paths to the assemblies, but that is a HORRIBLE solution since I can't share the solution with programmers who don't have exactly the same absolute paths. Do you have any ideas how to fix this?


Error	1	Compiling transformation: The type 'Microsoft.SqlServer.Management.Sdk.Sfc.ISfcValidate' is defined in an assembly that is not referenced. You must add a reference to assembly 'Microsoft.SqlServer.Management.Sdk.Sfc, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91'.</description>
		<content:encoded><![CDATA[<p>In the second step, adding .NET code to text template, I got 10 &#8220;missing assembly&#8221; errors like the one below. I made sure all the sql server assemblies where in %windir%\assembly (I think that&#8217;s the GAC), but no good. I added the assemblies to the project, no good. I guess the only thing I can do is add absolute paths to the assemblies, but that is a HORRIBLE solution since I can&#8217;t share the solution with programmers who don&#8217;t have exactly the same absolute paths. Do you have any ideas how to fix this?</p>
<p>Error	1	Compiling transformation: The type &#8216;Microsoft.SqlServer.Management.Sdk.Sfc.ISfcValidate&#8217; is defined in an assembly that is not referenced. You must add a reference to assembly &#8216;Microsoft.SqlServer.Management.Sdk.Sfc, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91&#8242;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.olegsych.com/2008/09/t4-tutorial-creatating-your-first-code-generator/#comment-3282</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 20 Oct 2010 19:26:37 +0000</pubDate>
		<guid>http://www.olegsych.com/2008/09/t4-tutorial-creatating-your-first-code-generator/#comment-3282</guid>
		<description>Thanks for this post. I am just getting into T4 and this post helped me a lot... I blogged about it here :

http://www.mathlionsoftware.com/2010/10/finally-learning-t4-and-its-good/</description>
		<content:encoded><![CDATA[<p>Thanks for this post. I am just getting into T4 and this post helped me a lot&#8230; I blogged about it here :</p>
<p><a href="http://www.mathlionsoftware.com/2010/10/finally-learning-t4-and-its-good/" rel="nofollow">http://www.mathlionsoftware.com/2010/10/finally-learning-t4-and-its-good/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: I am finally learning T4&#8230; and it is good! - MathLion Software</title>
		<link>http://www.olegsych.com/2008/09/t4-tutorial-creatating-your-first-code-generator/#comment-3281</link>
		<dc:creator>I am finally learning T4&#8230; and it is good! - MathLion Software</dc:creator>
		<pubDate>Wed, 20 Oct 2010 19:26:06 +0000</pubDate>
		<guid>http://www.olegsych.com/2008/09/t4-tutorial-creatating-your-first-code-generator/#comment-3281</guid>
		<description>[...] I started my code generation foray using Oleg&#8217;s article titled T4 Tutorial: Creating your first code generator and that got me most of the way to what I needed to do. I did have to do some more learning as the [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] I started my code generation foray using Oleg&#8217;s article titled T4 Tutorial: Creating your first code generator and that got me most of the way to what I needed to do. I did have to do some more learning as the [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oleg Sych</title>
		<link>http://www.olegsych.com/2008/09/t4-tutorial-creatating-your-first-code-generator/#comment-3206</link>
		<dc:creator>Oleg Sych</dc:creator>
		<pubDate>Sun, 08 Aug 2010 14:35:15 +0000</pubDate>
		<guid>http://www.olegsych.com/2008/09/t4-tutorial-creatating-your-first-code-generator/#comment-3206</guid>
		<description>Venki,

With T4 you can use either C# or Visual Basic to generate any text files. 

Oleg</description>
		<content:encoded><![CDATA[<p>Venki,</p>
<p>With T4 you can use either C# or Visual Basic to generate any text files. </p>
<p>Oleg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Venki</title>
		<link>http://www.olegsych.com/2008/09/t4-tutorial-creatating-your-first-code-generator/#comment-3192</link>
		<dc:creator>Venki</dc:creator>
		<pubDate>Mon, 26 Jul 2010 14:09:30 +0000</pubDate>
		<guid>http://www.olegsych.com/2008/09/t4-tutorial-creatating-your-first-code-generator/#comment-3192</guid>
		<description>Hi Oleg,

Is T4 restricted to only .NET languagages. Can I use it for non .net framework languages also.. Say I want to generated code in Ruby, Php. Can I use Ph4 for generating code in Ruby or Php?</description>
		<content:encoded><![CDATA[<p>Hi Oleg,</p>
<p>Is T4 restricted to only .NET languagages. Can I use it for non .net framework languages also.. Say I want to generated code in Ruby, Php. Can I use Ph4 for generating code in Ruby or Php?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Felix</title>
		<link>http://www.olegsych.com/2008/09/t4-tutorial-creatating-your-first-code-generator/#comment-3167</link>
		<dc:creator>Felix</dc:creator>
		<pubDate>Wed, 23 Jun 2010 05:17:41 +0000</pubDate>
		<guid>http://www.olegsych.com/2008/09/t4-tutorial-creatating-your-first-code-generator/#comment-3167</guid>
		<description>Seems that there are some modifications required in VS2010 (or maybe it's just me):

1. It didn't work for me until I added the assemblies into GAC (SQL Server doesn't add them during install; and just adding the DLLs to the project didn't help - seems like transformation tool ignores project references).
2. you also need to add another assembly:
</description>
		<content:encoded><![CDATA[<p>Seems that there are some modifications required in VS2010 (or maybe it&#8217;s just me):</p>
<p>1. It didn&#8217;t work for me until I added the assemblies into GAC (SQL Server doesn&#8217;t add them during install; and just adding the DLLs to the project didn&#8217;t help - seems like transformation tool ignores project references).<br />
2. you also need to add another assembly:</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Code Generator Built Right into Visual Studio &#171; www.ryanstevens.co.uk</title>
		<link>http://www.olegsych.com/2008/09/t4-tutorial-creatating-your-first-code-generator/#comment-2995</link>
		<dc:creator>Code Generator Built Right into Visual Studio &#171; www.ryanstevens.co.uk</dc:creator>
		<pubDate>Tue, 20 Apr 2010 07:37:50 +0000</pubDate>
		<guid>http://www.olegsych.com/2008/09/t4-tutorial-creatating-your-first-code-generator/#comment-2995</guid>
		<description>[...] Creating your first code generator [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Creating your first code generator [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: T4 &#8211; Code Generation By Using Code Templates &#171; Lamentations of one programmer</title>
		<link>http://www.olegsych.com/2008/09/t4-tutorial-creatating-your-first-code-generator/#comment-2961</link>
		<dc:creator>T4 &#8211; Code Generation By Using Code Templates &#171; Lamentations of one programmer</dc:creator>
		<pubDate>Thu, 01 Apr 2010 09:25:19 +0000</pubDate>
		<guid>http://www.olegsych.com/2008/09/t4-tutorial-creatating-your-first-code-generator/#comment-2961</guid>
		<description>[...] T4 Tutorial, by Oleg Synch, and [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] T4 Tutorial, by Oleg Synch, and [&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

