<?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>POCO in the Entity Framework: Part 1 - The Experience</title><link>http://blogs.msdn.com/adonet/archive/2009/05/21/poco-in-the-entity-framework-part-1-the-experience.aspx</link><description>Last week I mentioned in the sneak preview on POCO that support for POCO entities is one of the new capabilities we have added to Entity Framework 4.0. This week, I’d like to go into the details of POCO support in Entity Framework 4.0. There’s quite a</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>POCO in the Entity Framework: Part 1 - The Experience | ASP NET Hosting</title><link>http://blogs.msdn.com/adonet/archive/2009/05/21/poco-in-the-entity-framework-part-1-the-experience.aspx#9634563</link><pubDate>Fri, 22 May 2009 04:01:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9634563</guid><dc:creator>POCO in the Entity Framework: Part 1 - The Experience | ASP NET Hosting</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://asp-net-hosting.simplynetdev.com/poco-in-the-entity-framework-part-1-the-experience/"&gt;http://asp-net-hosting.simplynetdev.com/poco-in-the-entity-framework-part-1-the-experience/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: POCO in the Entity Framework: Part 1 - The Experience</title><link>http://blogs.msdn.com/adonet/archive/2009/05/21/poco-in-the-entity-framework-part-1-the-experience.aspx#9634640</link><pubDate>Fri, 22 May 2009 05:41:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9634640</guid><dc:creator>hans</dc:creator><description>&lt;p&gt;In LINQ, it has a CreateDatabase() method where I can create the database based on the POCO. &lt;/p&gt;
&lt;p&gt;Does EntityFramework have that kind of method? &lt;/p&gt;
</description></item><item><title>re: POCO in the Entity Framework: Part 1 - The Experience</title><link>http://blogs.msdn.com/adonet/archive/2009/05/21/poco-in-the-entity-framework-part-1-the-experience.aspx#9634701</link><pubDate>Fri, 22 May 2009 07:55:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9634701</guid><dc:creator>dmitry</dc:creator><description>&lt;p&gt;Is there a way to use &amp;quot;HashSet&amp;lt;Product&amp;gt; Products&amp;quot; instead of &amp;quot;List&amp;lt;Product&amp;gt; Products&amp;quot; in the Category POCO?&lt;/p&gt;
</description></item><item><title>POCO в Entity Framework: первый опыт</title><link>http://blogs.msdn.com/adonet/archive/2009/05/21/poco-in-the-entity-framework-part-1-the-experience.aspx#9634706</link><pubDate>Fri, 22 May 2009 08:02:08 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9634706</guid><dc:creator>progg.ru</dc:creator><description>&lt;p&gt;Thank you for submitting this cool story - Trackback from progg.ru&lt;/p&gt;
</description></item><item><title>re: POCO in the Entity Framework: Part 1 - The Experience</title><link>http://blogs.msdn.com/adonet/archive/2009/05/21/poco-in-the-entity-framework-part-1-the-experience.aspx#9634817</link><pubDate>Fri, 22 May 2009 10:47:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9634817</guid><dc:creator>Matt</dc:creator><description>&lt;p&gt;@dmitry: HashSet&amp;lt;T&amp;gt; should work as it implements ICollection&amp;lt;T&amp;gt;.&lt;/p&gt;
</description></item><item><title>ADO.NET team blog : POCO in the Entity Framework: Part 1 - The Experience</title><link>http://blogs.msdn.com/adonet/archive/2009/05/21/poco-in-the-entity-framework-part-1-the-experience.aspx#9634878</link><pubDate>Fri, 22 May 2009 11:45:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9634878</guid><dc:creator>9eFish</dc:creator><description>&lt;p&gt;9efish.感谢你的文章 - Trackback from 9eFish&lt;/p&gt;
</description></item><item><title>re: POCO in the Entity Framework: Part 1 - The Experience</title><link>http://blogs.msdn.com/adonet/archive/2009/05/21/poco-in-the-entity-framework-part-1-the-experience.aspx#9634883</link><pubDate>Fri, 22 May 2009 11:49:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9634883</guid><dc:creator>Brendan</dc:creator><description>&lt;p&gt;Is partial table mapping supported via the use of defaults defined within the model? e.g:&lt;/p&gt;
&lt;p&gt;Table: Id int PK,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Col1 varchar(250) null,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Col2 bit not null&lt;/p&gt;
&lt;p&gt;I'd create the model to match the above but miss out Col2 and provide a default of null within the SSDL. My POCO would then just have the Id and Col2 properties. Is this possible?&lt;/p&gt;
</description></item><item><title>re: POCO in the Entity Framework: Part 1 - The Experience</title><link>http://blogs.msdn.com/adonet/archive/2009/05/21/poco-in-the-entity-framework-part-1-the-experience.aspx#9634888</link><pubDate>Fri, 22 May 2009 11:55:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9634888</guid><dc:creator>Brendan</dc:creator><description>&lt;p&gt;I meant Col1 (in my above question) for the POCO property!&lt;/p&gt;
</description></item><item><title>re: POCO in the Entity Framework: Part 1 - The Experience</title><link>http://blogs.msdn.com/adonet/archive/2009/05/21/poco-in-the-entity-framework-part-1-the-experience.aspx#9635146</link><pubDate>Fri, 22 May 2009 16:01:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9635146</guid><dc:creator>dmitry</dc:creator><description>&lt;p&gt;@Matt, for some reason HashSet/ISet does not work as an automatic property. The exception says something like &amp;quot;unable to to create property x for type y.&amp;quot; It does work if you create a backing variable and initialize it.&lt;/p&gt;
&lt;p&gt;ICollection/IList and List all work fine with an automatic property.&lt;/p&gt;
</description></item><item><title>re: POCO in the Entity Framework: Part 1 - The Experience</title><link>http://blogs.msdn.com/adonet/archive/2009/05/21/poco-in-the-entity-framework-part-1-the-experience.aspx#9635182</link><pubDate>Fri, 22 May 2009 16:54:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9635182</guid><dc:creator>Rick</dc:creator><description>&lt;p&gt;Great article. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;Towards the end of the article though, you wrote, &amp;quot;In the meantime, take a look at the complete solution (attached) if you are interested in the sample code covering all the concepts we covered here.&amp;quot; &amp;nbsp;&lt;/p&gt;
&lt;p&gt;I don't see a link to the sample code anywhere though. &amp;nbsp;Can you point me to the location of the sample code download?&lt;/p&gt;
&lt;p&gt;Also, can anybody provide any references that show how to use generated entities (EntityObject) that support changes on the entity made after the context has been detached?&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Rick&lt;/p&gt;
</description></item><item><title>POCO in the Entity Framework: Part 1 - The Experience - ADO.NET Team Blog</title><link>http://blogs.msdn.com/adonet/archive/2009/05/21/poco-in-the-entity-framework-part-1-the-experience.aspx#9635224</link><pubDate>Fri, 22 May 2009 17:22:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9635224</guid><dc:creator>DotNetShoutout</dc:creator><description>&lt;p&gt;Thank you for submitting this cool story - Trackback from DotNetShoutout&lt;/p&gt;
</description></item><item><title>re: POCO in the Entity Framework: Part 1 - The Experience</title><link>http://blogs.msdn.com/adonet/archive/2009/05/21/poco-in-the-entity-framework-part-1-the-experience.aspx#9635262</link><pubDate>Fri, 22 May 2009 18:05:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9635262</guid><dc:creator>Muhammad Mosa</dc:creator><description>&lt;p&gt;Nicely done Faisal! well presented and explained.&lt;/p&gt;
&lt;p&gt;That was really an addition to existing documentation.&lt;/p&gt;
</description></item><item><title>re: POCO in the Entity Framework: Part 1 - The Experience</title><link>http://blogs.msdn.com/adonet/archive/2009/05/21/poco-in-the-entity-framework-part-1-the-experience.aspx#9635787</link><pubDate>Fri, 22 May 2009 22:28:43 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9635787</guid><dc:creator>Faisal</dc:creator><description>&lt;p&gt;Hi Rick,&lt;/p&gt;
&lt;p&gt;I have fixed the issue with the attachment not being a part of the post. The post now has an attachment that you can download.&lt;/p&gt;
&lt;p&gt;-faisal&lt;/p&gt;
</description></item><item><title>Update on the Entity Framework in .NET 4 and Visual Studio 2010</title><link>http://blogs.msdn.com/adonet/archive/2009/05/21/poco-in-the-entity-framework-part-1-the-experience.aspx#9635963</link><pubDate>Sat, 23 May 2009 00:17:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9635963</guid><dc:creator>ADO.NET team blog</dc:creator><description>&lt;p&gt;Since we shipped the .NET Framework 3.5 SP1 and Visual Studio 2008, we’ve been working on the next version&lt;/p&gt;
</description></item><item><title>re: POCO in the Entity Framework: Part 1 - The Experience</title><link>http://blogs.msdn.com/adonet/archive/2009/05/21/poco-in-the-entity-framework-part-1-the-experience.aspx#9638876</link><pubDate>Sun, 24 May 2009 15:54:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9638876</guid><dc:creator>nhibernateuser</dc:creator><description>&lt;p&gt;you are completely missing the point with the &amp;quot;generate from the DB&amp;quot;...&lt;/p&gt;
&lt;p&gt;POCO idiom is used in DDD, there is no reason to abstract the framework away with POCO once my goal is to &amp;quot;design&amp;quot; from the DB. And no ability to create the DB from POCO. And the designer is DB diagram not entity/POCO diagram.&lt;/p&gt;
&lt;p&gt;fail&lt;/p&gt;
</description></item><item><title>re: POCO in the Entity Framework: Part 1 - The Experience</title><link>http://blogs.msdn.com/adonet/archive/2009/05/21/poco-in-the-entity-framework-part-1-the-experience.aspx#9638952</link><pubDate>Sun, 24 May 2009 17:09:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9638952</guid><dc:creator>Thanigainathan</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Very nice post Faisal. So you are making it completely persistent one.&lt;/p&gt;
&lt;p&gt;Cheers!&lt;/p&gt;
&lt;p&gt;Thani&lt;/p&gt;
</description></item><item><title>re: POCO in the Entity Framework: Part 1 - The Experience</title><link>http://blogs.msdn.com/adonet/archive/2009/05/21/poco-in-the-entity-framework-part-1-the-experience.aspx#9640463</link><pubDate>Mon, 25 May 2009 16:33:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9640463</guid><dc:creator>Savante</dc:creator><description>&lt;p&gt;I don't understand why i have to provide a context implementation. Since I have a diagram definition, the framework must know how make the entity tracking using proxies without define ObjectSet&amp;lt;T&amp;gt;. I think that EF must use more the model definition to manage entities. By the momen, I prefer the NHibernate solution in this way.&lt;/p&gt;
</description></item><item><title>re: POCO in the Entity Framework: Part 1 - The Experience</title><link>http://blogs.msdn.com/adonet/archive/2009/05/21/poco-in-the-entity-framework-part-1-the-experience.aspx#9640923</link><pubDate>Tue, 26 May 2009 01:46:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9640923</guid><dc:creator>Dmitry</dc:creator><description>&lt;p&gt;@Savante,&lt;/p&gt;
&lt;p&gt;I don't think really have to &amp;quot;implement&amp;quot; the context implementation. If you look at the code the sample context does two things.&lt;/p&gt;
&lt;p&gt;1. Provides connection and container names into the base ObjectContext object.&lt;/p&gt;
&lt;p&gt;2. Caches an instance of the ObjectSet&amp;lt;T&amp;gt; in a public property for each entity type.&lt;/p&gt;
&lt;p&gt;There is really nothing model specific in it. Both the issues above could be resolved by implementing a context that works with any EF 4.0 projects.&lt;/p&gt;
&lt;p&gt;The derived object would get connection and container data from Web.Config and the mapping metadata and would pass it into the ObjectContext.&lt;/p&gt;
&lt;p&gt;It would also implement implement a method (for example) Set&amp;lt;T&amp;gt;() which would initialize and cache in a hashtable an ObjectSet&amp;lt;T&amp;gt; instance for each entity type.&lt;/p&gt;
&lt;p&gt;This context could be reused in any application without having to manually implement anything; and you would be able to access entity sets using &amp;quot;context.Set&amp;lt;Category&amp;gt;()&amp;quot;.&lt;/p&gt;
&lt;p&gt;P.S. I agree with nhibernateuser that it would make more sense to generate designer mappings from the model and not the other way around.&lt;/p&gt;
</description></item><item><title>Weekly Web Nuggets #65</title><link>http://blogs.msdn.com/adonet/archive/2009/05/21/poco-in-the-entity-framework-part-1-the-experience.aspx#9641559</link><pubDate>Tue, 26 May 2009 18:25:14 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9641559</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;
</description></item><item><title>Programmer Speaks:- Entity Framework 4.0 features of interest to me as a Standard Programmer</title><link>http://blogs.msdn.com/adonet/archive/2009/05/21/poco-in-the-entity-framework-part-1-the-experience.aspx#9642985</link><pubDate>Wed, 27 May 2009 03:46:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9642985</guid><dc:creator>Learnings..</dc:creator><description>&lt;p&gt;Going through the changes in Entity Framework I must say MSFT really does take in feedback. I have been&lt;/p&gt;
</description></item><item><title>Programmer Speaks:- Entity Framework 4.0 features of interest to me as a Standard Programmer</title><link>http://blogs.msdn.com/adonet/archive/2009/05/21/poco-in-the-entity-framework-part-1-the-experience.aspx#9645098</link><pubDate>Thu, 28 May 2009 01:50:19 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9645098</guid><dc:creator>Learnings..</dc:creator><description>&lt;p&gt;Going through the changes in Entity Framework I must say MSFT really does take in feedback. I have been&lt;/p&gt;
</description></item><item><title>re: POCO in the Entity Framework: Part 1 - The Experience</title><link>http://blogs.msdn.com/adonet/archive/2009/05/21/poco-in-the-entity-framework-part-1-the-experience.aspx#9646036</link><pubDate>Thu, 28 May 2009 08:12:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9646036</guid><dc:creator>divega@microsoft.com</dc:creator><description>&lt;p&gt;@Brendan,&lt;/p&gt;
&lt;p&gt;We don't have plans for supporting partially mapped entity types in this release, but I certainly would like to hear what makes this feature important to you.&lt;/p&gt;
&lt;p&gt;-Diego&lt;/p&gt;
</description></item><item><title>re: POCO in the Entity Framework: Part 1 - The Experience</title><link>http://blogs.msdn.com/adonet/archive/2009/05/21/poco-in-the-entity-framework-part-1-the-experience.aspx#9646232</link><pubDate>Thu, 28 May 2009 09:48:07 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9646232</guid><dc:creator>Alexey Shirshov</dc:creator><description>&lt;p&gt;What about references in POCO types to general entities and vice versa.&lt;/p&gt;
</description></item><item><title>POCO in the Entity Framework : Part 2 – Complex Types, Deferred Loading and Explicit Loading</title><link>http://blogs.msdn.com/adonet/archive/2009/05/21/poco-in-the-entity-framework-part-1-the-experience.aspx#9647610</link><pubDate>Thu, 28 May 2009 19:03:56 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9647610</guid><dc:creator>ADO.NET team blog</dc:creator><description>&lt;p&gt;In my post last week on the POCO Experience in Entity Framework , I covered the fundamentals of POCO&lt;/p&gt;
</description></item><item><title>re: POCO in the Entity Framework: Part 1 - The Experience</title><link>http://blogs.msdn.com/adonet/archive/2009/05/21/poco-in-the-entity-framework-part-1-the-experience.aspx#9656695</link><pubDate>Fri, 29 May 2009 22:47:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9656695</guid><dc:creator>Hemanshu Bhojak</dc:creator><description>&lt;p&gt;Is it possible to use the entity framework 4.0 in Visual Studio 2008? I hope MS does not expect us to keep buying a new IDE every 2 yrs ;)&lt;/p&gt;
</description></item><item><title>POCO in the Entity Framework - The Experience</title><link>http://blogs.msdn.com/adonet/archive/2009/05/21/poco-in-the-entity-framework-part-1-the-experience.aspx#9666928</link><pubDate>Sun, 31 May 2009 05:16:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9666928</guid><dc:creator>Web开发技术</dc:creator><description>&lt;p&gt;Last week I mentioned in the sneak preview on POCO that support for POCO entities is one of the new capabilities&lt;/p&gt;
</description></item><item><title>实体框架中的POCO体验</title><link>http://blogs.msdn.com/adonet/archive/2009/05/21/poco-in-the-entity-framework-part-1-the-experience.aspx#9667102</link><pubDate>Sun, 31 May 2009 06:49:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9667102</guid><dc:creator>Web开发技术</dc:creator><description>&lt;p&gt;【译者按】 Entity Framework 1.0 发布也有一段时间了，但感觉用的人很少。其中一个很大的原因，也许就是不支持POCO。要知道，Entity Framework 1.0的做法是让你的实体从EF的基类继承而来&lt;/p&gt;
</description></item><item><title>re: POCO in the Entity Framework: Part 1 - The Experience</title><link>http://blogs.msdn.com/adonet/archive/2009/05/21/poco-in-the-entity-framework-part-1-the-experience.aspx#9674137</link><pubDate>Mon, 01 Jun 2009 06:14:09 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9674137</guid><dc:creator>Ngoc Luu</dc:creator><description>&lt;p&gt;Will this code supported in this version of EF?&lt;/p&gt;
&lt;p&gt;var products = from p in db.Products&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;select new Product&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Id = n.Id,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Name = n.Name&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;};&lt;/p&gt;
&lt;p&gt;I played with VS2010 Beta1 and this exception still occured while it is valid in LINQ to SQL:&lt;/p&gt;
&lt;p&gt;&amp;quot;The entity or complex type 'Demo.Product' cannot be constructed in a LINQ to Entities query.&amp;quot;&lt;/p&gt;
</description></item><item><title>#.think.in infoDose #31 (24th May - 1st June)</title><link>http://blogs.msdn.com/adonet/archive/2009/05/21/poco-in-the-entity-framework-part-1-the-experience.aspx#9677471</link><pubDate>Mon, 01 Jun 2009 16:12:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9677471</guid><dc:creator>#.think.in</dc:creator><description>&lt;p&gt;#.think.in infoDose #31 (24th May - 1st June)&lt;/p&gt;
</description></item><item><title>Entity Framework 4 Persistence-Ignorance First Look</title><link>http://blogs.msdn.com/adonet/archive/2009/05/21/poco-in-the-entity-framework-part-1-the-experience.aspx#9691590</link><pubDate>Wed, 03 Jun 2009 18:41:59 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9691590</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;
</description></item><item><title>Programmer Speaks:- Entity Framework 4.0 features of interest to me as a Standard Programmer</title><link>http://blogs.msdn.com/adonet/archive/2009/05/21/poco-in-the-entity-framework-part-1-the-experience.aspx#9699148</link><pubDate>Thu, 04 Jun 2009 13:37:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9699148</guid><dc:creator>VS2010学习</dc:creator><description>&lt;p&gt;Going through the changes in Entity Framework 4.0 I must say MSFT really does take in feedback. I have&lt;/p&gt;
</description></item><item><title>re: POCO in the Entity Framework: Part 1 - The Experience</title><link>http://blogs.msdn.com/adonet/archive/2009/05/21/poco-in-the-entity-framework-part-1-the-experience.aspx#9700972</link><pubDate>Fri, 05 Jun 2009 10:29:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9700972</guid><dc:creator>Marcelo</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Can you, please, write a complete sample of generic repository and unit of work together, using EF.4.0&lt;/p&gt;
</description></item><item><title>Code Only</title><link>http://blogs.msdn.com/adonet/archive/2009/05/21/poco-in-the-entity-framework-part-1-the-experience.aspx#9724913</link><pubDate>Wed, 10 Jun 2009 23:06:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9724913</guid><dc:creator>Entity Framework Design</dc:creator><description>&lt;p&gt;There are currently two ways to get Entity Framework apps up and running, we call these Database First&lt;/p&gt;
</description></item><item><title>re: POCO in the Entity Framework: Part 1 - The Experience</title><link>http://blogs.msdn.com/adonet/archive/2009/05/21/poco-in-the-entity-framework-part-1-the-experience.aspx#9739977</link><pubDate>Sat, 13 Jun 2009 01:27:57 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9739977</guid><dc:creator>Alexander Gornik</dc:creator><description>&lt;p&gt;Hi. I've just tried the feature. Why can't i have some mapped properties in a base class and map to it's child where other mapped properties are contained? &lt;/p&gt;
&lt;p&gt;i keep getting &amp;quot; The required property 'Name' does not exist on the type 'EFTest.User2'. &amp;quot; while the property is just in the base class (if i override it it works ok). I understand why linq to sql can't support such a scenario, but can't see a reason why you don't. &lt;/p&gt;
&lt;p&gt;Can't you tune up you BindingFlags in the convention mapper ? :)&lt;/p&gt;
</description></item><item><title>Code Only</title><link>http://blogs.msdn.com/adonet/archive/2009/05/21/poco-in-the-entity-framework-part-1-the-experience.aspx#9751760</link><pubDate>Mon, 15 Jun 2009 04:23:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9751760</guid><dc:creator>VS2010学习</dc:creator><description>&lt;p&gt;&amp;amp;#160; There are currently two ways to get Entity Framework apps up and running, we call these Database&lt;/p&gt;
</description></item><item><title>Using Repository and Unit of Work patterns with Entity Framework 4.0</title><link>http://blogs.msdn.com/adonet/archive/2009/05/21/poco-in-the-entity-framework-part-1-the-experience.aspx#9763350</link><pubDate>Wed, 17 Jun 2009 02:08:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9763350</guid><dc:creator>ADO.NET team blog</dc:creator><description>&lt;p&gt;If you have been watching this blog, you know that I have been discussing the various aspects of POCO&lt;/p&gt;
</description></item><item><title>A Quest With EF 4.0 (Entity Framework) And NHibernate Part 2</title><link>http://blogs.msdn.com/adonet/archive/2009/05/21/poco-in-the-entity-framework-part-1-the-experience.aspx#9773717</link><pubDate>Thu, 18 Jun 2009 10:05:53 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9773717</guid><dc:creator>berniea</dc:creator><description>&lt;p&gt;Usually I don’t really like generated stuff, somehow it seems like I always reach a certain point where&lt;/p&gt;
</description></item><item><title>re: POCO in the Entity Framework: Part 1 - The Experience</title><link>http://blogs.msdn.com/adonet/archive/2009/05/21/poco-in-the-entity-framework-part-1-the-experience.aspx#9830373</link><pubDate>Sun, 12 Jul 2009 18:43:58 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9830373</guid><dc:creator>paul</dc:creator><description>&lt;p&gt;This looks like a great step forward (finally allowing POCOs for domain models w/ EF). I'm curious as to why properties cannot be virtual, though. &amp;nbsp;Unless I misread.&lt;/p&gt;
&lt;p&gt;NHibernate does it exactly the opposite way, where by default your properties should all be virtual to make it so they can generate subclassed proxies more easily and inject lazy loading and such.&lt;/p&gt;
</description></item><item><title>re: POCO in the Entity Framework: Part 1 - The Experience</title><link>http://blogs.msdn.com/adonet/archive/2009/05/21/poco-in-the-entity-framework-part-1-the-experience.aspx#9840048</link><pubDate>Sun, 19 Jul 2009 17:38:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9840048</guid><dc:creator>radyo dinle</dc:creator><description>&lt;p&gt;I meant Col1 (in my above question) for the POCO property!&lt;/p&gt;
</description></item><item><title>re: POCO in the Entity Framework: Part 1 - The Experience</title><link>http://blogs.msdn.com/adonet/archive/2009/05/21/poco-in-the-entity-framework-part-1-the-experience.aspx#9857506</link><pubDate>Wed, 05 Aug 2009 01:47:55 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9857506</guid><dc:creator>Muhammad Mosa</dc:creator><description>&lt;p&gt;uni-directional relationships is supported, the only restriction is that I should delete the related end navigation property that is not needed! but how I can do so?&lt;/p&gt;
</description></item><item><title>re: POCO in the Entity Framework: Part 1 - The Experience</title><link>http://blogs.msdn.com/adonet/archive/2009/05/21/poco-in-the-entity-framework-part-1-the-experience.aspx#9920253</link><pubDate>Tue, 10 Nov 2009 16:52:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9920253</guid><dc:creator>Linus Li</dc:creator><description>&lt;p&gt;It is very good short paper and get the point precisely. Nobody complains &amp;quot;The unit tests are failed!&amp;quot;. Pops up &amp;quot;InvalidOperationException was unhandled by user code&amp;quot;. The solution is to add &amp;quot;Microsoft.CSharp&amp;quot; into the reference of NorthwindModel.&lt;/p&gt;
</description></item><item><title>re: POCO in the Entity Framework: Part 1 - The Experience</title><link>http://blogs.msdn.com/adonet/archive/2009/05/21/poco-in-the-entity-framework-part-1-the-experience.aspx#9931354</link><pubDate>Wed, 02 Dec 2009 11:12:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9931354</guid><dc:creator>POCO</dc:creator><description>&lt;p&gt;When try to test the example I'm always getting an ArgumentException in Public NorthwindContext() : base(&amp;quot;name=NorthwindEntities&amp;quot; , &amp;quot;NorthwindEntities&amp;quot;) telling me that the specified named connection is either not found in configuration, not intended to be used with the EntityClient provider, or not valid.&lt;/p&gt;
&lt;p&gt;How can I correct the problem and using the example code?&lt;/p&gt;
</description></item><item><title>re: POCO in the Entity Framework: Part 1 - The Experience</title><link>http://blogs.msdn.com/adonet/archive/2009/05/21/poco-in-the-entity-framework-part-1-the-experience.aspx#9936168</link><pubDate>Sun, 13 Dec 2009 02:43:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9936168</guid><dc:creator>Craig Richards</dc:creator><description>&lt;p&gt;When selecting Category and Product for your model it is important to note that CategoryID needs to be removed from the Product table otherwise you get a MetadataException. The issue is because you POCO Product class does not define the property CategoryID&lt;/p&gt;
</description></item></channel></rss>