<?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 templates updated, now on CodePlex</title>
	<atom:link href="http://damieng.com/blog/2009/01/19/linq-to-sql-templates-updated-now-on-codeplex/feed" rel="self" type="application/rss+xml" />
	<link>http://damieng.com/blog/2009/01/19/linq-to-sql-templates-updated-now-on-codeplex</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: KLCA</title>
		<link>http://damieng.com/blog/2009/01/19/linq-to-sql-templates-updated-now-on-codeplex#comment-36555</link>
		<dc:creator>KLCA</dc:creator>
		<pubDate>Fri, 19 Feb 2010 17:32:57 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/2009/01/19/linq-to-sql-templates-updated-now-on-codeplex#comment-36555</guid>
		<description>Hi,

Excuse me sir ... where is the .wmv file? I&#039;m trying to build an MetaData file automatically having as a start point my .dbml LINQ to SQL DataContext File.


Carlos Porras (El Salvador)</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Excuse me sir &#8230; where is the .wmv file? I&#8217;m trying to build an MetaData file automatically having as a start point my .dbml LINQ to SQL DataContext File.</p>
<p>Carlos Porras (El Salvador)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harro Schmidt</title>
		<link>http://damieng.com/blog/2009/01/19/linq-to-sql-templates-updated-now-on-codeplex#comment-33019</link>
		<dc:creator>Harro Schmidt</dc:creator>
		<pubDate>Wed, 23 Dec 2009 08:52:09 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/2009/01/19/linq-to-sql-templates-updated-now-on-codeplex#comment-33019</guid>
		<description>Hi Damien,

