<?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?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=linq-to-sql-templates-updated-now-on-codeplex</link>
	<description>A .NET developer in silicon valley</description>
	<lastBuildDate>Fri, 18 May 2012 15:31:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: LINQ to SQL T4 Templates and Nullable Foreign Keys &#124; Matthew Sigman</title>
		<link>http://damieng.com/blog/2009/01/19/linq-to-sql-templates-updated-now-on-codeplex#comment-46896</link>
		<dc:creator>LINQ to SQL T4 Templates and Nullable Foreign Keys &#124; Matthew Sigman</dc:creator>
		<pubDate>Wed, 09 Nov 2011 20:14:25 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/2009/01/19/linq-to-sql-templates-updated-now-on-codeplex#comment-46896</guid>
		<description>[...] a developer at Microsoft and is one of the people on the original LINQ to SQL team.  He created a T4 Template that works with LINQ to SQL to offer code generation while still taking advantage of the ORM [...]</description>
		<content:encoded><![CDATA[<p>[...] a developer at Microsoft and is one of the people on the original LINQ to SQL team.  He created a T4 Template that works with LINQ to SQL to offer code generation while still taking advantage of the ORM [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Linq to Sql &#8211; How-to Separate the entities and the DataContext. &#171; Daniel Wertheim</title>
		<link>http://damieng.com/blog/2009/01/19/linq-to-sql-templates-updated-now-on-codeplex#comment-37961</link>
		<dc:creator>Linq to Sql &#8211; How-to Separate the entities and the DataContext. &#171; Daniel Wertheim</dc:creator>
		<pubDate>Sun, 14 Mar 2010 12:42:20 +0000</pubDate>
		<guid isPermaLink="false">http://damieng.com/blog/2009/01/19/linq-to-sql-templates-updated-now-on-codeplex#comment-37961</guid>
		<description>[...] Guard has put together some T4-templates (read more) that could be used to take control of how the DataContext and the entities are generated. All I [...]</description>
		<content:encoded><![CDATA[<p>[...] Guard has put together some T4-templates (read more) that could be used to take control of how the DataContext and the entities are generated. All I [...]</p>
]]></content:encoded>
	</item>
	<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>
</channel>
</rss>

