<?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: LINQ to SQL T4 template reloaded</title>
	<atom:link href="http://damieng.com/blog/2008/07/23/linq-to-sql-t4-template-reloaded/feed" rel="self" type="application/rss+xml" />
	<link>http://damieng.com/blog/2008/07/23/linq-to-sql-t4-template-reloaded</link>
	<description>A .NET developer in Redmond</description>
	<lastBuildDate>Sun, 14 Mar 2010 14:22:22 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nithin Mohan T K</title>
		<link>http://damieng.com/blog/2008/07/23/linq-to-sql-t4-template-reloaded#comment-37962</link>
		<dc:creator>Nithin Mohan T K</dc:creator>
		<pubDate>Sun, 14 Mar 2010 14:22:22 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/2008/07/23/linq-to-sql-t4-template-reloaded#comment-37962</guid>
		<description>that coolest and easiest linq2sql code generator t4 template. really thanks.. 

really use ful for all of us..</description>
		<content:encoded><![CDATA[<p>that coolest and easiest linq2sql code generator t4 template. really thanks.. </p>
<p>really use ful for all of us..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: T4: Text Template Transformation Toolkit &#171; Cosa importa se&#8230;.</title>
		<link>http://damieng.com/blog/2008/07/23/linq-to-sql-t4-template-reloaded#comment-20172</link>
		<dc:creator>T4: Text Template Transformation Toolkit &#171; Cosa importa se&#8230;.</dc:creator>
		<pubDate>Thu, 02 Jul 2009 10:54:10 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/2008/07/23/linq-to-sql-t4-template-reloaded#comment-20172</guid>
		<description>[...] T4 template for generating LINQ to SQL Data Context (by Damien Guard) [...]</description>
		<content:encoded><![CDATA[<p>[...] T4 template for generating LINQ to SQL Data Context (by Damien Guard) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silverlight Travel &#187; ADO.NET Data Services Advanced Topics - Custom proxy based on T4 templates</title>
		<link>http://damieng.com/blog/2008/07/23/linq-to-sql-t4-template-reloaded#comment-11373</link>
		<dc:creator>Silverlight Travel &#187; ADO.NET Data Services Advanced Topics - Custom proxy based on T4 templates</dc:creator>
		<pubDate>Thu, 26 Feb 2009 17:12:28 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/2008/07/23/linq-to-sql-t4-template-reloaded#comment-11373</guid>
		<description>[...] is a problem of all Microsoft ORM products, that is why community have created similar projects for LINQ to SQL (Damien Guard) and Entity Framework (Danny Simmons, ADO.NET [...]</description>
		<content:encoded><![CDATA[<p>[...] is a problem of all Microsoft ORM products, that is why community have created similar projects for LINQ to SQL (Damien Guard) and Entity Framework (Danny Simmons, ADO.NET [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LINQ Junkie</title>
		<link>http://damieng.com/blog/2008/07/23/linq-to-sql-t4-template-reloaded#comment-10654</link>
		<dc:creator>LINQ Junkie</dc:creator>
		<pubDate>Sat, 20 Dec 2008 20:29:51 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/2008/07/23/linq-to-sql-t4-template-reloaded#comment-10654</guid>
		<description>This article shows how it&#039;s done, but based on a different technology:
http://www.codeproject.com/KB/linq/CustomizeLINQtoSQL.aspx
As about VB, the site the article refers to has a VB implementation, but implementing only scenario 3 as described by the article.</description>
		<content:encoded><![CDATA[<p>This article shows how it&#8217;s done, but based on a different technology:<br />
<a href="http://www.codeproject.com/KB/linq/CustomizeLINQtoSQL.aspx" rel="nofollow">http://www.codeproject.com/KB/linq/CustomizeLINQtoSQL.aspx</a><br />
As about VB, the site the article refers to has a VB implementation, but implementing only scenario 3 as described by the article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tor Christian</title>
		<link>http://damieng.com/blog/2008/07/23/linq-to-sql-t4-template-reloaded#comment-9249</link>
		<dc:creator>Tor Christian</dc:creator>
		<pubDate>Thu, 28 Aug 2008 10:38:10 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/2008/07/23/linq-to-sql-t4-template-reloaded#comment-9249</guid>
		<description>I would very much like a vb.net version of the template :)

I am working on a case where I need to send linq objects via wcf services. I understand that after installing 3.5 sp1, wcf services supports bidirectional references. The problem is that the linq dbml generation does not support enityrefs on many:1 relationships. I was hoping that your template could solve this issue, because I need both 1:many and many:1 references :)

http://oakleafblog.blogspot.com/2008/07/bidirectional-serialization-of-linq-to.html</description>
		<content:encoded><![CDATA[<p>I would very much like a vb.net version of the template :)</p>
<p>I am working on a case where I need to send linq objects via wcf services. I understand that after installing 3.5 sp1, wcf services supports bidirectional references. The problem is that the linq dbml generation does not support enityrefs on many:1 relationships. I was hoping that your template could solve this issue, because I need both 1:many and many:1 references :)</p>
<p><a href="http://oakleafblog.blogspot.com/2008/07/bidirectional-serialization-of-linq-to.html" rel="nofollow">http://oakleafblog.blogspot.com/2008/07/bidirectional-serialization-of-linq-to.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damien Guard</title>
		<link>http://damieng.com/blog/2008/07/23/linq-to-sql-t4-template-reloaded#comment-9230</link>
		<dc:creator>Damien Guard</dc:creator>
		<pubDate>Tue, 26 Aug 2008 22:55:07 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/2008/07/23/linq-to-sql-t4-template-reloaded#comment-9230</guid>
		<description>I&#039;m not sure I get what the error is - can you post the compilation error and a short snippet of the syntax?  

[)amien</description>
		<content:encoded><![CDATA[<p>I&#8217;m not sure I get what the error is &#8211; can you post the compilation error and a short snippet of the syntax?  </p>
<p>[)amien</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Spencer</title>
		<link>http://damieng.com/blog/2008/07/23/linq-to-sql-t4-template-reloaded#comment-9229</link>
		<dc:creator>Spencer</dc:creator>
		<pubDate>Tue, 26 Aug 2008 22:49:01 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/2008/07/23/linq-to-sql-t4-template-reloaded#comment-9229</guid>
		<description>I&#039;m new to DSL, but when I try this out (I&#039;m planning on making some modifications to your template), it fails because some of my dbml markup contains types that are enumerations in my project.  Any suggestions or tips?</description>
		<content:encoded><![CDATA[<p>I&#8217;m new to DSL, but when I try this out (I&#8217;m planning on making some modifications to your template), it fails because some of my dbml markup contains types that are enumerations in my project.  Any suggestions or tips?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damien Guard</title>
		<link>http://damieng.com/blog/2008/07/23/linq-to-sql-t4-template-reloaded#comment-9226</link>
		<dc:creator>Damien Guard</dc:creator>
		<pubDate>Tue, 26 Aug 2008 18:04:53 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/2008/07/23/linq-to-sql-t4-template-reloaded#comment-9226</guid>
		<description>I would love to see the .NET Framework include parsers for C# and VB.NET although they would probably create a CodeDOM representation which is a very ugly and awkward to use API.

Thankfully the code-generation phase is relatively easy as this template shows and SqlMetal can take care of the trickier SQL to DBML phase.

[)amien</description>
		<content:encoded><![CDATA[<p>I would love to see the .NET Framework include parsers for C# and VB.NET although they would probably create a CodeDOM representation which is a very ugly and awkward to use API.</p>
<p>Thankfully the code-generation phase is relatively easy as this template shows and SqlMetal can take care of the trickier SQL to DBML phase.</p>
<p>[)amien</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rybolt</title>
		<link>http://damieng.com/blog/2008/07/23/linq-to-sql-t4-template-reloaded#comment-9225</link>
		<dc:creator>Rybolt</dc:creator>
		<pubDate>Tue, 26 Aug 2008 17:28:45 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/2008/07/23/linq-to-sql-t4-template-reloaded#comment-9225</guid>
		<description>Thanks a lot for this template and t4 intro.  I&#039;ve been researching ways to customize LINQ to SQL generated code for a few days now.  Ideally a good C# parser and CodeDOM could have been useful, but there is no good C# parser, at least an updated one.

It seems unfortunate that we can&#039;t use what sqlmetal gives us, and then use the template to alter it.  Essentially having to recreate all that functionality to gain back control :)</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this template and t4 intro.  I&#8217;ve been researching ways to customize LINQ to SQL generated code for a few days now.  Ideally a good C# parser and CodeDOM could have been useful, but there is no good C# parser, at least an updated one.</p>
<p>It seems unfortunate that we can&#8217;t use what sqlmetal gives us, and then use the template to alter it.  Essentially having to recreate all that functionality to gain back control :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Kruger</title>
		<link>http://damieng.com/blog/2008/07/23/linq-to-sql-t4-template-reloaded#comment-9130</link>
		<dc:creator>Jon Kruger</dc:creator>
		<pubDate>Sun, 10 Aug 2008 00:50:24 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/2008/07/23/linq-to-sql-t4-template-reloaded#comment-9130</guid>
		<description>I&#039;ve always wished that I could modify the L2S code generator.  Looking forward to checking it out.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve always wished that I could modify the L2S code generator.  Looking forward to checking it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dew Drop - August 8, 2008 &#124; Alvin Ashcraft's Morning Dew</title>
		<link>http://damieng.com/blog/2008/07/23/linq-to-sql-t4-template-reloaded#comment-9125</link>
		<dc:creator>Dew Drop - August 8, 2008 &#124; Alvin Ashcraft's Morning Dew</dc:creator>
		<pubDate>Fri, 08 Aug 2008 12:06:46 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/2008/07/23/linq-to-sql-t4-template-reloaded#comment-9125</guid>
		<description>[...] LINQ to SQL T4 Template Reloaded (Damien Guard) [...]</description>
		<content:encoded><![CDATA[<p>[...] LINQ to SQL T4 Template Reloaded (Damien Guard) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damien Guard</title>
		<link>http://damieng.com/blog/2008/07/23/linq-to-sql-t4-template-reloaded#comment-9121</link>
		<dc:creator>Damien Guard</dc:creator>
		<pubDate>Thu, 07 Aug 2008 23:35:57 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/2008/07/23/linq-to-sql-t4-template-reloaded#comment-9121</guid>
		<description>I wouldn&#039;t know where to start with that but if you&#039;re offering to show me the way ;-)

[)amien</description>
		<content:encoded><![CDATA[<p>I wouldn&#8217;t know where to start with that but if you&#8217;re offering to show me the way ;-)</p>
<p>[)amien</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikhil Kothari</title>
		<link>http://damieng.com/blog/2008/07/23/linq-to-sql-t4-template-reloaded#comment-9120</link>
		<dc:creator>Nikhil Kothari</dc:creator>
		<pubDate>Thu, 07 Aug 2008 21:00:53 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/2008/07/23/linq-to-sql-t4-template-reloaded#comment-9120</guid>
		<description>I wonder if your code generator could be packaged into a VS code generator, and then someone can simply replace the default DBML code generator?</description>
		<content:encoded><![CDATA[<p>I wonder if your code generator could be packaged into a VS code generator, and then someone can simply replace the default DBML code generator?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Oleg Sych - &#187; Recent blog posts about T4</title>
		<link>http://damieng.com/blog/2008/07/23/linq-to-sql-t4-template-reloaded#comment-9071</link>
		<dc:creator>Oleg Sych - &#187; Recent blog posts about T4</dc:creator>
		<pubDate>Wed, 30 Jul 2008 22:38:41 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/2008/07/23/linq-to-sql-t4-template-reloaded#comment-9071</guid>
		<description>[...] Guard made several improvements in his LINQ to SQL template, including code generation based on .dbml file instead of SQL database, associations based on [...]</description>
		<content:encoded><![CDATA[<p>[...] Guard made several improvements in his LINQ to SQL template, including code generation based on .dbml file instead of SQL database, associations based on [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
