<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Sneak Preview: Entity Framework 4.0 Testability Improvements</title><link>http://blogs.msdn.com/b/adonet/archive/2009/05/18/sneak-preview-entity-framework-4-0-testability-improvements.aspx</link><description>The information in this post is out of date. 
 Visit msdn.com/data/ef for the latest information on current and past releases of EF. 
 
 
 Writing unit tests is a core practice in the vast majority of modern software development approaches. There</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Sneak Preview: Entity Framework 4.0 Testability Improvements</title><link>http://blogs.msdn.com/b/adonet/archive/2009/05/18/sneak-preview-entity-framework-4-0-testability-improvements.aspx#10385324</link><pubDate>Tue, 15 Jan 2013 22:06:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10385324</guid><dc:creator>Rowan Miller</dc:creator><description>&lt;p&gt;@Vince - Here is a post with a working example &lt;a rel="nofollow" target="_new" href="http://romiller.com/2012/02/14/testing-with-a-fake-dbcontext/"&gt;romiller.com/.../testing-with-a-fake-dbcontext&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10385324" width="1" height="1"&gt;</description></item><item><title>re: Sneak Preview: Entity Framework 4.0 Testability Improvements</title><link>http://blogs.msdn.com/b/adonet/archive/2009/05/18/sneak-preview-entity-framework-4-0-testability-improvements.aspx#10385320</link><pubDate>Tue, 15 Jan 2013 22:00:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10385320</guid><dc:creator>Vince</dc:creator><description>&lt;p&gt;Honestly? I&amp;#39;m COMPLETELY at a loss as to how to unit test entity framework. I want just ONE example of it working. Anywhere. None of this makes sense at all. I can&amp;#39;t extend or use DbSet or ObjectSet. I can&amp;#39;t make a new DbSet or ObjectSet. How do you do it?!?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10385320" width="1" height="1"&gt;</description></item><item><title>re: Sneak Preview: Entity Framework 4.0 Testability Improvements</title><link>http://blogs.msdn.com/b/adonet/archive/2009/05/18/sneak-preview-entity-framework-4-0-testability-improvements.aspx#9938897</link><pubDate>Fri, 18 Dec 2009 19:29:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9938897</guid><dc:creator>Thomas</dc:creator><description>&lt;p&gt;You are mentioning that &amp;quot;we have been working with Microsoft’s Patterns &amp;amp; Practices Team to produce new guidance and a Reference Implementation of this pattern (along with other patterns used Domain Driven Design) with Entity Framework&amp;quot;&lt;/p&gt;
&lt;p&gt;Where can I find this guidance?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9938897" width="1" height="1"&gt;</description></item><item><title>re: Sneak Preview: Entity Framework 4.0 Testability Improvements</title><link>http://blogs.msdn.com/b/adonet/archive/2009/05/18/sneak-preview-entity-framework-4-0-testability-improvements.aspx#9917969</link><pubDate>Thu, 05 Nov 2009 13:19:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9917969</guid><dc:creator>Jonas</dc:creator><description>&lt;p&gt;Why doesn't Microsoft do as they done with ASP.NET and JQuery. Microsoft don't know O/R-mappers and seems to focus more on drag'n drop funktionalities.&lt;/p&gt;
&lt;p&gt;Why not begin to support Nhibernate instead? &amp;nbsp;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9917969" width="1" height="1"&gt;</description></item><item><title>re: Sneak Preview: Entity Framework 4.0 Testability Improvements</title><link>http://blogs.msdn.com/b/adonet/archive/2009/05/18/sneak-preview-entity-framework-4-0-testability-improvements.aspx#9883417</link><pubDate>Tue, 25 Aug 2009 12:20:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9883417</guid><dc:creator>Jason</dc:creator><description>&lt;p&gt;How to make data across the n-Tier application? For example, WCF?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9883417" width="1" height="1"&gt;</description></item><item><title>re: Sneak Preview: Entity Framework 4.0 Testability Improvements</title><link>http://blogs.msdn.com/b/adonet/archive/2009/05/18/sneak-preview-entity-framework-4-0-testability-improvements.aspx#9840053</link><pubDate>Sun, 19 Jul 2009 17:40:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9840053</guid><dc:creator>radyo dinle</dc:creator><description>&lt;p&gt;This is good. I'm especially happy to see the increased support for LINQ and other methods in LINQ to Entities; this is the single biggest issue for me with regards to testability right now. I would love it if the Entity Framework would automatically generate a mocked ObjectContext. But any effort that you spend improving LINQ support is even more valuable to me.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9840053" width="1" height="1"&gt;</description></item><item><title>Entity Framework 4 Persistence-Ignorance First Look</title><link>http://blogs.msdn.com/b/adonet/archive/2009/05/18/sneak-preview-entity-framework-4-0-testability-improvements.aspx#9691598</link><pubDate>Wed, 03 Jun 2009 18:44:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9691598</guid><dc:creator>VS2010学习</dc:creator><description>&lt;p&gt;Introduction: From the moment I put my hands on Visual Studio.Net 2010 Beta 1 and I’m targeting EF4&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9691598" width="1" height="1"&gt;</description></item><item><title>Weekly Web Nuggets #65</title><link>http://blogs.msdn.com/b/adonet/archive/2009/05/18/sneak-preview-entity-framework-4-0-testability-improvements.aspx#9641558</link><pubDate>Tue, 26 May 2009 18:25:06 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9641558</guid><dc:creator>Code Monkey Labs</dc:creator><description>&lt;p&gt;Pick of the week: IP and Non-Competes for Employees General Visual Studio 2010 Beta 1 : Go get the first beta of the next version of Visual Studio! Microsoft Set To Announce Commercial Availability of Windows Azure at PDC This Year : Alin Irimie has some&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9641558" width="1" height="1"&gt;</description></item><item><title>re: Sneak Preview: Entity Framework 4.0 Testability Improvements</title><link>http://blogs.msdn.com/b/adonet/archive/2009/05/18/sneak-preview-entity-framework-4-0-testability-improvements.aspx#9631669</link><pubDate>Wed, 20 May 2009 09:27:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9631669</guid><dc:creator>Alex D James</dc:creator><description>&lt;p&gt;@Kesav&lt;/p&gt;
&lt;p&gt;Unfortunately no. With all the other things we've been doing we couldn't get to things like HierarchyId and Geography etc.&lt;/p&gt;
&lt;p&gt;Alex&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9631669" width="1" height="1"&gt;</description></item><item><title>ADO.NET team blog : Sneak Preview: Entity Framework 4.0 Testability Improvements</title><link>http://blogs.msdn.com/b/adonet/archive/2009/05/18/sneak-preview-entity-framework-4-0-testability-improvements.aspx#9630279</link><pubDate>Wed, 20 May 2009 02:59:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9630279</guid><dc:creator>DotNetBurner - ADO.NET</dc:creator><description>&lt;p&gt;DotNetBurner - burning hot .net content&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9630279" width="1" height="1"&gt;</description></item></channel></rss>