<?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: Improving SqlMetal with SqlPlastic</title>
	<atom:link href="http://benreichelt.net/blog/2007/10/21/improving-sqlmetal-with-sqlplastic/feed/" rel="self" type="application/rss+xml" />
	<link>http://benreichelt.net/blog/2007/10/21/improving-sqlmetal-with-sqlplastic/</link>
	<description></description>
	<lastBuildDate>Tue, 18 Aug 2009 22:20:45 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: noespam</title>
		<link>http://benreichelt.net/blog/2007/10/21/improving-sqlmetal-with-sqlplastic/comment-page-1/#comment-1073</link>
		<dc:creator>noespam</dc:creator>
		<pubDate>Sat, 01 Mar 2008 19:13:47 +0000</pubDate>
		<guid isPermaLink="false">http://benreichelt.net/blog/2007/10/21/improving-sqlmetal-with-sqlplastic/#comment-1073</guid>
		<description>just use XSLT</description>
		<content:encoded><![CDATA[<p>just use XSLT</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ben</title>
		<link>http://benreichelt.net/blog/2007/10/21/improving-sqlmetal-with-sqlplastic/comment-page-1/#comment-1047</link>
		<dc:creator>ben</dc:creator>
		<pubDate>Tue, 23 Oct 2007 02:13:05 +0000</pubDate>
		<guid isPermaLink="false">http://benreichelt.net/blog/2007/10/21/improving-sqlmetal-with-sqlplastic/#comment-1047</guid>
		<description>I think theres still value in using LINQ to Sql for an ActiveRecord style approach, where you don&#039;t mind having an object model that corresponds directly to the database. It seems that the Entity framework is more about defining a conceptual model and then mapping that to the data model.

With SqlPlastic you can have a generated object model that can be regenerated at will without having to lose your customizations. I don&#039;t favor a graphical editor because I can&#039;t script that, I have to go in by hand each time to make the changes after I&#039;ve regenerated the code.</description>
		<content:encoded><![CDATA[<p>I think theres still value in using LINQ to Sql for an ActiveRecord style approach, where you don&#8217;t mind having an object model that corresponds directly to the database. It seems that the Entity framework is more about defining a conceptual model and then mapping that to the data model.</p>
<p>With SqlPlastic you can have a generated object model that can be regenerated at will without having to lose your customizations. I don&#8217;t favor a graphical editor because I can&#8217;t script that, I have to go in by hand each time to make the changes after I&#8217;ve regenerated the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Chase</title>
		<link>http://benreichelt.net/blog/2007/10/21/improving-sqlmetal-with-sqlplastic/comment-page-1/#comment-1046</link>
		<dc:creator>Justin Chase</dc:creator>
		<pubDate>Mon, 22 Oct 2007 14:38:59 +0000</pubDate>
		<guid isPermaLink="false">http://benreichelt.net/blog/2007/10/21/improving-sqlmetal-with-sqlplastic/#comment-1046</guid>
		<description>I hate to say it but aren&#039;t you just re-inventing the ADO.NET Entity framework? This uses XML generated by observing the database schema that is editable in a graphical editor and builds into &quot;Entities&quot; with an msbuild task but it just breaks down into an XML file in the end, and maybe some partial classes. Check this out:

http://msdn2.microsoft.com/en-us/library/aa697427(vs.80).aspx</description>
		<content:encoded><![CDATA[<p>I hate to say it but aren&#8217;t you just re-inventing the ADO.NET Entity framework? This uses XML generated by observing the database schema that is editable in a graphical editor and builds into &#8220;Entities&#8221; with an msbuild task but it just breaks down into an XML file in the end, and maybe some partial classes. Check this out:</p>
<p><a href="http://msdn2.microsoft.com/en-us/library/aa697427(vs.80).aspx" rel="nofollow">http://msdn2.microsoft.com/en-us/library/aa697427(vs.80).aspx</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
