<?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>Working With Large Models In Entity Framework – Part 1</title><link>http://blogs.msdn.com/b/adonet/archive/2008/11/24/working-with-large-models-in-entity-framework-part-1.aspx</link><description>We have seen quite a few requests coming in from various folks asking for some guidance on best practices around working with large entity models in an Entity Framework application. The following post tries to describe the typical issues you would face</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Working With Large Models In Entity Framework – Part 1</title><link>http://blogs.msdn.com/b/adonet/archive/2008/11/24/working-with-large-models-in-entity-framework-part-1.aspx#10022984</link><pubDate>Thu, 10 Jun 2010 15:22:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:10022984</guid><dc:creator>Eryaman hali yikama</dc:creator><description>&lt;p&gt;Good information and good way your blog post. Good luck blogger man.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10022984" width="1" height="1"&gt;</description></item><item><title>re: Working With Large Models In Entity Framework – Part 1</title><link>http://blogs.msdn.com/b/adonet/archive/2008/11/24/working-with-large-models-in-entity-framework-part-1.aspx#9940192</link><pubDate>Tue, 22 Dec 2009 19:13:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9940192</guid><dc:creator>Tony</dc:creator><description>&lt;p&gt;What's wrong with the same type defined in multiple models? &amp;nbsp;For example, with AdventureWorks, tables in the Person schema are related both to tables in the Sales and Human Resources schemas. &amp;nbsp;Why not simply create two models, one for Sales and another for Human Resource, but with Person tables in both models? &amp;nbsp;What are the problems with this approach?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9940192" width="1" height="1"&gt;</description></item><item><title>re: Working With Large Models In Entity Framework – Part 1</title><link>http://blogs.msdn.com/b/adonet/archive/2008/11/24/working-with-large-models-in-entity-framework-part-1.aspx#9936183</link><pubDate>Sun, 13 Dec 2009 06:52:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9936183</guid><dc:creator>alex</dc:creator><description>&lt;p&gt;could your rewrite the petshop demo whit Entity Framework, &amp;nbsp;so we can get a best practice sample.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9936183" width="1" height="1"&gt;</description></item><item><title>re: Working With Large Models In Entity Framework – Part 1</title><link>http://blogs.msdn.com/b/adonet/archive/2008/11/24/working-with-large-models-in-entity-framework-part-1.aspx#9905249</link><pubDate>Fri, 09 Oct 2009 06:12:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9905249</guid><dc:creator>Luc</dc:creator><description>&lt;p&gt;52 entities, 55 associations (Foreign keys)&lt;/p&gt;
&lt;p&gt;The Validate step worked slower and slower.&lt;/p&gt;
&lt;p&gt;Now it crashes both in VS and at run time ...&lt;/p&gt;
&lt;p&gt;EF is big and clumsy. I even wonder if it can be fixed. Many unnecessary features&lt;/p&gt;
&lt;p&gt;that should have been orthogonal to the framework not built in.&lt;/p&gt;
&lt;p&gt;I actually wanted to use Linq to SQL, that's a lean piece of software. But MS drops it and picks EF as the &amp;quot;winner&amp;quot;.&lt;/p&gt;
&lt;p&gt;I apologize for being this harsh but it's ridiculous to consider a 50-100 tables system as being big. What's a 500 tables system then?&lt;/p&gt;
&lt;p&gt;I concur with Juan above ...&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9905249" width="1" height="1"&gt;</description></item><item><title>re: Working With Large Models In Entity Framework – Part 1</title><link>http://blogs.msdn.com/b/adonet/archive/2008/11/24/working-with-large-models-in-entity-framework-part-1.aspx#9861629</link><pubDate>Sun, 09 Aug 2009 00:08:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9861629</guid><dc:creator>juan</dc:creator><description>&lt;p&gt;una porkeria su Entity Framework.. &lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9861629" width="1" height="1"&gt;</description></item><item><title>re: Working With Large Models In Entity Framework – Part 1</title><link>http://blogs.msdn.com/b/adonet/archive/2008/11/24/working-with-large-models-in-entity-framework-part-1.aspx#9846563</link><pubDate>Thu, 23 Jul 2009 19:41:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9846563</guid><dc:creator>zerrin egeliler</dc:creator><description>&lt;p&gt;I'm really looking forward to seeing these and have donloaded them but they are the raw files. One of the points you have made is that using these patterns you can do all of the work in the designer. Any chance of sharing some EDMX files so we don't have to dizzy ourselves looking at the raw xml and moving back and forth from one file to another to mentally put it all together?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9846563" width="1" height="1"&gt;</description></item><item><title>re: Working With Large Models In Entity Framework – Part 1</title><link>http://blogs.msdn.com/b/adonet/archive/2008/11/24/working-with-large-models-in-entity-framework-part-1.aspx#9846375</link><pubDate>Thu, 23 Jul 2009 17:22:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9846375</guid><dc:creator>ssk sorgulama</dc:creator><description>&lt;p&gt;I'm really looking forward to seeing these and have donloaded them but they are the raw files. One of the points you have made is that using these patterns you can do all of the work in the designer. Any chance of sharing some EDMX files so we don't have to dizzy ourselves looking at the raw xml and moving back and forth from one file to another to mentally put it all together?&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9846375" width="1" height="1"&gt;</description></item><item><title>re: Working With Large Models In Entity Framework – Part 1</title><link>http://blogs.msdn.com/b/adonet/archive/2008/11/24/working-with-large-models-in-entity-framework-part-1.aspx#9840032</link><pubDate>Sun, 19 Jul 2009 17:31:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9840032</guid><dc:creator>radyo dinle</dc:creator><description>&lt;p&gt;Last week, a customer asked me how to solve a big EDM performance problem? In his case, his model was&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9840032" width="1" height="1"&gt;</description></item><item><title>re: Working With Large Models In Entity Framework – Part 1</title><link>http://blogs.msdn.com/b/adonet/archive/2008/11/24/working-with-large-models-in-entity-framework-part-1.aspx#9801178</link><pubDate>Wed, 24 Jun 2009 12:00:35 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9801178</guid><dc:creator>Andreas</dc:creator><description>&lt;p&gt;Does anyone know if there has been some improvement for big database structure? Does the VS 2010/.NET 4 handle it better?&lt;/p&gt;
&lt;p&gt;We are in the development process of an application that will grow. For the moment and for the next year we are not expecting a very huge model, but it might become large later on. &lt;/p&gt;
&lt;p&gt;What has changed with the new upcoming versions?&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=9801178" width="1" height="1"&gt;</description></item><item><title>How to split your EDM?</title><link>http://blogs.msdn.com/b/adonet/archive/2008/11/24/working-with-large-models-in-entity-framework-part-1.aspx#9644402</link><pubDate>Wed, 27 May 2009 16:28:11 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9644402</guid><dc:creator>Matthieu MEZIL</dc:creator><description>&lt;p&gt;One of my customers wants to code an ERP. To make it, he wants to use EF. His DB has more than 600 tables&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9644402" width="1" height="1"&gt;</description></item></channel></rss>