<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Experimental LINQ to SQL template</title>
	<atom:link href="http://damieng.com/blog/2008/06/25/experimental-linq-to-sql-template-for-t4/feed" rel="self" type="application/rss+xml" />
	<link>http://damieng.com/blog/2008/06/25/experimental-linq-to-sql-template-for-t4</link>
	<description>A .NET developer in Redmond</description>
	<lastBuildDate>Fri, 12 Mar 2010 17:47:02 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Victor Garcia Aprea</title>
		<link>http://damieng.com/blog/2008/06/25/experimental-linq-to-sql-template-for-t4#comment-9576</link>
		<dc:creator>Victor Garcia Aprea</dc:creator>
		<pubDate>Sun, 05 Oct 2008 02:21:48 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/?p=922#comment-9576</guid>
		<description>@ Damien:

1) very nice template!

2) &quot;...You can&#039;t call the T4 template from your own application as T4 is part of the Visual Studio IDE...&quot; --&gt; actually you CAN use the T4 engine from your own apps, note the T4 engine is not tied to VS at all.

-vga.</description>
		<content:encoded><![CDATA[<p>@ Damien:</p>
<p>1) very nice template!</p>
<p>2) &#8220;&#8230;You can&#8217;t call the T4 template from your own application as T4 is part of the Visual Studio IDE&#8230;&#8221; &#8211;&gt; actually you CAN use the T4 engine from your own apps, note the T4 engine is not tied to VS at all.</p>
<p>-vga.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damien Guard</title>
		<link>http://damieng.com/blog/2008/06/25/experimental-linq-to-sql-template-for-t4#comment-9042</link>
		<dc:creator>Damien Guard</dc:creator>
		<pubDate>Sat, 19 Jul 2008 23:04:20 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/?p=922#comment-9042</guid>
		<description>You can&#039;t call the T4 template from your own application as T4 is part of the Visual Studio IDE.

You can however use the CodeDOM API, CSharpCodeProvider classes and Assembly.Load built into the .NET Framework to develop you own code-building, compilation and execution mechanism from your own applications.

[)amien</description>
		<content:encoded><![CDATA[<p>You can&#8217;t call the T4 template from your own application as T4 is part of the Visual Studio IDE.</p>
<p>You can however use the CodeDOM API, CSharpCodeProvider classes and Assembly.Load built into the .NET Framework to develop you own code-building, compilation and execution mechanism from your own applications.</p>
<p>[)amien</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gabriel</title>
		<link>http://damieng.com/blog/2008/06/25/experimental-linq-to-sql-template-for-t4#comment-9040</link>
		<dc:creator>gabriel</dc:creator>
		<pubDate>Sat, 19 Jul 2008 17:31:31 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/?p=922#comment-9040</guid>
		<description>Hi,
What you have done is fantastic.I am getting to grip with the T4 concept and how to write those templates.

Is it possible to have a form and button and call the template from a windows form?
Any examples anywhere?

thanks again for sharing this.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
What you have done is fantastic.I am getting to grip with the T4 concept and how to write those templates.</p>
<p>Is it possible to have a form and button and call the template from a windows form?<br />
Any examples anywhere?</p>
<p>thanks again for sharing this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oleg Sych - &#187; T4 Templates for LINQ to SQL and Entity Framework</title>
		<link>http://damieng.com/blog/2008/06/25/experimental-linq-to-sql-template-for-t4#comment-8914</link>
		<dc:creator>Oleg Sych - &#187; T4 Templates for LINQ to SQL and Entity Framework</dc:creator>
		<pubDate>Fri, 27 Jun 2008 21:14:53 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/?p=922#comment-8914</guid>
		<description>[...] Guard posted a T4 template for generating LINQ to SQL DataContext class in C# for all tables in a given SQL Server [...]</description>
		<content:encoded><![CDATA[<p>[...] Guard posted a T4 template for generating LINQ to SQL DataContext class in C# for all tables in a given SQL Server [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
