<?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: Entity Framework Modeling: Table Per Type Inheritance</title>
	<atom:link href="http://www.robbagby.com/entity-framework/entity-framework-modeling-table-per-type-inheritance/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.robbagby.com/entity-framework/entity-framework-modeling-table-per-type-inheritance/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sun, 13 Nov 2011 05:47:08 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Matt Penner</title>
		<link>http://www.robbagby.com/entity-framework/entity-framework-modeling-table-per-type-inheritance/comment-page-1/#comment-613</link>
		<dc:creator>Matt Penner</dc:creator>
		<pubDate>Wed, 17 Aug 2011 22:42:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.robbagby.com/entity-framework/entity-framework-modeling-table-per-type-inheritance/#comment-613</guid>
		<description>Hey Rob, I needed to implement inheritance on a few of my entities and found this post.  It was great!  Straight to the point and very easy to follow.  I already had a lot of data in the production database so if only migrating the data with the new keys and dependencies was as easy. :)

Anyway, it all worked out great.  Thanks!</description>
		<content:encoded><![CDATA[<p>Hey Rob, I needed to implement inheritance on a few of my entities and found this post.  It was great!  Straight to the point and very easy to follow.  I already had a lot of data in the production database so if only migrating the data with the new keys and dependencies was as easy. <img src='http://www.robbagby.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Anyway, it all worked out great.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nauman Ahmed</title>
		<link>http://www.robbagby.com/entity-framework/entity-framework-modeling-table-per-type-inheritance/comment-page-1/#comment-612</link>
		<dc:creator>Nauman Ahmed</dc:creator>
		<pubDate>Fri, 05 Aug 2011 13:39:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.robbagby.com/entity-framework/entity-framework-modeling-table-per-type-inheritance/#comment-612</guid>
		<description>thanks, very descriptive.</description>
		<content:encoded><![CDATA[<p>thanks, very descriptive.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.robbagby.com/entity-framework/entity-framework-modeling-table-per-type-inheritance/comment-page-1/#comment-385</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 29 Jun 2010 17:26:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.robbagby.com/entity-framework/entity-framework-modeling-table-per-type-inheritance/#comment-385</guid>
		<description>You need to delete the key property from the 2 derived types.</description>
		<content:encoded><![CDATA[<p>You need to delete the key property from the 2 derived types.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.robbagby.com/entity-framework/entity-framework-modeling-table-per-type-inheritance/comment-page-1/#comment-381</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 29 Jun 2010 11:03:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.robbagby.com/entity-framework/entity-framework-modeling-table-per-type-inheritance/#comment-381</guid>
		<description>Thanks, it was very helpful</description>
		<content:encoded><![CDATA[<p>Thanks, it was very helpful</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://www.robbagby.com/entity-framework/entity-framework-modeling-table-per-type-inheritance/comment-page-1/#comment-347</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Fri, 25 Jun 2010 17:47:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.robbagby.com/entity-framework/entity-framework-modeling-table-per-type-inheritance/#comment-347</guid>
		<description>Excellent post! Very useful and easy to understand.
I followed and all seems to work. However when I validated the Model I get an Error 3034 saying that the column PersonID from Person is mapped by three entities with different key. (I suppose those three entities are Student, Instructor and Admin) and that I must ensure those doesn&#039;t overlap
Do you know why is that happening?</description>
		<content:encoded><![CDATA[<p>Excellent post! Very useful and easy to understand.<br />
I followed and all seems to work. However when I validated the Model I get an Error 3034 saying that the column PersonID from Person is mapped by three entities with different key. (I suppose those three entities are Student, Instructor and Admin) and that I must ensure those doesn&#8217;t overlap<br />
Do you know why is that happening?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Manitra</title>
		<link>http://www.robbagby.com/entity-framework/entity-framework-modeling-table-per-type-inheritance/comment-page-1/#comment-71</link>
		<dc:creator>Manitra</dc:creator>
		<pubDate>Mon, 19 Oct 2009 11:54:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.robbagby.com/entity-framework/entity-framework-modeling-table-per-type-inheritance/#comment-71</guid>
		<description>Hello,

Thanks for this great article, it&#039;s an excellent start point for dealing with inhenritance in the entity framework.

Manitra.</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>Thanks for this great article, it&#8217;s an excellent start point for dealing with inhenritance in the entity framework.</p>
<p>Manitra.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
