<?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>Entity Framework RTM Breaking Changes</title><link>http://blogs.msdn.com/adonet/archive/2008/08/12/entity-framework-rtm-breaking-changes.aspx</link><description>There were a number of changes to the Entity Framework and the designer between Visual Studio 2008 SP1/ .NET Framework 3.5 Beta and RTM that will require updates to existing source code. These breaking changes are listed below, including the mitigation</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>car insurance &amp;raquo; Entity Framework RTM Breaking Changes</title><link>http://blogs.msdn.com/adonet/archive/2008/08/12/entity-framework-rtm-breaking-changes.aspx#8852936</link><pubDate>Tue, 12 Aug 2008 21:47:23 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8852936</guid><dc:creator>car insurance &amp;raquo; Entity Framework RTM Breaking Changes</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://hoursfunnywallpaper.cn/?p=1123"&gt;http://hoursfunnywallpaper.cn/?p=1123&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Entity Framework RTM Breaking Changes</title><link>http://blogs.msdn.com/adonet/archive/2008/08/12/entity-framework-rtm-breaking-changes.aspx#8853635</link><pubDate>Wed, 13 Aug 2008 00:11:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8853635</guid><dc:creator>Muhammad Mosa</dc:creator><description>&lt;p&gt;Thank you for the post. I have couple questions that I wish if you could answer please:&lt;/p&gt;
&lt;p&gt;1) Does the Entity Framework support Multi Databases? For Example MySql And Oracle or any OLEDB provider! and is they supported by default or I need to write that?&lt;/p&gt;
&lt;p&gt;2) Is there away to Separate the Context Class from the Entity Types, I mean having the context classes on some namespace while the all other Entity Classes on another namespace using the Designer.&lt;/p&gt;
&lt;p&gt;3) Where can I find downloadable Documentations for The Entity Framework, or MSDN update for the current SP1&lt;/p&gt;
&lt;p&gt;I'm sure there will be few other things as I move on.&lt;/p&gt;
</description></item><item><title>re: Entity Framework RTM Breaking Changes</title><link>http://blogs.msdn.com/adonet/archive/2008/08/12/entity-framework-rtm-breaking-changes.aspx#8856326</link><pubDate>Wed, 13 Aug 2008 09:19:05 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8856326</guid><dc:creator>AlfeG</dc:creator><description>&lt;p&gt;Hello.&lt;/p&gt;
&lt;p&gt;Thanks for great product. But I have a question. Will RTM EF work on hosting with .net 3.5 installed. Without Sp1?&lt;/p&gt;
</description></item><item><title>Breaking Changes in SP1 for Visual Studio 2008 and .NET 3.5</title><link>http://blogs.msdn.com/adonet/archive/2008/08/12/entity-framework-rtm-breaking-changes.aspx#8856826</link><pubDate>Wed, 13 Aug 2008 11:09:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8856826</guid><dc:creator>Andreas Lehmann</dc:creator><description>&lt;p&gt;I found some interesting blog posts about breaking changes in the SP1 for Visual Studio 2008 and the&lt;/p&gt;
</description></item><item><title>Entity Framework samples For RTM</title><link>http://blogs.msdn.com/adonet/archive/2008/08/12/entity-framework-rtm-breaking-changes.aspx#8862070</link><pubDate>Thu, 14 Aug 2008 02:38:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8862070</guid><dc:creator>自由、创新、研究、探索……</dc:creator><description>&lt;p&gt;随着.NET Framework 3.5 SP1 和 Visual Studio 2008 SP1的发布,Entity Framework也正式发布了,相应的Sample目前已经更新到RT&lt;/p&gt;
</description></item><item><title>re: Entity Framework RTM Breaking Changes</title><link>http://blogs.msdn.com/adonet/archive/2008/08/12/entity-framework-rtm-breaking-changes.aspx#8886012</link><pubDate>Thu, 21 Aug 2008 23:25:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8886012</guid><dc:creator>dsimmons@microsoft.com</dc:creator><description>&lt;p&gt;@Muhammad Mosa:&lt;/p&gt;
&lt;p&gt;1) The entity framework is designed to build on the ado.net provider model and work with multiple databases. &amp;nbsp;What ships out of the box with .net 3.5 sp1 is support for SQL Server and SQL CE. &amp;nbsp;A number of third parties are working on providers for other databases like MySQL, Oracle, DB2, etc. and we look forward to releases of these over the next few months -- other posts on this blog can give more details. &amp;nbsp;OLEDB in general is not supported because an EF provider needs to know more about the syntax of the backend database than it can learn from an arbitrary OLEDB connection, but of course a provider for a particular backend could use OLEDB under the covers, but it would just have to be specific to a backend.&lt;/p&gt;
&lt;p&gt;2) The code generation which the system produces by default will not generate the context separately from the entity classes in v1. &amp;nbsp;This is something that we are looking to enable in v2, but for now you can either write the classes yourself rather than using codegen or make your own codegen which would do this. &amp;nbsp;The framework runtime does not require that you use the classes which our codegen will produce.&lt;/p&gt;
&lt;p&gt;3) Right now the documentation is available online. &amp;nbsp;I don't konw what the schedule is for a downloadable update. &amp;nbsp;Sorry.&lt;/p&gt;
</description></item><item><title>re: Entity Framework RTM Breaking Changes</title><link>http://blogs.msdn.com/adonet/archive/2008/08/12/entity-framework-rtm-breaking-changes.aspx#8886020</link><pubDate>Thu, 21 Aug 2008 23:26:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8886020</guid><dc:creator>dsimmons@microsoft.com</dc:creator><description>&lt;p&gt;@AlfeG:&lt;/p&gt;
&lt;p&gt;Sorry, but no, the entityframework will not work in an environment which only has .net 3.5 installed. &amp;nbsp;You must have .net 3.5 sp1 installed for it to work.&lt;/p&gt;
</description></item><item><title>Entity Framework RTM - Changes</title><link>http://blogs.msdn.com/adonet/archive/2008/08/12/entity-framework-rtm-breaking-changes.aspx#8888197</link><pubDate>Fri, 22 Aug 2008 19:36:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8888197</guid><dc:creator>Vinod Kumar's Blog</dc:creator><description>&lt;p&gt;The ADO.NET team writes about some of the breaking changes as we hit the RTM. Read the blog here . And&lt;/p&gt;
</description></item><item><title>re: Entity Framework RTM Breaking Changes</title><link>http://blogs.msdn.com/adonet/archive/2008/08/12/entity-framework-rtm-breaking-changes.aspx#8893437</link><pubDate>Mon, 25 Aug 2008 10:04:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8893437</guid><dc:creator>Nicol.Work</dc:creator><description>&lt;p&gt;Does the Entity Framework support EnumerationType perporty?&lt;/p&gt;
</description></item><item><title>re: Entity Framework RTM Breaking Changes</title><link>http://blogs.msdn.com/adonet/archive/2008/08/12/entity-framework-rtm-breaking-changes.aspx#8899153</link><pubDate>Wed, 27 Aug 2008 09:43:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8899153</guid><dc:creator>Ashot</dc:creator><description>&lt;p&gt;Does it possible to create dynamic conditions.&lt;/p&gt;
&lt;p&gt;Somethink like this:&lt;/p&gt;
&lt;p&gt;&amp;lt;cs:Condition cs:ColumnName=”Discontinued” cs:Value=&amp;quot;SomeNamespace.SomeClass.SomeMethod”/&amp;gt;&lt;/p&gt;
&lt;p&gt;instead of this:&lt;/p&gt;
&lt;p&gt;&amp;lt;cs:Condition cs:ColumnName=”Discontinued” cs:Value=”0”/&amp;gt;&lt;/p&gt;
&lt;p&gt;If not, will be it possible in future versions?&lt;/p&gt;
</description></item><item><title>re: Entity Framework RTM Breaking Changes</title><link>http://blogs.msdn.com/adonet/archive/2008/08/12/entity-framework-rtm-breaking-changes.aspx#8900943</link><pubDate>Wed, 27 Aug 2008 20:51:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8900943</guid><dc:creator>Pedro</dc:creator><description>&lt;p&gt;I am still using the last beta from Entity framework and the Entity Framework tools from Dec CTP, right now for project constrains, I have to delay the update for a couple of weeks, my problem is with the Designer, I can no longer update the model from the Database, the screen that was showed to update the model is no showed.&lt;/p&gt;
&lt;p&gt;Also I try to create a new model and I cannot create a new model anymore, as I said, I have not installed the SP1, what could be wrong?&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Pedro.&lt;/p&gt;
</description></item><item><title>Provider for Entity Framework for Firebird is back and ready for SP1 final</title><link>http://blogs.msdn.com/adonet/archive/2008/08/12/entity-framework-rtm-breaking-changes.aspx#8906083</link><pubDate>Fri, 29 Aug 2008 21:06:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8906083</guid><dc:creator>Jiří {x2} Činčura</dc:creator><description>&lt;p&gt;The final version of SP1 for VS2008 and .NET 3.5 is out for a while. And you may noticed, that there&lt;/p&gt;
</description></item><item><title>re: Entity Framework RTM Breaking Changes</title><link>http://blogs.msdn.com/adonet/archive/2008/08/12/entity-framework-rtm-breaking-changes.aspx#8921445</link><pubDate>Wed, 03 Sep 2008 09:43:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8921445</guid><dc:creator>stephen</dc:creator><description>&lt;p&gt;In LINQ age,the LinqDataSource.Selecting event arguments LinqDataSourceSelectEventArgs have property &amp;quot;Result&amp;quot;,this can be handled by owner function to return a query object,but in EntitySetDataSource.Selecting event,arguments EntityDataSourceSelectEventArgs without this property,how can I do to handler the query by owner program?please help me!&lt;/p&gt;
</description></item></channel></rss>