<?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"
	>
<channel>
	<title>Comments for David DeWinter</title>
	<atom:link href="http://blogs.rev-net.com/ddewinter/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.rev-net.com/ddewinter</link>
	<description>A Developer's Melting Pot</description>
	<pubDate>Sun, 07 Sep 2008 14:18:52 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>Comment on DBML Fixup Preview by David DeWinter</title>
		<link>http://blogs.rev-net.com/ddewinter/2008/08/24/dbml-fixup-preview/#comment-749</link>
		<dc:creator>David DeWinter</dc:creator>
		<pubDate>Sun, 31 Aug 2008 15:55:29 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.rev-net.com/ddewinter/2008/08/24/dbml-fixup-preview/#comment-749</guid>
		<description>Thanks for the link, Jason. LINQ to XSD is a great idea, but I'm wary of using alpha products because they might not RTM.

LINQ to XML has suited my needs just fine.</description>
		<content:encoded><![CDATA[<p>Thanks for the link, Jason. LINQ to XSD is a great idea, but I&#8217;m wary of using alpha products because they might not RTM.</p>
<p>LINQ to XML has suited my needs just fine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DBML Fixup Preview by Jason</title>
		<link>http://blogs.rev-net.com/ddewinter/2008/08/24/dbml-fixup-preview/#comment-748</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Sun, 31 Aug 2008 15:29:47 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.rev-net.com/ddewinter/2008/08/24/dbml-fixup-preview/#comment-748</guid>
		<description>Out of curiosity, are you using Linq to XSD in your tool? I found this: link http://www.adverseconditionals.com/2008/05/scripting-changes-to-linq-to-sql-dbml.html
It gives an example on how to change the casing on column names and stuff in code. Pretty neat.</description>
		<content:encoded><![CDATA[<p>Out of curiosity, are you using Linq to XSD in your tool? I found this: link <a href="http://www.adverseconditionals.com/2008/05/scripting-changes-to-linq-to-sql-dbml.html" rel="nofollow">http://www.adverseconditionals.com/2008/05/scripting-changes-to-linq-to-sql-dbml.html</a><br />
It gives an example on how to change the casing on column names and stuff in code. Pretty neat.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DBML Fixup Preview by David DeWinter</title>
		<link>http://blogs.rev-net.com/ddewinter/2008/08/24/dbml-fixup-preview/#comment-746</link>
		<dc:creator>David DeWinter</dc:creator>
		<pubDate>Sun, 31 Aug 2008 12:01:50 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.rev-net.com/ddewinter/2008/08/24/dbml-fixup-preview/#comment-746</guid>
		<description>Hi Jason,

Thanks for the comments. I have tried to reproduce the bug that you described, but I cannot, nor can I find anything on Connect about it. Maybe we can talk later about it.

If you are interested in the minutiae of stored procedures in LINQ to SQL then check out ScottGu's post &lt;a href="http://weblogs.asp.net/scottgu/archive/2007/08/16/linq-to-sql-part-6-retrieving-data-using-stored-procedures.aspx" rel="nofollow"&gt;here&lt;/a&gt;. Look for the section called "Mapping the Return Type of SPROC Methods to Data Model Classes."

HTH,
David</description>
		<content:encoded><![CDATA[<p>Hi Jason,</p>
<p>Thanks for the comments. I have tried to reproduce the bug that you described, but I cannot, nor can I find anything on Connect about it. Maybe we can talk later about it.</p>
<p>If you are interested in the minutiae of stored procedures in LINQ to SQL then check out ScottGu&#8217;s post <a href="http://weblogs.asp.net/scottgu/archive/2007/08/16/linq-to-sql-part-6-retrieving-data-using-stored-procedures.aspx" rel="nofollow">here</a>. Look for the section called &#8220;Mapping the Return Type of SPROC Methods to Data Model Classes.&#8221;</p>
<p>HTH,<br />
David</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DBML Fixup Preview by David DeWinter</title>
		<link>http://blogs.rev-net.com/ddewinter/2008/08/24/dbml-fixup-preview/#comment-745</link>
		<dc:creator>David DeWinter</dc:creator>
		<pubDate>Sun, 31 Aug 2008 11:57:02 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.rev-net.com/ddewinter/2008/08/24/dbml-fixup-preview/#comment-745</guid>
		<description>Hi Josh,

The tool has been designed to account for your scenario of updating sproc return types as well as the rest of the model, even in cases where your return type was mapped to an entity type which represents a table but must now be mapped to something new because of changes to the sproc.</description>
		<content:encoded><![CDATA[<p>Hi Josh,</p>
<p>The tool has been designed to account for your scenario of updating sproc return types as well as the rest of the model, even in cases where your return type was mapped to an entity type which represents a table but must now be mapped to something new because of changes to the sproc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DBML Fixup Preview by Jason</title>
		<link>http://blogs.rev-net.com/ddewinter/2008/08/24/dbml-fixup-preview/#comment-739</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Sun, 31 Aug 2008 04:05:11 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.rev-net.com/ddewinter/2008/08/24/dbml-fixup-preview/#comment-739</guid>
		<description>Great screen cast, great tool! I think the Enum mapping is fantastic feature.

I do have a question for you. There is a pretty nasty bug in the DBML designer when setting some connection string settings. Basically what happens is everytime you make any changes to the DBML the option that sets whether you store the connection string in the App.Config or not keeps getting set to True! Since we use it alot at work we have to explain to every new developer how to work around this bug... which basically is change the setting back to False everytime you open the DBML file. Do you think your Fixup can solve this issue? Message me sometime if you need more details.

If you want a new topic for a screencast, how about 'how to map your own custom entities to stored procedures using LinqToSql' instead of the autogenerated table ones! I have yet to figure it out and thats why I have been playing with code generation these days.</description>
		<content:encoded><![CDATA[<p>Great screen cast, great tool! I think the Enum mapping is fantastic feature.</p>
<p>I do have a question for you. There is a pretty nasty bug in the DBML designer when setting some connection string settings. Basically what happens is everytime you make any changes to the DBML the option that sets whether you store the connection string in the App.Config or not keeps getting set to True! Since we use it alot at work we have to explain to every new developer how to work around this bug&#8230; which basically is change the setting back to False everytime you open the DBML file. Do you think your Fixup can solve this issue? Message me sometime if you need more details.</p>
<p>If you want a new topic for a screencast, how about &#8216;how to map your own custom entities to stored procedures using LinqToSql&#8217; instead of the autogenerated table ones! I have yet to figure it out and thats why I have been playing with code generation these days.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DBML Fixup Preview by Josh</title>
		<link>http://blogs.rev-net.com/ddewinter/2008/08/24/dbml-fixup-preview/#comment-720</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Thu, 28 Aug 2008 18:59:50 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.rev-net.com/ddewinter/2008/08/24/dbml-fixup-preview/#comment-720</guid>
		<description>*regenerating manually</description>
		<content:encoded><![CDATA[<p>*regenerating manually</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DBML Fixup Preview by Josh</title>
		<link>http://blogs.rev-net.com/ddewinter/2008/08/24/dbml-fixup-preview/#comment-719</link>
		<dc:creator>Josh</dc:creator>
		<pubDate>Thu, 28 Aug 2008 18:59:28 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.rev-net.com/ddewinter/2008/08/24/dbml-fixup-preview/#comment-719</guid>
		<description>Excellent cast, Dave. You mentioned how regenerated manually causes you to lose any customizations you may have made. Indeed, this is true. Will your tool be able to keep return types synchronized? 

In the past to help optimize my data layer,  I have selected additional information in stored procedures and had to perform manual operations on the result sets. I found myself returning the same information in several stored procedures, so I created a Class in the designer and mapped the generated methods' return types to that Class. I don't know how common of a practice this may be, but I'm curious as to whether your tool could keep that information synchronized as well.

@RyanTheRobot: I don't know that I've ever encountered a time where I did not have to "fixup" a LINQ to SQL model. While I may not use LINQ to SQL that often, I believe this tool will be invaluable whenever I do choose it as a persistence strategy.</description>
		<content:encoded><![CDATA[<p>Excellent cast, Dave. You mentioned how regenerated manually causes you to lose any customizations you may have made. Indeed, this is true. Will your tool be able to keep return types synchronized? </p>
<p>In the past to help optimize my data layer,  I have selected additional information in stored procedures and had to perform manual operations on the result sets. I found myself returning the same information in several stored procedures, so I created a Class in the designer and mapped the generated methods&#8217; return types to that Class. I don&#8217;t know how common of a practice this may be, but I&#8217;m curious as to whether your tool could keep that information synchronized as well.</p>
<p>@RyanTheRobot: I don&#8217;t know that I&#8217;ve ever encountered a time where I did not have to &#8220;fixup&#8221; a LINQ to SQL model. While I may not use LINQ to SQL that often, I believe this tool will be invaluable whenever I do choose it as a persistence strategy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Generate Serialization Classes As Part of Your Build (Part 1) by Marcelo Lopez</title>
		<link>http://blogs.rev-net.com/ddewinter/2008/07/08/generate-serialization-classes-as-part-of-your-build-part-1/#comment-718</link>
		<dc:creator>Marcelo Lopez</dc:creator>
		<pubDate>Thu, 28 Aug 2008 16:24:45 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.rev-net.com/ddewinter/2008/07/08/generate-serialization-classes-as-part-of-your-build-part-1/#comment-718</guid>
		<description>Does anyone know where to download this XSD2ClassGen, because the link above points to page who's download link is broken. Anyone have this laying around that can post it to the web ?</description>
		<content:encoded><![CDATA[<p>Does anyone know where to download this XSD2ClassGen, because the link above points to page who&#8217;s download link is broken. Anyone have this laying around that can post it to the web ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DBML Fixup Preview by David DeWinter</title>
		<link>http://blogs.rev-net.com/ddewinter/2008/08/24/dbml-fixup-preview/#comment-715</link>
		<dc:creator>David DeWinter</dc:creator>
		<pubDate>Wed, 27 Aug 2008 23:37:12 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.rev-net.com/ddewinter/2008/08/24/dbml-fixup-preview/#comment-715</guid>
		<description>I would contend that database schemas are constantly under revision, especially in iterative development cycles. Having to sync the model with the database schema manually does become tedious, even if it's just the first time.

Personally, I have encountered this with the Entity Framework tools because of a bug that prevented us from using the "Sync Model with Database" feature. And let me tell you--it was very painful.

But don't take my word for it: http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=260723</description>
		<content:encoded><![CDATA[<p>I would contend that database schemas are constantly under revision, especially in iterative development cycles. Having to sync the model with the database schema manually does become tedious, even if it&#8217;s just the first time.</p>
<p>Personally, I have encountered this with the Entity Framework tools because of a bug that prevented us from using the &#8220;Sync Model with Database&#8221; feature. And let me tell you&#8211;it was very painful.</p>
<p>But don&#8217;t take my word for it: <a href="http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=260723" rel="nofollow">http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=260723</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DBML Fixup Preview by RyanTheRobot</title>
		<link>http://blogs.rev-net.com/ddewinter/2008/08/24/dbml-fixup-preview/#comment-713</link>
		<dc:creator>RyanTheRobot</dc:creator>
		<pubDate>Wed, 27 Aug 2008 23:05:01 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.rev-net.com/ddewinter/2008/08/24/dbml-fixup-preview/#comment-713</guid>
		<description>very good screen cast. I like the simplicity of the tool, but I'm curious as to how often you find yourself actually needing to "fixup" DBML. Is this a tedious task that you find yourself actually doing in a production environment?</description>
		<content:encoded><![CDATA[<p>very good screen cast. I like the simplicity of the tool, but I&#8217;m curious as to how often you find yourself actually needing to &#8220;fixup&#8221; DBML. Is this a tedious task that you find yourself actually doing in a production environment?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
