<?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 2.0, Dependency Injection, POCO, Mocking with Rhino Mocks and the kitchen sink!</title>
	<atom:link href="http://devblog.petrellyn.com/?feed=rss2&#038;p=189" rel="self" type="application/rss+xml" />
	<link>http://devblog.petrellyn.com/?p=189</link>
	<description>General ramblings on Development from a C# developer who drank the Cool-Aid, took the Red Pill, etc.</description>
	<lastBuildDate>Fri, 06 Aug 2010 03:21:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: philljam</title>
		<link>http://devblog.petrellyn.com/?p=189&#038;cpage=1#comment-50</link>
		<dc:creator>philljam</dc:creator>
		<pubDate>Sat, 17 Oct 2009 02:15:08 +0000</pubDate>
		<guid isPermaLink="false">http://devblog.petrellyn.com/?p=189#comment-50</guid>
		<description>Apologies for the excessive delay in replying.
In my next blog entry I will be going over some of the issues that I came across with this; long story short - I managed to get Include() to work, but at the time of writing, my use of Lambda has issues and I had to resort to &quot;magic strings&quot; - ugh!</description>
		<content:encoded><![CDATA[<p>Apologies for the excessive delay in replying.<br />
In my next blog entry I will be going over some of the issues that I came across with this; long story short &#8211; I managed to get Include() to work, but at the time of writing, my use of Lambda has issues and I had to resort to &#8220;magic strings&#8221; &#8211; ugh!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamie</title>
		<link>http://devblog.petrellyn.com/?p=189&#038;cpage=1#comment-46</link>
		<dc:creator>Jamie</dc:creator>
		<pubDate>Fri, 21 Aug 2009 02:29:01 +0000</pubDate>
		<guid isPermaLink="false">http://devblog.petrellyn.com/?p=189#comment-46</guid>
		<description>When converting the ObjectSet return types - on your NorthwindContext - to IObjectSet, then you can&#039;t call methods from ObjectQuery when running the Linq queries. ObjectSet inherits from ObjectQuery, which implements a bunch of useful interfaces. For example, we need to use the ObjectSet.Include() method to grab related entity data. But, after changing your ObjectContext implementation&#039;s properties to return IObjectSet, you can&#039;t call Include() anymore.

Just wondering if you&#039;ve run across this.</description>
		<content:encoded><![CDATA[<p>When converting the ObjectSet return types &#8211; on your NorthwindContext &#8211; to IObjectSet, then you can&#8217;t call methods from ObjectQuery when running the Linq queries. ObjectSet inherits from ObjectQuery, which implements a bunch of useful interfaces. For example, we need to use the ObjectSet.Include() method to grab related entity data. But, after changing your ObjectContext implementation&#8217;s properties to return IObjectSet, you can&#8217;t call Include() anymore.</p>
<p>Just wondering if you&#8217;ve run across this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mercerd</title>
		<link>http://devblog.petrellyn.com/?p=189&#038;cpage=1#comment-36</link>
		<dc:creator>mercerd</dc:creator>
		<pubDate>Mon, 20 Jul 2009 20:52:14 +0000</pubDate>
		<guid isPermaLink="false">http://devblog.petrellyn.com/?p=189#comment-36</guid>
		<description>interesting material, where such topics do you find? I will often go</description>
		<content:encoded><![CDATA[<p>interesting material, where such topics do you find? I will often go</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcin Waś</title>
		<link>http://devblog.petrellyn.com/?p=189&#038;cpage=1#comment-33</link>
		<dc:creator>Marcin Waś</dc:creator>
		<pubDate>Wed, 08 Jul 2009 18:02:56 +0000</pubDate>
		<guid isPermaLink="false">http://devblog.petrellyn.com/?p=189#comment-33</guid>
		<description>Nice, I&#039;ve used that for mocking most of the EF.
But, what do you do when you have to update detached POCO entity? I&#039;m stuck with testing that.</description>
		<content:encoded><![CDATA[<p>Nice, I&#8217;ve used that for mocking most of the EF.<br />
But, what do you do when you have to update detached POCO entity? I&#8217;m stuck with testing that.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