When using the built-in generator the namespace of my DataContext is MyCompany.Database (the .dbml is located in the folder &#039;Database&#039; within the project).
But with using the template, the namespace &#039;Database&#039; is missing.
Any ideas?

Harro</description>
		<content:encoded><![CDATA[<p>Hi Damien,</p>
<p>When using the built-in generator the namespace of my DataContext is MyCompany.Database (the .dbml is located in the folder &#8216;Database&#8217; within the project).<br />
But with using the template, the namespace &#8216;Database&#8217; is missing.<br />
Any ideas?</p>
<p>Harro</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damien Guard</title>
		<link>http://damieng.com/blog/2009/01/19/linq-to-sql-templates-updated-now-on-codeplex#comment-29930</link>
		<dc:creator>Damien Guard</dc:creator>
		<pubDate>Wed, 11 Nov 2009 19:39:58 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/2009/01/19/linq-to-sql-templates-updated-now-on-codeplex#comment-29930</guid>
		<description>@Daniel : This is normally caused by a DBML coming from another project. The DBML tends to reference the connection via the app.config but the app.config wasn&#039;t copied. Opening the DBML in the designer will detect this and remove the offending code so you can setup a new connection.

[)amien</description>
		<content:encoded><![CDATA[<p>@Daniel : This is normally caused by a DBML coming from another project. The DBML tends to reference the connection via the app.config but the app.config wasn&#8217;t copied. Opening the DBML in the designer will detect this and remove the offending code so you can setup a new connection.</p>
<p>[)amien</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Cotter</title>
		<link>http://damieng.com/blog/2009/01/19/linq-to-sql-templates-updated-now-on-codeplex#comment-29928</link>
		<dc:creator>Daniel Cotter</dc:creator>
		<pubDate>Wed, 11 Nov 2009 19:33:11 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/2009/01/19/linq-to-sql-templates-updated-now-on-codeplex#comment-29928</guid>
		<description>Great tool! It&#039;s really nice to be able to customize the L2S code like that. I used it to fix a circular reference problem LINQ was having when serializing a parent entity to JSON (by adding [ScriptIgnore] above any Associations).

On another note, the line base(global::.Default., mappingSource) was causing a build error for me (couldn&#039;t find Default). Is this just because I&#039;m using VS2010b2?

Daniel</description>
		<content:encoded><![CDATA[<p>Great tool! It&#8217;s really nice to be able to customize the L2S code like that. I used it to fix a circular reference problem LINQ was having when serializing a parent entity to JSON (by adding [ScriptIgnore] above any Associations).</p>
<p>On another note, the line base(global::.Default., mappingSource) was causing a build error for me (couldn&#8217;t find Default). Is this just because I&#8217;m using VS2010b2?</p>
<p>Daniel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pavel Kubik</title>
		<link>http://damieng.com/blog/2009/01/19/linq-to-sql-templates-updated-now-on-codeplex#comment-29793</link>
		<dc:creator>Pavel Kubik</dc:creator>
		<pubDate>Tue, 10 Nov 2009 14:20:08 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/2009/01/19/linq-to-sql-templates-updated-now-on-codeplex#comment-29793</guid>
		<description>Hi, 
what if I have columns like &#039;private&#039; and &#039;operator&#039; in my database table. Compiling the code generated with this template fails, obviously. I can&#039;t (or lets say don&#039;t want to) make any changes to my tables... Any ideas? 

Thanks, Pavel.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
what if I have columns like &#8216;private&#8217; and &#8216;operator&#8217; in my database table. Compiling the code generated with this template fails, obviously. I can&#8217;t (or lets say don&#8217;t want to) make any changes to my tables&#8230; Any ideas? </p>
<p>Thanks, Pavel.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damien Guard</title>
		<link>http://damieng.com/blog/2009/01/19/linq-to-sql-templates-updated-now-on-codeplex#comment-29151</link>
		<dc:creator>Damien Guard</dc:creator>
		<pubDate>Tue, 03 Nov 2009 23:03:00 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/2009/01/19/linq-to-sql-templates-updated-now-on-codeplex#comment-29151</guid>
		<description>@Nigel: The warnings I see are:

1. Naming - casing/underscores/discrete (change the names in the DBML)
2. Usage - Settable collection properties (would be a breaking change but you could suppress this warning by modifying the template)

[)amien</description>
		<content:encoded><![CDATA[<p>@Nigel: The warnings I see are:</p>
<p>1. Naming &#8211; casing/underscores/discrete (change the names in the DBML)<br />
2. Usage &#8211; Settable collection properties (would be a breaking change but you could suppress this warning by modifying the template)</p>
<p>[)amien</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nigel Deakin</title>
		<link>http://damieng.com/blog/2009/01/19/linq-to-sql-templates-updated-now-on-codeplex#comment-29115</link>
		<dc:creator>Nigel Deakin</dc:creator>
		<pubDate>Tue, 03 Nov 2009 14:25:35 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/2009/01/19/linq-to-sql-templates-updated-now-on-codeplex#comment-29115</guid>
		<description>Love the reorganised code but not so taken by the CA warnings I get from the code that gets generated.

How do I surpress any code warnings from the generated code. The project is marked to ignore such but both standard VS2008 and running with this template causes CA to shout out warnings.

Regards, Nigel</description>
		<content:encoded><![CDATA[<p>Love the reorganised code but not so taken by the CA warnings I get from the code that gets generated.</p>
<p>How do I surpress any code warnings from the generated code. The project is marked to ignore such but both standard VS2008 and running with this template causes CA to shout out warnings.</p>
<p>Regards, Nigel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jordan Rieger</title>
		<link>http://damieng.com/blog/2009/01/19/linq-to-sql-templates-updated-now-on-codeplex#comment-27514</link>
		<dc:creator>Jordan Rieger</dc:creator>
		<pubDate>Wed, 07 Oct 2009 00:43:56 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/2009/01/19/linq-to-sql-templates-updated-now-on-codeplex#comment-27514</guid>
		<description>This is a fantastic piece of plumbing and will save my team a lot of work, specifically in the realm of serialization.  I really appreciate your efforts, Damien.  I really hope DataContract serialization support is native in the next version of Visual Studio LINQ to SQL.</description>
		<content:encoded><![CDATA[<p>This is a fantastic piece of plumbing and will save my team a lot of work, specifically in the realm of serialization.  I really appreciate your efforts, Damien.  I really hope DataContract serialization support is native in the next version of Visual Studio LINQ to SQL.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken_S.</title>
		<link>http://damieng.com/blog/2009/01/19/linq-to-sql-templates-updated-now-on-codeplex#comment-20463</link>
		<dc:creator>Ken_S.</dc:creator>
		<pubDate>Wed, 08 Jul 2009 15:38:02 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/2009/01/19/linq-to-sql-templates-updated-now-on-codeplex#comment-20463</guid>
		<description>When I try it I get...

System.Runtime.Serialization.InvalidDataContractException: Type &#039;System.Runtime.Serialization.DataContractSerializer&#039; cannot be serialized. Consider marking it with the DataContractAttribute attribute, and marking all of its members you want serialized with the DataMemberAttribute attribute. See the Microsoft .NET Framework documentation for other supported types.
at VOC3_Web_Services.VOC3_Web_Services.getTitle(String _user, String _criterion) in C:\Download\C#_Projects\VOC3_Web_Services\VOC3_Web_Services\VOC3_Web_Services.asmx.cs:line 123

    Also, how do I remove it? I took out the &quot;L2ST4.ttinclude&quot; &quot;VOC3_DB.tt&quot; files but now get the following Warning...

The custom tool &#039;MSLinqToSQLGenerator&#039; failed while processing the file &#039;Data_Layer\VOC3_DB.dbml&#039;. 

Thank you.
Ken_S.</description>
		<content:encoded><![CDATA[<p>When I try it I get&#8230;</p>
<p>System.Runtime.Serialization.InvalidDataContractException: Type &#8216;System.Runtime.Serialization.DataContractSerializer&#8217; cannot be serialized. Consider marking it with the DataContractAttribute attribute, and marking all of its members you want serialized with the DataMemberAttribute attribute. See the Microsoft .NET Framework documentation for other supported types.<br />
at VOC3_Web_Services.VOC3_Web_Services.getTitle(String _user, String _criterion) in C:\Download\C#_Projects\VOC3_Web_Services\VOC3_Web_Services\VOC3_Web_Services.asmx.cs:line 123</p>
<p>    Also, how do I remove it? I took out the &#8220;L2ST4.ttinclude&#8221; &#8220;VOC3_DB.tt&#8221; files but now get the following Warning&#8230;</p>
<p>The custom tool &#8216;MSLinqToSQLGenerator&#8217; failed while processing the file &#8216;Data_Layer\VOC3_DB.dbml&#8217;. </p>
<p>Thank you.<br />
Ken_S.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damien Guard</title>
		<link>http://damieng.com/blog/2009/01/19/linq-to-sql-templates-updated-now-on-codeplex#comment-19474</link>
		<dc:creator>Damien Guard</dc:creator>
		<pubDate>Fri, 19 Jun 2009 15:41:54 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/2009/01/19/linq-to-sql-templates-updated-now-on-codeplex#comment-19474</guid>
		<description>@Melle you&#039;ll need to install either the Clarius or the Tangible T4 editors as there is no syntax highlighting in-the-box.

[)amien</description>
		<content:encoded><![CDATA[<p>@Melle you&#8217;ll need to install either the Clarius or the Tangible T4 editors as there is no syntax highlighting in-the-box.</p>
<p>[)amien</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Melle</title>
		<link>http://damieng.com/blog/2009/01/19/linq-to-sql-templates-updated-now-on-codeplex#comment-19468</link>
		<dc:creator>Melle</dc:creator>
		<pubDate>Fri, 19 Jun 2009 14:02:18 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/2009/01/19/linq-to-sql-templates-updated-now-on-codeplex#comment-19468</guid>
		<description>Brilliant!

I will make it to work on separate assemblies. One for the entities and one for the data access.
This looks really great. Thanks for the effort!!

How do you get the syntaxt highlighting on the .TT source (without VS complaining about whitespace and identifiers - I set it as a C# file)?

Regards,

Melle</description>
		<content:encoded><![CDATA[<p>Brilliant!</p>
<p>I will make it to work on separate assemblies. One for the entities and one for the data access.<br />
This looks really great. Thanks for the effort!!</p>
<p>How do you get the syntaxt highlighting on the .TT source (without VS complaining about whitespace and identifiers &#8211; I set it as a C# file)?</p>
<p>Regards,</p>
<p>Melle</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Personnaliser la génération du code Linq To Sql &#124; Sébastien Alves - Ingénieur Informatique</title>
		<link>http://damieng.com/blog/2009/01/19/linq-to-sql-templates-updated-now-on-codeplex#comment-13714</link>
		<dc:creator>Personnaliser la génération du code Linq To Sql &#124; Sébastien Alves - Ingénieur Informatique</dc:creator>
		<pubDate>Sun, 05 Apr 2009 18:15:41 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/2009/01/19/linq-to-sql-templates-updated-now-on-codeplex#comment-13714</guid>
		<description>[...] Pour ceux que ça intéresse voici le lien : http://damieng.com/blog/2009/01/19/linq-to-sql-templates-updated-now-on-codeplex [...]</description>
		<content:encoded><![CDATA[<p>[...] Pour ceux que ça intéresse voici le lien : <a href="http://damieng.com/blog/2009/01/19/linq-to-sql-templates-updated-now-on-codeplex" rel="nofollow">http://damieng.com/blog/2009/01/19/linq-to-sql-templates-updated-now-on-codeplex</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: matt</title>
		<link>http://damieng.com/blog/2009/01/19/linq-to-sql-templates-updated-now-on-codeplex#comment-10941</link>
		<dc:creator>matt</dc:creator>
		<pubDate>Mon, 26 Jan 2009 07:53:26 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/2009/01/19/linq-to-sql-templates-updated-now-on-codeplex#comment-10941</guid>
		<description>viewing plug-in with moonlight for linux. works well.</description>
		<content:encoded><![CDATA[<p>viewing plug-in with moonlight for linux. works well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: LINQ to SQL T4 template reloaded &#187; DamienG</title>
		<link>http://damieng.com/blog/2009/01/19/linq-to-sql-templates-updated-now-on-codeplex#comment-10910</link>
		<dc:creator>LINQ to SQL T4 template reloaded &#187; DamienG</dc:creator>
		<pubDate>Fri, 23 Jan 2009 04:29:57 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/2009/01/19/linq-to-sql-templates-updated-now-on-codeplex#comment-10910</guid>
		<description>[...] A newer version of this LINQ to SQL template is available. [...]</description>
		<content:encoded><![CDATA[<p>[...] A newer version of this LINQ to SQL template is available. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Experimental LINQ to SQL template &#187; DamienG</title>
		<link>http://damieng.com/blog/2009/01/19/linq-to-sql-templates-updated-now-on-codeplex#comment-10909</link>
		<dc:creator>Experimental LINQ to SQL template &#187; DamienG</dc:creator>
		<pubDate>Fri, 23 Jan 2009 04:28:59 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/2009/01/19/linq-to-sql-templates-updated-now-on-codeplex#comment-10909</guid>
		<description>[...] A newer version of this LINQ to SQL template is available. [...]</description>
		<content:encoded><![CDATA[<p>[...] A newer version of this LINQ to SQL template is available. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
