<?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>Feature CTP Walkthrough: POCO Templates for the Entity Framework</title><link>http://blogs.msdn.com/adonet/pages/feature-ctp-walkthrough-poco-templates-for-the-entity-framework.aspx</link><description>Creating a Database using Model First 1 - Open the POCOWalkthru project This project is a Console Application that has two files, "Program.cs" and "Blogging.edmx". The "Blogging.edmx" is a Model First Entity Framework Model file for a blogging application.</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Dew Drop &amp;#8211; June 23, 2009 | Alvin Ashcraft's Morning Dew</title><link>http://blogs.msdn.com/adonet/pages/feature-ctp-walkthrough-poco-templates-for-the-entity-framework.aspx#9799339</link><pubDate>Tue, 23 Jun 2009 15:34:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9799339</guid><dc:creator>Dew Drop &amp;#8211; June 23, 2009 | Alvin Ashcraft's Morning Dew</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.alvinashcraft.com/2009/06/23/dew-drop-june-23-2009/"&gt;http://www.alvinashcraft.com/2009/06/23/dew-drop-june-23-2009/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Feature CTP Walkthrough: POCO Templates for the Entity Framework</title><link>http://blogs.msdn.com/adonet/pages/feature-ctp-walkthrough-poco-templates-for-the-entity-framework.aspx#9817648</link><pubDate>Sat, 04 Jul 2009 20:55:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9817648</guid><dc:creator>Marcin Waś</dc:creator><description>&lt;p&gt;Will FixupCollections be included into .net 4.0 System.Collections namespace ?&lt;/p&gt;
</description></item><item><title>re: Feature CTP Walkthrough: POCO Templates for the Entity Framework</title><link>http://blogs.msdn.com/adonet/pages/feature-ctp-walkthrough-poco-templates-for-the-entity-framework.aspx#9833166</link><pubDate>Tue, 14 Jul 2009 17:11:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9833166</guid><dc:creator>cowgaR</dc:creator><description>&lt;p&gt;For example in the model we’ve been using to date when you set a Comment's Author to a particular person the FixupCollection class insures sure that the Person's Comments collection contains the Comment too.&lt;/p&gt;
&lt;p&gt;well my english is not weak by any stretch of imagination but I am having hard time to diggest this! :)&lt;/p&gt;
&lt;p&gt;back to reading ;)&lt;/p&gt;
</description></item><item><title>re: Feature CTP Walkthrough: POCO Templates for the Entity Framework</title><link>http://blogs.msdn.com/adonet/pages/feature-ctp-walkthrough-poco-templates-for-the-entity-framework.aspx#9833203</link><pubDate>Tue, 14 Jul 2009 17:41:17 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9833203</guid><dc:creator>cowgaR</dc:creator><description>&lt;p&gt;another question, if I get it right...&lt;/p&gt;
&lt;p&gt;the edmx file contains the domain model &amp;quot;picture&amp;quot;, so where can I specify how my DB Schema will look like?&lt;/p&gt;
&lt;p&gt;The only thing I can see is the generated *.sql file but once generated it is already to late, so how to alter EF mapping behaviours aka conventions?&lt;/p&gt;
&lt;p&gt;I've read code only approach where this thing is &amp;quot;solved&amp;quot; but it lacks designer and is full of limitation, please enlighten EF newbie :)&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;
</description></item><item><title>re: Feature CTP Walkthrough: POCO Templates for the Entity Framework</title><link>http://blogs.msdn.com/adonet/pages/feature-ctp-walkthrough-poco-templates-for-the-entity-framework.aspx#9894670</link><pubDate>Sun, 13 Sep 2009 18:55:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9894670</guid><dc:creator>michel</dc:creator><description>&lt;p&gt;Am I missing something, but the POCO's generated are not serializable for use with WCF, i.e. virtuals and also the FixupCollection? &lt;/p&gt;
</description></item><item><title>re: Feature CTP Walkthrough: POCO Templates for the Entity Framework</title><link>http://blogs.msdn.com/adonet/pages/feature-ctp-walkthrough-poco-templates-for-the-entity-framework.aspx#9916544</link><pubDate>Tue, 03 Nov 2009 03:21:02 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9916544</guid><dc:creator>Kasi Prasad</dc:creator><description>&lt;p&gt;What exactly did the generator generate for your &amp;quot;POCO&amp;quot; object?&lt;/p&gt;
&lt;p&gt;Just wondering why the need for a generator for POCO objects.&lt;/p&gt;
&lt;p&gt;How would this work if the Person object had a list of Orders?&lt;/p&gt;
</description></item><item><title>re: Feature CTP Walkthrough: POCO Templates for the Entity Framework</title><link>http://blogs.msdn.com/adonet/pages/feature-ctp-walkthrough-poco-templates-for-the-entity-framework.aspx#9919291</link><pubDate>Sun, 08 Nov 2009 20:57:33 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9919291</guid><dc:creator>Steve</dc:creator><description>&lt;p&gt;Why are none of the questions answered here ?&lt;/p&gt;
</description></item><item><title>re: Feature CTP Walkthrough: POCO Templates for the Entity Framework</title><link>http://blogs.msdn.com/adonet/pages/feature-ctp-walkthrough-poco-templates-for-the-entity-framework.aspx#9919293</link><pubDate>Sun, 08 Nov 2009 21:02:36 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9919293</guid><dc:creator>Steve</dc:creator><description>&lt;p&gt;I have the latest VS 2010 and this menu option is not a part of my menu ?&lt;/p&gt;
</description></item><item><title>re: Feature CTP Walkthrough: POCO Templates for the Entity Framework</title><link>http://blogs.msdn.com/adonet/pages/feature-ctp-walkthrough-poco-templates-for-the-entity-framework.aspx#9927009</link><pubDate>Sun, 22 Nov 2009 22:04:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9927009</guid><dc:creator>Bob</dc:creator><description>&lt;p&gt;In the POCOWalkthru-Final project, the BloggingContainer classe's constructors all set &lt;/p&gt;
&lt;p&gt;ContextOptions.DeferredLoadingEnabled = true;&lt;/p&gt;
&lt;p&gt;ObjectContextOptions class in .NET 4 doesn't have a DeferredLoadingEnabled property. It has a LazyLoadingEnabled property. Same thing, right???&lt;/p&gt;
</description></item><item><title>re: Feature CTP Walkthrough: POCO Templates for the Entity Framework</title><link>http://blogs.msdn.com/adonet/pages/feature-ctp-walkthrough-poco-templates-for-the-entity-framework.aspx#9927012</link><pubDate>Sun, 22 Nov 2009 22:16:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9927012</guid><dc:creator>Bob Bedell</dc:creator><description>&lt;p&gt;Found my answer here:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://thedatafarm.com/blog/data-access/ef4-lazy-loading-on-by-default-but-what-about-pre-beta-2-models/"&gt;http://thedatafarm.com/blog/data-access/ef4-lazy-loading-on-by-default-but-what-about-pre-beta-2-models/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Renaming DeferredLoadingEnabled to LazyLoadingEnabled &amp;nbsp;is a breaking change from Beta 1 to Beta 2.&lt;/p&gt;
</description></item><item><title>re: Feature CTP Walkthrough: POCO Templates for the Entity Framework</title><link>http://blogs.msdn.com/adonet/pages/feature-ctp-walkthrough-poco-templates-for-the-entity-framework.aspx#9928914</link><pubDate>Thu, 26 Nov 2009 02:07:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9928914</guid><dc:creator>Stephen Ward</dc:creator><description>&lt;p&gt;I've got CTP2 release of EF 4 which hasnt got this T4 template included. &lt;/p&gt;
&lt;p&gt;Where can I get the template from CTP 1 ? I can generate POCOs and adapt them as necessary.&lt;/p&gt;
</description></item></channel></rss>