<?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>Thu, 11 Mar 2010 17:05:06 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: RobBagby</title>
		<link>http://www.robbagby.com/entity-framework/entity-framework-modeling-table-per-type-inheritance/comment-page-1/#comment-1860</link>
		<dc:creator>RobBagby</dc:creator>
		<pubDate>Thu, 11 Mar 2010 10:07:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.robbagby.com/entity-framework/entity-framework-modeling-table-per-type-inheritance/#comment-1860</guid>
		<description>I believe that you would probably want to model that situation using containment vs. inheritance.  There are some examples floating around doing what you want to do with a SP, but there are associated risks.  This is one of the scenarios that Fowler used (I believe) to illustrate that we should favor containment over inheritance.  Sorry I don&#039;t have better news for you.</description>
		<content:encoded><![CDATA[<p>I believe that you would probably want to model that situation using containment vs. inheritance.  There are some examples floating around doing what you want to do with a SP, but there are associated risks.  This is one of the scenarios that Fowler used (I believe) to illustrate that we should favor containment over inheritance.  Sorry I don&#8217;t have better news for you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Straley</title>
		<link>http://www.robbagby.com/entity-framework/entity-framework-modeling-table-per-type-inheritance/comment-page-1/#comment-1855</link>
		<dc:creator>David Straley</dc:creator>
		<pubDate>Wed, 10 Mar 2010 17:23:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.robbagby.com/entity-framework/entity-framework-modeling-table-per-type-inheritance/#comment-1855</guid>
		<description>Wow!  So THAT&#039;S how to do inheritance!   Why didn&#039;t Microsoft make this more obvious?!   This should be built-into the IDE Entity Framework window.  If it weren&#039;t for your post, I was about to give up on EF for my proof of concept for this new project -- today!

Thank you,
David</description>
		<content:encoded><![CDATA[<p>Wow!  So THAT&#8217;S how to do inheritance!   Why didn&#8217;t Microsoft make this more obvious?!   This should be built-into the IDE Entity Framework window.  If it weren&#8217;t for your post, I was about to give up on EF for my proof of concept for this new project &#8212; today!</p>
<p>Thank you,<br />
David</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Håkan H</title>
		<link>http://www.robbagby.com/entity-framework/entity-framework-modeling-table-per-type-inheritance/comment-page-1/#comment-1814</link>
		<dc:creator>Håkan H</dc:creator>
		<pubDate>Sat, 06 Mar 2010 23:01:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.robbagby.com/entity-framework/entity-framework-modeling-table-per-type-inheritance/#comment-1814</guid>
		<description>Hi
Great article.
I have tested this (EF1) and have run into trouble when creating an object from any of the derived classes where there already exists an entity of the base class.
In you example, let&#039;s say a person starts as a student (=a record is created in the PersonTPT and the StudentTPT in &quot;one shot&quot;, works fine with EF.
But after a while, the persons also becomes a Instructor. How to do this in EF?!

(Ripping my hair...)</description>
		<content:encoded><![CDATA[<p>Hi<br />
Great article.<br />
I have tested this (EF1) and have run into trouble when creating an object from any of the derived classes where there already exists an entity of the base class.<br />
In you example, let&#8217;s say a person starts as a student (=a record is created in the PersonTPT and the StudentTPT in &#8220;one shot&#8221;, works fine with EF.<br />
But after a while, the persons also becomes a Instructor. How to do this in EF?!</p>
<p>(Ripping my hair&#8230;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TimW</title>
		<link>http://www.robbagby.com/entity-framework/entity-framework-modeling-table-per-type-inheritance/comment-page-1/#comment-1583</link>
		<dc:creator>TimW</dc:creator>
		<pubDate>Mon, 15 Feb 2010 22:43:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.robbagby.com/entity-framework/entity-framework-modeling-table-per-type-inheritance/#comment-1583</guid>
		<description>Thanks for a great post - this helped me win the fight over the Entity Framework naysayers.</description>
		<content:encoded><![CDATA[<p>Thanks for a great post &#8211; this helped me win the fight over the Entity Framework naysayers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: saurabh</title>
		<link>http://www.robbagby.com/entity-framework/entity-framework-modeling-table-per-type-inheritance/comment-page-1/#comment-977</link>
		<dc:creator>saurabh</dc:creator>
		<pubDate>Sat, 02 Jan 2010 08:50:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.robbagby.com/entity-framework/entity-framework-modeling-table-per-type-inheritance/#comment-977</guid>
		<description>Hey, Thanks a lot..... You made it easy to understand.

Can you please tell me where can I find the sample code and the database.</description>
		<content:encoded><![CDATA[<p>Hey, Thanks a lot&#8230;.. You made it easy to understand.</p>
<p>Can you please tell me where can I find the sample code and the database.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://www.robbagby.com/entity-framework/entity-framework-modeling-table-per-type-inheritance/comment-page-1/#comment-748</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Tue, 08 Dec 2009 21:06:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.robbagby.com/entity-framework/entity-framework-modeling-table-per-type-inheritance/#comment-748</guid>
		<description>What I find ridiculous about this technology is that no one has figured out how to MODIFY any of these derived types.  Let&#039;s say I have a Student that becomes and Admin or vis versa, or a Student that becomes a Business Student.  There is no way to take an existing object and turn it into something else using these inherited objects... pretty silly if you ask me..</description>
		<content:encoded><![CDATA[<p>What I find ridiculous about this technology is that no one has figured out how to MODIFY any of these derived types.  Let&#8217;s say I have a Student that becomes and Admin or vis versa, or a Student that becomes a Business Student.  There is no way to take an existing object and turn it into something else using these inherited objects&#8230; pretty silly if you ask me..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SoCal</title>
		<link>http://www.robbagby.com/entity-framework/entity-framework-modeling-table-per-type-inheritance/comment-page-1/#comment-724</link>
		<dc:creator>SoCal</dc:creator>
		<pubDate>Sun, 06 Dec 2009 01:54:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.robbagby.com/entity-framework/entity-framework-modeling-table-per-type-inheritance/#comment-724</guid>
		<description>Thanks for the article. Following your steps, I was able to create a derived table and query it using Linq in about 2 minutes!</description>
		<content:encoded><![CDATA[<p>Thanks for the article. Following your steps, I was able to create a derived table and query it using Linq in about 2 minutes!</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>