<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Entity Framework 4 &#8211; Managing inverse properties</title>
	<atom:link href="http://rogeralsing.com/2009/05/22/entity-framework-4-managing-inverse-properties/feed/" rel="self" type="application/rss+xml" />
	<link>http://rogeralsing.com/2009/05/22/entity-framework-4-managing-inverse-properties/</link>
	<description></description>
	<lastBuildDate>Sat, 28 Jan 2012 14:35:30 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: DotNetShoutout</title>
		<link>http://rogeralsing.com/2009/05/22/entity-framework-4-managing-inverse-properties/#comment-1169</link>
		<dc:creator><![CDATA[DotNetShoutout]]></dc:creator>
		<pubDate>Fri, 22 May 2009 14:24:24 +0000</pubDate>
		<guid isPermaLink="false">http://rogeralsing.com/?p=621#comment-1169</guid>
		<description><![CDATA[&lt;strong&gt;Entity Framework 4 – Managing inverse properties - Roger Alsing...&lt;/strong&gt;

Thank you for submitting this cool story - Trackback from DotNetShoutout...]]></description>
		<content:encoded><![CDATA[<p><strong>Entity Framework 4 – Managing inverse properties &#8211; Roger Alsing&#8230;</strong></p>
<p>Thank you for submitting this cool story &#8211; Trackback from DotNetShoutout&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikael Egnér</title>
		<link>http://rogeralsing.com/2009/05/22/entity-framework-4-managing-inverse-properties/#comment-1168</link>
		<dc:creator><![CDATA[Mikael Egnér]]></dc:creator>
		<pubDate>Fri, 22 May 2009 12:37:35 +0000</pubDate>
		<guid isPermaLink="false">http://rogeralsing.com/?p=621#comment-1168</guid>
		<description><![CDATA[:)
It&#039;s the same in L2S. A bit annoying...

I will stick with your trick and add an obsolete-attribute. I have used the attribute &quot;EditorBrowsable&quot; before to get rid of those properties in the intellisense, but the obsolete-attribute seems much better. 
A little fun that &quot;best practice&quot; for a shining new framework may be to use the obsolete-attribute...]]></description>
		<content:encoded><![CDATA[<p>:)<br />
It&#8217;s the same in L2S. A bit annoying&#8230;</p>
<p>I will stick with your trick and add an obsolete-attribute. I have used the attribute &#8220;EditorBrowsable&#8221; before to get rid of those properties in the intellisense, but the obsolete-attribute seems much better.<br />
A little fun that &#8220;best practice&#8221; for a shining new framework may be to use the obsolete-attribute&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger Alsing</title>
		<link>http://rogeralsing.com/2009/05/22/entity-framework-4-managing-inverse-properties/#comment-1167</link>
		<dc:creator><![CDATA[Roger Alsing]]></dc:creator>
		<pubDate>Fri, 22 May 2009 11:46:13 +0000</pubDate>
		<guid isPermaLink="false">http://rogeralsing.com/?p=621#comment-1167</guid>
		<description><![CDATA[Yes, the &quot;.Order&quot; property of the &quot;OrderDetail&quot; is somewhat of a pain.

It plays badly with the whole idea of POCO, since you most likely wouldn&#039;t have had a &quot;OrderDetail.Order&quot; property at all in a persistent ignorant model.

Luckily, the framework will detect consistency issues and throw if it finds one.
So atleast there is no chanse for such kind of problem to get persisted.

But I don&#039;t think it will be a huge problem as long as you know how to deal with it.]]></description>
		<content:encoded><![CDATA[<p>Yes, the &#8220;.Order&#8221; property of the &#8220;OrderDetail&#8221; is somewhat of a pain.</p>
<p>It plays badly with the whole idea of POCO, since you most likely wouldn&#8217;t have had a &#8220;OrderDetail.Order&#8221; property at all in a persistent ignorant model.</p>
<p>Luckily, the framework will detect consistency issues and throw if it finds one.<br />
So atleast there is no chanse for such kind of problem to get persisted.</p>
<p>But I don&#8217;t think it will be a huge problem as long as you know how to deal with it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian Markbåge</title>
		<link>http://rogeralsing.com/2009/05/22/entity-framework-4-managing-inverse-properties/#comment-1166</link>
		<dc:creator><![CDATA[Sebastian Markbåge]]></dc:creator>
		<pubDate>Fri, 22 May 2009 11:13:04 +0000</pubDate>
		<guid isPermaLink="false">http://rogeralsing.com/?p=621#comment-1166</guid>
		<description><![CDATA[heh... Ironic. It forces you to add better domain semantics that should&#039;ve been there from the start. 

But then it messes things up by exposing potential consistency issues and encouraging you to put logic in OrderDetail that should never have been there.]]></description>
		<content:encoded><![CDATA[<p>heh&#8230; Ironic. It forces you to add better domain semantics that should&#8217;ve been there from the start. </p>
<p>But then it messes things up by exposing potential consistency issues and encouraging you to put logic in OrderDetail that should never have been there.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

