<?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>EF5 Beta 2 Available on NuGet</title><link>http://blogs.msdn.com/b/adonet/archive/2012/03/22/ef5-beta-2-available-on-nuget.aspx</link><description>&amp;#160; 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. &amp;#160; A few weeks ago we released EF5 Beta 1, since then we’ve been working to improve quality and polish up the</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: EF5 Beta 2 Available on NuGet</title><link>http://blogs.msdn.com/b/adonet/archive/2012/03/22/ef5-beta-2-available-on-nuget.aspx#10329758</link><pubDate>Fri, 13 Jul 2012 21:01:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10329758</guid><dc:creator>Rowan Miller</dc:creator><description>&lt;p&gt;@Warren Parry – Splitting between assemblies like that is supported. Any chance you could send us a project that reproduces the issue? If so, use the ‘Contact’ link at the top right of the page and we can organize it over email.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10329758" width="1" height="1"&gt;</description></item><item><title>re: EF5 Beta 2 Available on NuGet</title><link>http://blogs.msdn.com/b/adonet/archive/2012/03/22/ef5-beta-2-available-on-nuget.aspx#10328890</link><pubDate>Wed, 11 Jul 2012 14:41:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10328890</guid><dc:creator>Warren Parry</dc:creator><description>&lt;p&gt;I am using this release but still have the &amp;quot;Sequence contains no matching element&amp;quot; issue. My POCO classes have been moved to another assembly and is referenced in the context assembly. Mapping files are also located in the context assembly. Could this be the issue?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10328890" width="1" height="1"&gt;</description></item><item><title>re: EF5 Beta 2 Available on NuGet</title><link>http://blogs.msdn.com/b/adonet/archive/2012/03/22/ef5-beta-2-available-on-nuget.aspx#10327544</link><pubDate>Fri, 06 Jul 2012 17:05:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10327544</guid><dc:creator>Howard.Z</dc:creator><description>&lt;p&gt;Good! &amp;nbsp;EF update so quickly.&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10327544" width="1" height="1"&gt;</description></item><item><title>re: EF5 Beta 2 Available on NuGet</title><link>http://blogs.msdn.com/b/adonet/archive/2012/03/22/ef5-beta-2-available-on-nuget.aspx#10323622</link><pubDate>Mon, 25 Jun 2012 16:48:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10323622</guid><dc:creator>Rowan Miller</dc:creator><description>&lt;p&gt;@tk - No, you need to target .NET 4.5 to get those improvements. This is a side effect of us still having some of the original parts of EF in the .NET Framework, in future releases we&amp;#39;ll be moving those last pieces into the NuGet package too.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10323622" width="1" height="1"&gt;</description></item><item><title>re: EF5 Beta 2 Available on NuGet</title><link>http://blogs.msdn.com/b/adonet/archive/2012/03/22/ef5-beta-2-available-on-nuget.aspx#10323278</link><pubDate>Sun, 24 Jun 2012 04:22:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10323278</guid><dc:creator>tk</dc:creator><description>&lt;p&gt;Hi, &lt;/p&gt;
&lt;p&gt;If I use EF5 targeting .NET4.0, will it get any performance improvement? What about the SQL generation improvements around optimizing queries over models with table-per-type (TPT) inheritance &amp;nbsp;(mentioned in June 2011 CTP)?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10323278" width="1" height="1"&gt;</description></item><item><title>re: EF5 Beta 2 Available on NuGet</title><link>http://blogs.msdn.com/b/adonet/archive/2012/03/22/ef5-beta-2-available-on-nuget.aspx#10304960</link><pubDate>Mon, 14 May 2012 17:14:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10304960</guid><dc:creator>Rowan Miller</dc:creator><description>&lt;p&gt;@Eamon Nerbonne - The components to support enums were only added on .NET 4.5, you should ensure that the columns are getting added to your database. &lt;/p&gt;
&lt;p&gt;One thing that may cause some confusion...&lt;/p&gt;
&lt;p&gt;If you install the EF NuGet package into a .NET 4.5 project and then re-target the project to .NET 4, NuGet doesn&amp;#39;t automatically swap you to the .NET 4 version of EF, you would need to uninstall and reinstall the package. Because .NET 4.5 is an in place upgrade of .NET 4 (meaning that even if you target .NET 4 it is still running against .NET 4.5) the app will continue to run with the .NET 4.5 version of EF, but it will fail if you try to run it on a machine without .NET 4.5.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10304960" width="1" height="1"&gt;</description></item><item><title>re: EF5 Beta 2 Available on NuGet</title><link>http://blogs.msdn.com/b/adonet/archive/2012/03/22/ef5-beta-2-available-on-nuget.aspx#10304817</link><pubDate>Mon, 14 May 2012 11:10:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10304817</guid><dc:creator>Eamon Nerbonne</dc:creator><description>&lt;p&gt;Contrary to what the blog post says, enums seem to work just fine even on .NET 4.0.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10304817" width="1" height="1"&gt;</description></item><item><title>re: EF5 Beta 2 Available on NuGet</title><link>http://blogs.msdn.com/b/adonet/archive/2012/03/22/ef5-beta-2-available-on-nuget.aspx#10304327</link><pubDate>Fri, 11 May 2012 18:03:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10304327</guid><dc:creator>Rowan Miller</dc:creator><description>&lt;p&gt;@Patrick Miron - Unfortunately EF5 will not have support for HierarchyID. You can view and vote on features at &lt;a rel="nofollow" target="_new" href="http://ef.mswish.net"&gt;http://ef.mswish.net&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;@Tom - EF5 can be used against .NET 4 and .NET 4.5. We will not ship .NET with EF5... but most of the new features in EF5 &amp;#39;light up&amp;#39; when you use it to write an application targeting .NET 4.5.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10304327" width="1" height="1"&gt;</description></item><item><title>re: EF5 Beta 2 Available on NuGet</title><link>http://blogs.msdn.com/b/adonet/archive/2012/03/22/ef5-beta-2-available-on-nuget.aspx#10304265</link><pubDate>Fri, 11 May 2012 15:21:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10304265</guid><dc:creator>Tom</dc:creator><description>&lt;p&gt;Will .NET4.5 Framework be shipped with EF5?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10304265" width="1" height="1"&gt;</description></item><item><title>re: EF5 Beta 2 Available on NuGet</title><link>http://blogs.msdn.com/b/adonet/archive/2012/03/22/ef5-beta-2-available-on-nuget.aspx#10304016</link><pubDate>Thu, 10 May 2012 22:17:37 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10304016</guid><dc:creator>Patrick Miron</dc:creator><description>&lt;p&gt;Can someone answer me, where I can find out if HierarchyID will be suported in EF5 or not? I have found many comments on other blogs but I can not confirm this from anyone. Is there somewhere where I can find out what is planed for the EF?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10304016" width="1" height="1"&gt;</description></item></channel></rss>