<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>Entity Framework Contrib</title><link>http://efcontrib.codeplex.com/project/feeds/rss</link><description>EFContrib will attempt to centralize links to projects on CodePlex that will help you work more effectively with Entity Framework in your applications.</description><item><title>Source code checked in, #96133</title><link>http://efcontrib.codeplex.com/SourceControl/changeset/changes/96133</link><description>Upgrade&amp;#58; New Version of LabDefaultTemplate.xaml. To upgrade your build definitions, please visit the following link&amp;#58; http&amp;#58;&amp;#47;&amp;#47;go.microsoft.com&amp;#47;fwlink&amp;#47;&amp;#63;LinkId&amp;#61;254563</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:40:31 GMT</pubDate><guid isPermaLink="false">Source code checked in, #96133 20121001094031P</guid></item><item><title>Source code checked in, #96132</title><link>http://efcontrib.codeplex.com/SourceControl/changeset/changes/96132</link><description>Checked in by server upgrade</description><author>Project Collection Service Accounts</author><pubDate>Mon, 01 Oct 2012 21:33:03 GMT</pubDate><guid isPermaLink="false">Source code checked in, #96132 20121001093303P</guid></item><item><title>Created Issue: SQL Script generation with Default Values not working [15479]</title><link>http://efcontrib.codeplex.com/workitem/15479</link><description>Hello,&lt;br /&gt;&lt;br /&gt;I am using the EF5 RC and VS 2012 and when I am creating a Database out of an Model the SQL Script does not have any Default Values set. &lt;br /&gt;&lt;br /&gt;But I&amp;#39;ve set some default Values in the edmx Model for some Members like Int type and string type.&lt;br /&gt;But the SQL Script looks like&amp;#58;&lt;br /&gt;&lt;br /&gt;-- Creating table &amp;#39;PersonSatz&amp;#39;&lt;br /&gt;CREATE TABLE &amp;#91;dbo&amp;#93;.&amp;#91;PersonSatz&amp;#93; &amp;#40;&lt;br /&gt;    &amp;#91;ID&amp;#93; int IDENTITY&amp;#40;1,1&amp;#41; NOT NULL,&lt;br /&gt;    &amp;#91;Vorname&amp;#93; nvarchar&amp;#40;max&amp;#41;  NOT NULL,&lt;br /&gt;    &amp;#91;Nachname&amp;#93; nvarchar&amp;#40;max&amp;#41;  NOT NULL,&lt;br /&gt;    &amp;#91;Typ&amp;#93; int  NOT NULL,&lt;br /&gt;    &amp;#91;Alter&amp;#93; int  NOT NULL,&lt;br /&gt;    &amp;#91;Spitzname&amp;#93; nvarchar&amp;#40;max&amp;#41;  NULL&lt;br /&gt;&amp;#41;&amp;#59;&lt;br /&gt;&lt;br /&gt;there where no default values set.&lt;br /&gt;&lt;br /&gt;thx much squadwuschel&lt;br /&gt;</description><author>squadwuschel</author><pubDate>Thu, 09 Aug 2012 08:25:06 GMT</pubDate><guid isPermaLink="false">Created Issue: SQL Script generation with Default Values not working [15479] 20120809082506A</guid></item><item><title>Updated Wiki: Temporary Post Used For Theme Detection (0d9cf4df-dfdd-4940-a377-c5a01c26dda6 - 3bfe001a-32de-4114-a6b4-4005b770f6d7)</title><link>https://efcontrib.codeplex.com/wikipage?title=Temporary Post Used For Theme Detection (0d9cf4df-dfdd-4940-a377-c5a01c26dda6 - 3bfe001a-32de-4114-a6b4-4005b770f6d7)&amp;version=1</link><description>&lt;div class="wikidoc"&gt;
&lt;p&gt;This is a temporary post that was not deleted. Please delete this manually. (c4a20186-4b52-48dd-8433-8ccdb9b85e40 - 3bfe001a-32de-4114-a6b4-4005b770f6d7)&lt;/p&gt;
&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>julielerman</author><pubDate>Wed, 09 May 2012 09:55:00 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Temporary Post Used For Theme Detection (0d9cf4df-dfdd-4940-a377-c5a01c26dda6 - 3bfe001a-32de-4114-a6b4-4005b770f6d7) 20120509095500A</guid></item><item><title>Updated Wiki: Home</title><link>http://efcontrib.codeplex.com/wikipage?version=36</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Welcome to the Entity Framework Contrib project&lt;/h1&gt;EFContrib will attempt to centralize links to projects on CodePlex that will help you work more effectively with Entity Framework in your applications.
&lt;h2&gt;Code First Projects&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://salardbcodegenerator.codeplex.com"&gt;SalarDbCodeGenerator (salardbcodegenerator.codeplex.com)&lt;/a&gt;&lt;/b&gt; &lt;i&gt;Initial Release May 3, 2012&lt;/i&gt;. SalarDbCodeGenerator is a database first, code generator. It uses customizable patterns to generate different codes and models for applications. The generator engine is mostly optimized for C# but it can be used to generate any other programming language code.&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;EF4 Projects&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://effort.codeplex.com"&gt;Effort (alpha) (effort.codeplex.com)&lt;/a&gt;&lt;/b&gt; &lt;i&gt;Initial Release (alpha) April 25, 2012&lt;/i&gt;. Effort is a powerful tool that enables an easy way to create unit tests for Entity Framework based applications. It manipulates the behavior of EntityConnection or ObjectContext objects in a way that the data operations are executed by a lightweight in-process database instead of the underlying resource-heavy relational database. This mechanism makes possible to run data driven unit tests without the presence of the dependent database.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://t4csla.codeplex.com"&gt;Visual Studio CSLA Extension for ADO.NET Entity Framework (t4csla.codeplex.com)&lt;/a&gt;&lt;/b&gt;Visual Studio extension and T4 templates for generation of CSLA objects from ADO.NET Entity Framework model.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://efrepository.codeplex.com"&gt;Entity Framework Repository &amp;amp; Unit of Work Template (efrepository.codeplex.com)&lt;/a&gt;&lt;/b&gt;: T4 Template for Entity Framework 4 for creating a data access layer using the repository and unit of work patterns. Designed to work well with dependency injection frameworks. When dropped in a folder with an .edmx file, it will generate all necessary files.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://t4toolbox.codeplex.com"&gt;T4 Toolbox (t4toolbox.codeplex.com)&lt;/a&gt;&lt;/b&gt;: T4 Toolbox is a set of ready-to-use code generators and T4 extensions for Visual Studio. Quickly build powerful C# or VB templates that generate multiple output files or simply use existing templates for LINQ to SQL, Entity Framework and more. &lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://effaq.codeplex.com"&gt;Entity Framework Frequently Asked Questions (effaq.codeplex.com)&lt;/a&gt;&lt;/b&gt;: The EF FAQ project provides a place for users of the Entity Framework to work together on a list of common questions and answers that come up while programming with the EF.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://ef4templates.codeplex.com"&gt;EF4 Templates (ef4templates.codeplex.com)&lt;/a&gt;&lt;/b&gt;: EF4 Templates uses T4toolbox to generate Repositories, Unit of work, POCO self-tracking entities that can be unit tested, along with validation for WPF, Silverlight RIA services and ASP.NET/ASP.NET MVC. They also generate an ODATA service with authentication for usage with WPF.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entityvisualizers.codeplex.com"&gt;Entity Visualizers (entityvisualizers.codeplex.com/)&lt;/a&gt;&lt;/b&gt;: This project has debugger visualizers for several objects in the Entity Framework: EntityObject, EntityCollection, ObjectQuery and ObjectContext. Some of the source code is based on code from Julie Lerman&amp;#39;s book &amp;quot;Programming Entity Framework&amp;quot;.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entityvisualizer.codeplex.com"&gt;Entity Visualizer (entityvisualizer.codeplex.com)&lt;/a&gt;&lt;/b&gt;: Entity Framework Debugger Visualizer to display SQL source code generated by Entity Framework.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://ef4linqextensions.codeplex.com"&gt;EF4 LINQ extensions(ef4linqetensions.codeplex.com)&lt;/a&gt;&lt;/b&gt;: Extensions for Entity Framework 4 to support things like Enums in Linq queries. EF4 Linq Extensions extends EF4 ObjectSet&amp;lt;T&amp;gt; to support queries using enums.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;
&lt;h2&gt;EF3.5 Projects&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://efcontrib.codeplex.com/wikipage?title=PostSharp4EF&amp;referringTitle=Home"&gt;PostSharp4EF&lt;/a&gt;&lt;/b&gt;: Automatically implement IPoco (for EF 3.5/VS2008)&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Plug-in Edmx Code Generator&lt;/b&gt;:  easily add assemblies that will hook into the codegeneration part of Entity Framework. &lt;a href="http://weblogs.asp.net/michaeld/archive/2008/02/25/plug-in-edmx-code-generator-released.aspx"&gt;Check this blog post out for more info!&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Community feedback&lt;/h2&gt;Please contribute to this project by either contributing code or giving feedback. Let me know if you are interested in the project and if you&amp;#39;d like to see it completed.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="rss"&gt;&lt;div class="accentbar"&gt;&lt;span class="left"&gt;&amp;nbsp;&lt;/span&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib News Feed&lt;span class="right"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/BeHeardAPIChangesDiscussionOnEFPoco.aspx"&gt;Be heard: API changes discussion on EF Poco&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Tuesday, August 05, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/IrsquomJoiningMicrosoft.aspx"&gt;I&amp;rsquo;m joining Microsoft!!&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Friday, July 25, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/NewSampleApplicationForDisconnectedNtierEntityFrameworkObjects.aspx"&gt;New sample application for disconnected n-tier EntityFramework objects&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Wednesday, April 16, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/InheritanceSupportForEFContrib.aspx"&gt;Inheritance support for EFContrib&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Wednesday, April 16, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/DisconnectedNTierObjectsUsingEntityFramework.aspx"&gt;Disconnected N-Tier objects using EntityFramework&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Monday, April 07, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/RelationSupportForNtierEF.aspx"&gt;Relation support for n-tier EF&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Thursday, March 27, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/ProgressOnLightObjectsOnTheClientFullBlownEFEntitiesOnTheBackend.aspx"&gt;Progress on light objects on the client, full blown EF entities on the backend&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Friday, March 21, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/SneakPreviewSerializingObjectsWithOriginalValues.aspx"&gt;Sneak preview: serializing objects with original values&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Monday, March 17, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/ComplexTypesInEFHowTheyWorkAndSupportInEFContrib.aspx"&gt;Complex types in EF, how they work and support in EFContrib&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Friday, March 14, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/RelationshipSupportInEFContrib.aspx"&gt;Relationship support in EFContrib&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Monday, March 10, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="accentbar"&gt;&lt;span class="left"&gt;&amp;nbsp;&lt;/span&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib News Feed&lt;span class="right"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>JulieLerman</author><pubDate>Wed, 09 May 2012 09:52:13 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120509095213A</guid></item><item><title>Updated Wiki: Home</title><link>http://efcontrib.codeplex.com/wikipage?version=35</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Welcome to the Entity Framework Contrib project&lt;/h1&gt;EFContrib will attempt to centralize links to projects on CodePlex that will help you work more effectively with Entity Framework in your applications.
&lt;h2&gt;Code First Projects&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://salardbcodegenerator.codeplex.com"&gt;SalarDbCodeGenerator (salardbcodegenerator.codeplex.com)&lt;/a&gt;&lt;/b&gt;Initial Release May 3, 2012. SalarDbCodeGenerator is a database first, code generator. It uses customizable patterns to generate different codes and models for applications. The generator engine is mostly optimized for C# but it can be used to generate any other programming language code.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;
&lt;h2&gt;EF4 Projects&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://effort.codeplex.com"&gt;Effort (alpha) (effort.codeplex.com)&lt;/a&gt;&lt;/b&gt;Initial Release (alpha) April 25, 2012. Effort is a powerful tool that enables an easy way to create unit tests for Entity Framework based applications. It manipulates the behavior of EntityConnection or ObjectContext objects in a way that the data operations are executed by a lightweight in-process database instead of the underlying resource-heavy relational database. This mechanism makes possible to run data driven unit tests without the presence of the dependent database.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://t4csla.codeplex.com"&gt;Visual Studio CSLA Extension for ADO.NET Entity Framework (t4csla.codeplex.com)&lt;/a&gt;&lt;/b&gt;Visual Studio extension and T4 templates for generation of CSLA objects from ADO.NET Entity Framework model.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://efrepository.codeplex.com"&gt;Entity Framework Repository &amp;amp; Unit of Work Template (efrepository.codeplex.com)&lt;/a&gt;&lt;/b&gt;: T4 Template for Entity Framework 4 for creating a data access layer using the repository and unit of work patterns. Designed to work well with dependency injection frameworks. When dropped in a folder with an .edmx file, it will generate all necessary files.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://t4toolbox.codeplex.com"&gt;T4 Toolbox (t4toolbox.codeplex.com)&lt;/a&gt;&lt;/b&gt;: T4 Toolbox is a set of ready-to-use code generators and T4 extensions for Visual Studio. Quickly build powerful C# or VB templates that generate multiple output files or simply use existing templates for LINQ to SQL, Entity Framework and more. &lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://effaq.codeplex.com"&gt;Entity Framework Frequently Asked Questions (effaq.codeplex.com)&lt;/a&gt;&lt;/b&gt;: The EF FAQ project provides a place for users of the Entity Framework to work together on a list of common questions and answers that come up while programming with the EF.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://ef4templates.codeplex.com"&gt;EF4 Templates (ef4templates.codeplex.com)&lt;/a&gt;&lt;/b&gt;: EF4 Templates uses T4toolbox to generate Repositories, Unit of work, POCO self-tracking entities that can be unit tested, along with validation for WPF, Silverlight RIA services and ASP.NET/ASP.NET MVC. They also generate an ODATA service with authentication for usage with WPF.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entityvisualizers.codeplex.com"&gt;Entity Visualizers (entityvisualizers.codeplex.com/)&lt;/a&gt;&lt;/b&gt;: This project has debugger visualizers for several objects in the Entity Framework: EntityObject, EntityCollection, ObjectQuery and ObjectContext. Some of the source code is based on code from Julie Lerman&amp;#39;s book &amp;quot;Programming Entity Framework&amp;quot;.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entityvisualizer.codeplex.com"&gt;Entity Visualizer (entityvisualizer.codeplex.com)&lt;/a&gt;&lt;/b&gt;: Entity Framework Debugger Visualizer to display SQL source code generated by Entity Framework.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://ef4linqextensions.codeplex.com"&gt;EF4 LINQ extensions(ef4linqetensions.codeplex.com)&lt;/a&gt;&lt;/b&gt;: Extensions for Entity Framework 4 to support things like Enums in Linq queries. EF4 Linq Extensions extends EF4 ObjectSet&amp;lt;T&amp;gt; to support queries using enums.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;
&lt;h2&gt;EF3.5 Projects&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://efcontrib.codeplex.com/wikipage?title=PostSharp4EF&amp;referringTitle=Home"&gt;PostSharp4EF&lt;/a&gt;&lt;/b&gt;: Automatically implement IPoco (for EF 3.5/VS2008)&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Plug-in Edmx Code Generator&lt;/b&gt;:  easily add assemblies that will hook into the codegeneration part of Entity Framework. &lt;a href="http://weblogs.asp.net/michaeld/archive/2008/02/25/plug-in-edmx-code-generator-released.aspx"&gt;Check this blog post out for more info!&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Community feedback&lt;/h2&gt;Please contribute to this project by either contributing code or giving feedback. Let me know if you are interested in the project and if you&amp;#39;d like to see it completed.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="rss"&gt;&lt;div class="accentbar"&gt;&lt;span class="left"&gt;&amp;nbsp;&lt;/span&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib News Feed&lt;span class="right"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/BeHeardAPIChangesDiscussionOnEFPoco.aspx"&gt;Be heard: API changes discussion on EF Poco&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Tuesday, August 05, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/IrsquomJoiningMicrosoft.aspx"&gt;I&amp;rsquo;m joining Microsoft!!&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Friday, July 25, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/NewSampleApplicationForDisconnectedNtierEntityFrameworkObjects.aspx"&gt;New sample application for disconnected n-tier EntityFramework objects&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Wednesday, April 16, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/InheritanceSupportForEFContrib.aspx"&gt;Inheritance support for EFContrib&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Wednesday, April 16, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/DisconnectedNTierObjectsUsingEntityFramework.aspx"&gt;Disconnected N-Tier objects using EntityFramework&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Monday, April 07, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/RelationSupportForNtierEF.aspx"&gt;Relation support for n-tier EF&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Thursday, March 27, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/ProgressOnLightObjectsOnTheClientFullBlownEFEntitiesOnTheBackend.aspx"&gt;Progress on light objects on the client, full blown EF entities on the backend&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Friday, March 21, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/SneakPreviewSerializingObjectsWithOriginalValues.aspx"&gt;Sneak preview: serializing objects with original values&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Monday, March 17, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/ComplexTypesInEFHowTheyWorkAndSupportInEFContrib.aspx"&gt;Complex types in EF, how they work and support in EFContrib&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Friday, March 14, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/RelationshipSupportInEFContrib.aspx"&gt;Relationship support in EFContrib&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Monday, March 10, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="accentbar"&gt;&lt;span class="left"&gt;&amp;nbsp;&lt;/span&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib News Feed&lt;span class="right"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>JulieLerman</author><pubDate>Wed, 09 May 2012 09:51:36 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120509095136A</guid></item><item><title>Updated Wiki: Home</title><link>http://efcontrib.codeplex.com/wikipage?version=34</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Welcome to the Entity Framework Contrib project&lt;/h1&gt;EFContrib will attempt to centralize links to projects on CodePlex that will help you work more effectively with Entity Framework in your applications.
&lt;h2&gt;Code First Projects&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://salardbcodegenerator.codeplex.com"&gt;SalarDbCodeGenerator (salardbcodegenerator.codeplex.com)&lt;/a&gt;&lt;/b&gt;Initial Release May 3, 2012. SalarDbCodeGenerator is a database first, code generator. It uses customizable patterns to generate different codes and models for applications. The generator engine is mostly optimized for C# but it can be used to generate any other programming language code.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;
&lt;h2&gt;EF4 Projects&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://effort.codeplex.com"&gt;Effort (effort.codeplex.com)&lt;/a&gt;&lt;/b&gt;Initial Release April 25, 2012. Effort is a powerful tool that enables an easy way to create unit tests for Entity Framework based applications. It manipulates the behavior of EntityConnection or ObjectContext objects in a way that the data operations are executed by a lightweight in-process database instead of the underlying resource-heavy relational database. This mechanism makes possible to run data driven unit tests without the presence of the dependent database.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://t4csla.codeplex.com"&gt;Visual Studio CSLA Extension for ADO.NET Entity Framework (t4csla.codeplex.com)&lt;/a&gt;&lt;/b&gt;Visual Studio extension and T4 templates for generation of CSLA objects from ADO.NET Entity Framework model.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://efrepository.codeplex.com"&gt;Entity Framework Repository &amp;amp; Unit of Work Template (efrepository.codeplex.com)&lt;/a&gt;&lt;/b&gt;: T4 Template for Entity Framework 4 for creating a data access layer using the repository and unit of work patterns. Designed to work well with dependency injection frameworks. When dropped in a folder with an .edmx file, it will generate all necessary files.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://t4toolbox.codeplex.com"&gt;T4 Toolbox (t4toolbox.codeplex.com)&lt;/a&gt;&lt;/b&gt;: T4 Toolbox is a set of ready-to-use code generators and T4 extensions for Visual Studio. Quickly build powerful C# or VB templates that generate multiple output files or simply use existing templates for LINQ to SQL, Entity Framework and more. &lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://effaq.codeplex.com"&gt;Entity Framework Frequently Asked Questions (effaq.codeplex.com)&lt;/a&gt;&lt;/b&gt;: The EF FAQ project provides a place for users of the Entity Framework to work together on a list of common questions and answers that come up while programming with the EF.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://ef4templates.codeplex.com"&gt;EF4 Templates (ef4templates.codeplex.com)&lt;/a&gt;&lt;/b&gt;: EF4 Templates uses T4toolbox to generate Repositories, Unit of work, POCO self-tracking entities that can be unit tested, along with validation for WPF, Silverlight RIA services and ASP.NET/ASP.NET MVC. They also generate an ODATA service with authentication for usage with WPF.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entityvisualizers.codeplex.com"&gt;Entity Visualizers (entityvisualizers.codeplex.com/)&lt;/a&gt;&lt;/b&gt;: This project has debugger visualizers for several objects in the Entity Framework: EntityObject, EntityCollection, ObjectQuery and ObjectContext. Some of the source code is based on code from Julie Lerman&amp;#39;s book &amp;quot;Programming Entity Framework&amp;quot;.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entityvisualizer.codeplex.com"&gt;Entity Visualizer (entityvisualizer.codeplex.com)&lt;/a&gt;&lt;/b&gt;: Entity Framework Debugger Visualizer to display SQL source code generated by Entity Framework.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://ef4linqextensions.codeplex.com"&gt;EF4 LINQ extensions(ef4linqetensions.codeplex.com)&lt;/a&gt;&lt;/b&gt;: Extensions for Entity Framework 4 to support things like Enums in Linq queries. EF4 Linq Extensions extends EF4 ObjectSet&amp;lt;T&amp;gt; to support queries using enums.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;
&lt;h2&gt;EF3.5 Projects&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://efcontrib.codeplex.com/wikipage?title=PostSharp4EF&amp;referringTitle=Home"&gt;PostSharp4EF&lt;/a&gt;&lt;/b&gt;: Automatically implement IPoco (for EF 3.5/VS2008)&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Plug-in Edmx Code Generator&lt;/b&gt;:  easily add assemblies that will hook into the codegeneration part of Entity Framework. &lt;a href="http://weblogs.asp.net/michaeld/archive/2008/02/25/plug-in-edmx-code-generator-released.aspx"&gt;Check this blog post out for more info!&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Community feedback&lt;/h2&gt;Please contribute to this project by either contributing code or giving feedback. Let me know if you are interested in the project and if you&amp;#39;d like to see it completed.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="rss"&gt;&lt;div class="accentbar"&gt;&lt;span class="left"&gt;&amp;nbsp;&lt;/span&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib News Feed&lt;span class="right"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/BeHeardAPIChangesDiscussionOnEFPoco.aspx"&gt;Be heard: API changes discussion on EF Poco&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Tuesday, August 05, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/IrsquomJoiningMicrosoft.aspx"&gt;I&amp;rsquo;m joining Microsoft!!&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Friday, July 25, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/NewSampleApplicationForDisconnectedNtierEntityFrameworkObjects.aspx"&gt;New sample application for disconnected n-tier EntityFramework objects&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Wednesday, April 16, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/InheritanceSupportForEFContrib.aspx"&gt;Inheritance support for EFContrib&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Wednesday, April 16, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/DisconnectedNTierObjectsUsingEntityFramework.aspx"&gt;Disconnected N-Tier objects using EntityFramework&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Monday, April 07, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/RelationSupportForNtierEF.aspx"&gt;Relation support for n-tier EF&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Thursday, March 27, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/ProgressOnLightObjectsOnTheClientFullBlownEFEntitiesOnTheBackend.aspx"&gt;Progress on light objects on the client, full blown EF entities on the backend&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Friday, March 21, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/SneakPreviewSerializingObjectsWithOriginalValues.aspx"&gt;Sneak preview: serializing objects with original values&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Monday, March 17, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/ComplexTypesInEFHowTheyWorkAndSupportInEFContrib.aspx"&gt;Complex types in EF, how they work and support in EFContrib&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Friday, March 14, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/RelationshipSupportInEFContrib.aspx"&gt;Relationship support in EFContrib&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Monday, March 10, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="accentbar"&gt;&lt;span class="left"&gt;&amp;nbsp;&lt;/span&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib News Feed&lt;span class="right"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>JulieLerman</author><pubDate>Wed, 09 May 2012 09:49:11 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120509094911A</guid></item><item><title>Updated Wiki: Home</title><link>http://efcontrib.codeplex.com/wikipage?version=33</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Welcome to the Entity Framework Contrib project&lt;/h1&gt;EFContrib will attempt to centralize links to projects on CodePlex that will help you work more effectively with Entity Framework in your applications.
&lt;h2&gt;Code First Projects&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://salardbcodegenerator.codeplex.com"&gt;SalarDbCodeGenerator (salardbcodegenerator.codeplex.com)&lt;/a&gt;&lt;/b&gt;Initial Release May 3, 2012. SalarDbCodeGenerator is a database first, code generator. It uses customizable patterns to generate different codes and models for applications. The generator engine is mostly optimized for C# but it can be used to generate any other programming language code.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://effort.codeplex.com"&gt;Effort (effort.codeplex.com)&lt;/a&gt;&lt;/b&gt;Initial Release April 25, 2012. Effort is a powerful tool that enables an easy way to create unit tests for Entity Framework based applications. It manipulates the behavior of EntityConnection or ObjectContext objects in a way that the data operations are executed by a lightweight in-process database instead of the underlying resource-heavy relational database. This mechanism makes possible to run data driven unit tests without the presence of the dependent database.&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;EF4 Projects&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://t4csla.codeplex.com"&gt;Visual Studio CSLA Extension for ADO.NET Entity Framework (t4csla.codeplex.com)&lt;/a&gt;&lt;/b&gt;Visual Studio extension and T4 templates for generation of CSLA objects from ADO.NET Entity Framework model.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://efrepository.codeplex.com"&gt;Entity Framework Repository &amp;amp; Unit of Work Template (efrepository.codeplex.com)&lt;/a&gt;&lt;/b&gt;: T4 Template for Entity Framework 4 for creating a data access layer using the repository and unit of work patterns. Designed to work well with dependency injection frameworks. When dropped in a folder with an .edmx file, it will generate all necessary files.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://t4toolbox.codeplex.com"&gt;T4 Toolbox (t4toolbox.codeplex.com)&lt;/a&gt;&lt;/b&gt;: T4 Toolbox is a set of ready-to-use code generators and T4 extensions for Visual Studio. Quickly build powerful C# or VB templates that generate multiple output files or simply use existing templates for LINQ to SQL, Entity Framework and more. &lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://effaq.codeplex.com"&gt;Entity Framework Frequently Asked Questions (effaq.codeplex.com)&lt;/a&gt;&lt;/b&gt;: The EF FAQ project provides a place for users of the Entity Framework to work together on a list of common questions and answers that come up while programming with the EF.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://ef4templates.codeplex.com"&gt;EF4 Templates (ef4templates.codeplex.com)&lt;/a&gt;&lt;/b&gt;: EF4 Templates uses T4toolbox to generate Repositories, Unit of work, POCO self-tracking entities that can be unit tested, along with validation for WPF, Silverlight RIA services and ASP.NET/ASP.NET MVC. They also generate an ODATA service with authentication for usage with WPF.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entityvisualizers.codeplex.com"&gt;Entity Visualizers (entityvisualizers.codeplex.com/)&lt;/a&gt;&lt;/b&gt;: This project has debugger visualizers for several objects in the Entity Framework: EntityObject, EntityCollection, ObjectQuery and ObjectContext. Some of the source code is based on code from Julie Lerman&amp;#39;s book &amp;quot;Programming Entity Framework&amp;quot;.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entityvisualizer.codeplex.com"&gt;Entity Visualizer (entityvisualizer.codeplex.com)&lt;/a&gt;&lt;/b&gt;: Entity Framework Debugger Visualizer to display SQL source code generated by Entity Framework.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://ef4linqextensions.codeplex.com"&gt;EF4 LINQ extensions(ef4linqetensions.codeplex.com)&lt;/a&gt;&lt;/b&gt;: Extensions for Entity Framework 4 to support things like Enums in Linq queries. EF4 Linq Extensions extends EF4 ObjectSet&amp;lt;T&amp;gt; to support queries using enums.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;
&lt;h2&gt;EF3.5 Projects&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://efcontrib.codeplex.com/wikipage?title=PostSharp4EF&amp;referringTitle=Home"&gt;PostSharp4EF&lt;/a&gt;&lt;/b&gt;: Automatically implement IPoco (for EF 3.5/VS2008)&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Plug-in Edmx Code Generator&lt;/b&gt;:  easily add assemblies that will hook into the codegeneration part of Entity Framework. &lt;a href="http://weblogs.asp.net/michaeld/archive/2008/02/25/plug-in-edmx-code-generator-released.aspx"&gt;Check this blog post out for more info!&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Community feedback&lt;/h2&gt;Please contribute to this project by either contributing code or giving feedback. Let me know if you are interested in the project and if you&amp;#39;d like to see it completed.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="rss"&gt;&lt;div class="accentbar"&gt;&lt;span class="left"&gt;&amp;nbsp;&lt;/span&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib News Feed&lt;span class="right"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/BeHeardAPIChangesDiscussionOnEFPoco.aspx"&gt;Be heard: API changes discussion on EF Poco&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Tuesday, August 05, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/IrsquomJoiningMicrosoft.aspx"&gt;I&amp;rsquo;m joining Microsoft!!&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Friday, July 25, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/NewSampleApplicationForDisconnectedNtierEntityFrameworkObjects.aspx"&gt;New sample application for disconnected n-tier EntityFramework objects&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Wednesday, April 16, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/InheritanceSupportForEFContrib.aspx"&gt;Inheritance support for EFContrib&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Wednesday, April 16, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/DisconnectedNTierObjectsUsingEntityFramework.aspx"&gt;Disconnected N-Tier objects using EntityFramework&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Monday, April 07, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/RelationSupportForNtierEF.aspx"&gt;Relation support for n-tier EF&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Thursday, March 27, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/ProgressOnLightObjectsOnTheClientFullBlownEFEntitiesOnTheBackend.aspx"&gt;Progress on light objects on the client, full blown EF entities on the backend&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Friday, March 21, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/SneakPreviewSerializingObjectsWithOriginalValues.aspx"&gt;Sneak preview: serializing objects with original values&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Monday, March 17, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/ComplexTypesInEFHowTheyWorkAndSupportInEFContrib.aspx"&gt;Complex types in EF, how they work and support in EFContrib&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Friday, March 14, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/RelationshipSupportInEFContrib.aspx"&gt;Relationship support in EFContrib&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Monday, March 10, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="accentbar"&gt;&lt;span class="left"&gt;&amp;nbsp;&lt;/span&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib News Feed&lt;span class="right"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>JulieLerman</author><pubDate>Wed, 09 May 2012 09:47:32 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20120509094732A</guid></item><item><title>New Post: CodeGenerator which Supports EntityFramework</title><link>http://efcontrib.codeplex.com/discussions/355029</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;&lt;a href="http://salardbcodegenerator.codeplex.com/"&gt;SalarDbCodeGenerator&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;</description><author>salar2k</author><pubDate>Wed, 09 May 2012 07:51:46 GMT</pubDate><guid isPermaLink="false">New Post: CodeGenerator which Supports EntityFramework 20120509075146A</guid></item><item><title>Updated Wiki: Home</title><link>http://efcontrib.codeplex.com/wikipage?version=32</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Welcome to the Entity Framework Contrib project&lt;/h1&gt;EFContrib will attempt to centralize links to projects on CodePlex that will help you work more effectively with Entity Framework in your applications.&lt;br /&gt;&lt;br /&gt;
&lt;h2&gt;EF4 Projects&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://t4csla.codeplex.com" class="externalLink"&gt;Visual Studio CSLA Extension for ADO.NET Entity Framework (t4csla.codeplex.com)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;Visual Studio extension and T4 templates for generation of CSLA objects from ADO.NET Entity Framework model.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://efrepository.codeplex.com" class="externalLink"&gt;Entity Framework Repository &amp;amp; Unit of Work Template (efrepository.codeplex.com)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;: T4 Template for Entity Framework 4 for creating a data access layer using the repository and unit of work patterns. Designed to work well with dependency injection frameworks. When dropped in a folder with an .edmx file, it will generate all necessary files.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://t4toolbox.codeplex.com" class="externalLink"&gt;T4 Toolbox (t4toolbox.codeplex.com)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;: T4 Toolbox is a set of ready-to-use code generators and T4 extensions for Visual Studio. Quickly build powerful C# or VB templates that generate multiple output files or simply use existing templates for LINQ to SQL, Entity Framework and more. &lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://effaq.codeplex.com" class="externalLink"&gt;Entity Framework Frequently Asked Questions (effaq.codeplex.com)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;: The EF FAQ project provides a place for users of the Entity Framework to work together on a list of common questions and answers that come up while programming with the EF.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://ef4templates.codeplex.com" class="externalLink"&gt;EF4 Templates (ef4templates.codeplex.com)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;: EF4 Templates uses T4toolbox to generate Repositories, Unit of work, POCO self-tracking entities that can be unit tested, along with validation for WPF, Silverlight RIA services and ASP.NET/ASP.NET MVC. They also generate an ODATA service with authentication for usage with WPF.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entityvisualizers.codeplex.com" class="externalLink"&gt;Entity Visualizers (entityvisualizers.codeplex.com/)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;: This project has debugger visualizers for several objects in the Entity Framework: EntityObject, EntityCollection, ObjectQuery and ObjectContext. Some of the source code is based on code from Julie Lerman&amp;#39;s book &amp;quot;Programming Entity Framework&amp;quot;.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entityvisualizer.codeplex.com" class="externalLink"&gt;Entity Visualizer (entityvisualizer.codeplex.com)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;: Entity Framework Debugger Visualizer to display SQL source code generated by Entity Framework.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://ef4linqextensions.codeplex.com" class="externalLink"&gt;EF4 LINQ extensions(ef4linqetensions.codeplex.com)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;: Extensions for Entity Framework 4 to support things like Enums in Linq queries. EF4 Linq Extensions extends EF4 ObjectSet&amp;lt;T&amp;gt; to support queries using enums.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;
&lt;h2&gt;EF3.5 Projects&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://efcontrib.codeplex.com/wikipage?title=PostSharp4EF&amp;referringTitle=Home"&gt;PostSharp4EF&lt;/a&gt;&lt;/b&gt;: Automatically implement IPoco (for EF 3.5/VS2008)&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Plug-in Edmx Code Generator&lt;/b&gt;:  easily add assemblies that will hook into the codegeneration part of Entity Framework. &lt;a href="http://weblogs.asp.net/michaeld/archive/2008/02/25/plug-in-edmx-code-generator-released.aspx" class="externalLink"&gt;Check this blog post out for more info!&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Community feedback&lt;/h2&gt;Please contribute to this project by either contributing code or giving feedback. Let me know if you are interested in the project and if you&amp;#39;d like to see it completed.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="rss"&gt;&lt;div class="accentbar"&gt;&lt;span class="left"&gt;&amp;nbsp;&lt;/span&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib News Feed&lt;span class="right"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/BeHeardAPIChangesDiscussionOnEFPoco.aspx"&gt;Be heard: API changes discussion on EF Poco&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Tuesday, August 05, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/IrsquomJoiningMicrosoft.aspx"&gt;I&amp;rsquo;m joining Microsoft!!&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Friday, July 25, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/NewSampleApplicationForDisconnectedNtierEntityFrameworkObjects.aspx"&gt;New sample application for disconnected n-tier EntityFramework objects&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Wednesday, April 16, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/InheritanceSupportForEFContrib.aspx"&gt;Inheritance support for EFContrib&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Wednesday, April 16, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/DisconnectedNTierObjectsUsingEntityFramework.aspx"&gt;Disconnected N-Tier objects using EntityFramework&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Monday, April 07, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/RelationSupportForNtierEF.aspx"&gt;Relation support for n-tier EF&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Thursday, March 27, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/ProgressOnLightObjectsOnTheClientFullBlownEFEntitiesOnTheBackend.aspx"&gt;Progress on light objects on the client, full blown EF entities on the backend&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Friday, March 21, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/SneakPreviewSerializingObjectsWithOriginalValues.aspx"&gt;Sneak preview: serializing objects with original values&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Monday, March 17, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/ComplexTypesInEFHowTheyWorkAndSupportInEFContrib.aspx"&gt;Complex types in EF, how they work and support in EFContrib&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Friday, March 14, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/RelationshipSupportInEFContrib.aspx"&gt;Relationship support in EFContrib&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Monday, March 10, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="accentbar"&gt;&lt;span class="left"&gt;&amp;nbsp;&lt;/span&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib News Feed&lt;span class="right"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>JulieLerman</author><pubDate>Tue, 22 Mar 2011 20:31:06 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110322083106P</guid></item><item><title>New Post: EF4 Linq Extensions</title><link>http://efcontrib.codeplex.com/Thread/View.aspx?ThreadId=241600</link><description>&lt;div style="line-height: normal;"&gt;
&lt;p&gt;I've published my Linq Expression tree rewriter for EF4 Linq Enum support.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://ef4linqextensions.codeplex.com/"&gt;http://ef4linqextensions.codeplex.com/&lt;/a&gt;&lt;/p&gt;
&lt;/div&gt;</description><author>Roggan</author><pubDate>Thu, 13 Jan 2011 12:04:13 GMT</pubDate><guid isPermaLink="false">New Post: EF4 Linq Extensions 20110113120413P</guid></item><item><title>Updated Wiki: Home</title><link>http://efcontrib.codeplex.com/wikipage?version=31</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Welcome to the Entity Framework Contrib project&lt;/h1&gt;EFContrib will attempt to centralize links to projects on CodePlex that will help you work more effectively with Entity Framework in your applications.&lt;br /&gt;&lt;br /&gt;
&lt;h2&gt;EF4 Projects&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://t4csla.codeplex.com" class="externalLink"&gt;Visual Studio CSLA Extension for ADO.NET Entity Framework (t4csla.codeplex.com)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;Visual Studio extension and T4 templates for generation of CSLA objects from ADO.NET Entity Framework model.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://efrepository.codeplex.com" class="externalLink"&gt;Entity Framework Repository &amp;amp; Unit of Work Template (efrepository.codeplex.com)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;: T4 Template for Entity Framework 4 for creating a data access layer using the repository and unit of work patterns. Designed to work well with dependency injection frameworks. When dropped in a folder with an .edmx file, it will generate all necessary files.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://t4toolbox.codeplex.com" class="externalLink"&gt;T4 Toolbox (t4toolbox.codeplex.com)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;: T4 Toolbox is a set of ready-to-use code generators and T4 extensions for Visual Studio. Quickly build powerful C# or VB templates that generate multiple output files or simply use existing templates for LINQ to SQL, Entity Framework and more. &lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://effaq.codeplex.com" class="externalLink"&gt;Entity Framework Frequently Asked Questions (effaq.codeplex.com)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;: The EF FAQ project provides a place for users of the Entity Framework to work together on a list of common questions and answers that come up while programming with the EF.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://ef4templates.codeplex.com" class="externalLink"&gt;EF4 Templates (ef4templates.codeplex.com)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;: EF4 Templates uses T4toolbox to generate Repositories, Unit of work, POCO self-tracking entities that can be unit tested, along with validation for WPF, Silverlight RIA services and ASP.NET/ASP.NET MVC. They also generate an ODATA service with authentication for usage with WPF.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entityvisualizers.codeplex.com" class="externalLink"&gt;Entity Visualizers (entityvisualizers.codeplex.com/)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;: This project has debugger visualizers for several objects in the Entity Framework: EntityObject, EntityCollection, ObjectQuery and ObjectContext. Some of the source code is based on code from Julie Lerman&amp;#39;s book &amp;quot;Programming Entity Framework&amp;quot;.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entityvisualizer.codeplex.com" class="externalLink"&gt;Entity Visualizer (entityvisualizer.codeplex.com)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;: Entity Framework Debugger Visualizer to display SQL source code generated by Entity Framework.&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;EF3.5 Projects&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://efcontrib.codeplex.com/wikipage?title=PostSharp4EF&amp;referringTitle=Home"&gt;PostSharp4EF&lt;/a&gt;&lt;/b&gt;: Automatically implement IPoco (for EF 3.5/VS2008)&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Plug-in Edmx Code Generator&lt;/b&gt;:  easily add assemblies that will hook into the codegeneration part of Entity Framework. &lt;a href="http://weblogs.asp.net/michaeld/archive/2008/02/25/plug-in-edmx-code-generator-released.aspx" class="externalLink"&gt;Check this blog post out for more info!&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Community feedback&lt;/h2&gt;Please contribute to this project by either contributing code or giving feedback. Let me know if you are interested in the project and if you&amp;#39;d like to see it completed.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="rss"&gt;&lt;div class="accentbar"&gt;&lt;span class="left"&gt;&amp;nbsp;&lt;/span&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib News Feed&lt;span class="right"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/BeHeardAPIChangesDiscussionOnEFPoco.aspx"&gt;Be heard: API changes discussion on EF Poco&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Tuesday, August 05, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/IrsquomJoiningMicrosoft.aspx"&gt;I&amp;rsquo;m joining Microsoft!!&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Friday, July 25, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/NewSampleApplicationForDisconnectedNtierEntityFrameworkObjects.aspx"&gt;New sample application for disconnected n-tier EntityFramework objects&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Wednesday, April 16, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/InheritanceSupportForEFContrib.aspx"&gt;Inheritance support for EFContrib&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Wednesday, April 16, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/DisconnectedNTierObjectsUsingEntityFramework.aspx"&gt;Disconnected N-Tier objects using EntityFramework&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Monday, April 07, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/RelationSupportForNtierEF.aspx"&gt;Relation support for n-tier EF&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Thursday, March 27, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/ProgressOnLightObjectsOnTheClientFullBlownEFEntitiesOnTheBackend.aspx"&gt;Progress on light objects on the client, full blown EF entities on the backend&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Friday, March 21, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/SneakPreviewSerializingObjectsWithOriginalValues.aspx"&gt;Sneak preview: serializing objects with original values&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Monday, March 17, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/ComplexTypesInEFHowTheyWorkAndSupportInEFContrib.aspx"&gt;Complex types in EF, how they work and support in EFContrib&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Friday, March 14, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/RelationshipSupportInEFContrib.aspx"&gt;Relationship support in EFContrib&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Monday, March 10, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="accentbar"&gt;&lt;span class="left"&gt;&amp;nbsp;&lt;/span&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib News Feed&lt;span class="right"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>JulieLerman</author><pubDate>Sun, 09 Jan 2011 22:22:11 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110109102211P</guid></item><item><title>Updated Wiki: Home</title><link>http://efcontrib.codeplex.com/wikipage?version=30</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Welcome to the Entity Framework Contrib project&lt;/h1&gt;EFContrib will attempt to centralize links to projects on CodePlex that will help you work more effectively with Entity Framework in your applications.&lt;br /&gt;&lt;br /&gt;
&lt;h2&gt;EF4 Projects&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://t4csla.codeplex.com" class="externalLink"&gt;Visual Studio CSLA Extension for ADO.NET Entity Framework (t4csla.codeplex.com)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;Visual Studio extension and T4 templates for generation of CSLA objects from ADO.NET Entity Framework model.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://efrepository.codeplex.com" class="externalLink"&gt;Entity Framework Repository &amp;amp; Unit of Work Template (efrepository.codeplex.com)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;: T4 Template for Entity Framework 4 for creating a data access layer using the repository and unit of work patterns. Designed to work well with dependency injection frameworks. When dropped in a folder with an .edmx file, it will generate all necessary files.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://t4toolbox.codeplex.com" class="externalLink"&gt;T4 Toolbox (t4toolbox.codeplex.com)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;: T4 Toolbox is a set of ready-to-use code generators and T4 extensions for Visual Studio. Quickly build powerful C# or VB templates that generate multiple output files or simply use existing templates for LINQ to SQL, Entity Framework and more. &lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://effaq.codeplex.com" class="externalLink"&gt;Entity Framework Frequently Asked Questions (effaq.codeplex.com)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;: The EF FAQ project provides a place for users of the Entity Framework to work together on a list of common questions and answers that come up while programming with the EF.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://ef4templates.codeplex.com" class="externalLink"&gt;EF4 Templates (ef4templates.codeplex.com)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;: EF4 Templates uses T4toolbox to generate POCO self-tracking entities that can be unit tested, along with validation for WPF, Silverlight RIA services and ASP.NET/ASP.NET MVC. They also generate an ODATA service with authentication for usage with WPF.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entityvisualizers.codeplex.com" class="externalLink"&gt;Entity Visualizers (entityvisualizers.codeplex.com/)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;: This project has debugger visualizers for several objects in the Entity Framework: EntityObject, EntityCollection, ObjectQuery and ObjectContext. Some of the source code is based on code from Julie Lerman&amp;#39;s book &amp;quot;Programming Entity Framework&amp;quot;.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entityvisualizer.codeplex.com" class="externalLink"&gt;Entity Visualizer (entityvisualizer.codeplex.com)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;: Entity Framework Debugger Visualizer to display SQL source code generated by Entity Framework.&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;EF3.5 Projects&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://efcontrib.codeplex.com/wikipage?title=PostSharp4EF&amp;referringTitle=Home"&gt;PostSharp4EF&lt;/a&gt;&lt;/b&gt;: Automatically implement IPoco (for EF 3.5/VS2008)&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Plug-in Edmx Code Generator&lt;/b&gt;:  easily add assemblies that will hook into the codegeneration part of Entity Framework. &lt;a href="http://weblogs.asp.net/michaeld/archive/2008/02/25/plug-in-edmx-code-generator-released.aspx" class="externalLink"&gt;Check this blog post out for more info!&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Community feedback&lt;/h2&gt;Please contribute to this project by either contributing code or giving feedback. Let me know if you are interested in the project and if you&amp;#39;d like to see it completed.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="rss"&gt;&lt;div class="accentbar"&gt;&lt;span class="left"&gt;&amp;nbsp;&lt;/span&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib News Feed&lt;span class="right"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/BeHeardAPIChangesDiscussionOnEFPoco.aspx"&gt;Be heard: API changes discussion on EF Poco&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Tuesday, August 05, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/IrsquomJoiningMicrosoft.aspx"&gt;I&amp;rsquo;m joining Microsoft!!&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Friday, July 25, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/NewSampleApplicationForDisconnectedNtierEntityFrameworkObjects.aspx"&gt;New sample application for disconnected n-tier EntityFramework objects&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Wednesday, April 16, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/InheritanceSupportForEFContrib.aspx"&gt;Inheritance support for EFContrib&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Wednesday, April 16, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/DisconnectedNTierObjectsUsingEntityFramework.aspx"&gt;Disconnected N-Tier objects using EntityFramework&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Monday, April 07, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/RelationSupportForNtierEF.aspx"&gt;Relation support for n-tier EF&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Thursday, March 27, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/ProgressOnLightObjectsOnTheClientFullBlownEFEntitiesOnTheBackend.aspx"&gt;Progress on light objects on the client, full blown EF entities on the backend&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Friday, March 21, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/SneakPreviewSerializingObjectsWithOriginalValues.aspx"&gt;Sneak preview: serializing objects with original values&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Monday, March 17, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/ComplexTypesInEFHowTheyWorkAndSupportInEFContrib.aspx"&gt;Complex types in EF, how they work and support in EFContrib&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Friday, March 14, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/RelationshipSupportInEFContrib.aspx"&gt;Relationship support in EFContrib&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Monday, March 10, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="accentbar"&gt;&lt;span class="left"&gt;&amp;nbsp;&lt;/span&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib News Feed&lt;span class="right"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>JulieLerman</author><pubDate>Sun, 09 Jan 2011 22:15:05 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110109101505P</guid></item><item><title>Updated Wiki: Home</title><link>http://efcontrib.codeplex.com/wikipage?version=29</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Welcome to the Entity Framework Contrib project&lt;/h1&gt;This project is a home to contributions for the Entity Framework in order to accomodate different scenario&amp;#39;s and programming styles. &lt;br /&gt;It consists of multiple projects aimed at helping you take full advantage of EF.&lt;br /&gt;
&lt;h2&gt;Projects&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://efcontrib.codeplex.com/wikipage?title=PostSharp4EF&amp;referringTitle=Home"&gt;PostSharp4EF&lt;/a&gt;&lt;/b&gt;: Automatically implement IPoco (for EF 3.5/VS2008)&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Plug-in Edmx Code Generator&lt;/b&gt;:  easily add assemblies that will hook into the codegeneration part of Entity Framework. &lt;a href="http://weblogs.asp.net/michaeld/archive/2008/02/25/plug-in-edmx-code-generator-released.aspx" class="externalLink"&gt;Check this blog post out for more info!&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://t4csla.codeplex.com" class="externalLink"&gt;Visual Studio CSLA Extension for ADO.NET Entity Framework (t4csla.codeplex.com)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;Visual Studio extension and T4 templates for generation of CSLA objects from ADO.NET Entity Framework model.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://efrepository.codeplex.com" class="externalLink"&gt;Entity Framework Repository &amp;amp; Unit of Work Template (efrepository.codeplex.com)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;: T4 Template for Entity Framework 4 for creating a data access layer using the repository and unit of work patterns. Designed to work well with dependency injection frameworks. When dropped in a folder with an .edmx file, it will generate all necessary files.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://t4toolbox.codeplex.com" class="externalLink"&gt;T4 Toolbox (t4toolbox.codeplex.com)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;: T4 Toolbox is a set of ready-to-use code generators and T4 extensions for Visual Studio. Quickly build powerful C# or VB templates that generate multiple output files or simply use existing templates for LINQ to SQL, Entity Framework and more. &lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://effaq.codeplex.com" class="externalLink"&gt;Entity Framework Frequently Asked Questions (effaq.codeplex.com)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;: The EF FAQ project provides a place for users of the Entity Framework to work together on a list of common questions and answers that come up while programming with the EF.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://ef4templates.codeplex.com" class="externalLink"&gt;EF4 Templates (ef4templates.codeplex.com)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;: EF4 Templates uses T4toolbox to generate POCO self-tracking entities that can be unit tested, along with validation for WPF, Silverlight RIA services and ASP.NET/ASP.NET MVC. They also generate an ODATA service with authentication for usage with WPF.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entityvisualizers.codeplex.com" class="externalLink"&gt;Entity Visualizers (entityvisualizers.codeplex.com/)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;: This project has debugger visualizers for several objects in the Entity Framework: EntityObject, EntityCollection, ObjectQuery and ObjectContext. Some of the source code is based on code from Julie Lerman&amp;#39;s book &amp;quot;Programming Entity Framework&amp;quot;.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://entityvisualizer.codeplex.com" class="externalLink"&gt;Entity Visualizer (entityvisualizer.codeplex.com)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;: Entity Framework Debugger Visualizer to display SQL source code generated by Entity Framework.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;
&lt;h2&gt;Community feedback&lt;/h2&gt;Please contribute to this project by either contributing code or giving feedback. Let me know if you are interested in the project and if you&amp;#39;d like to see it completed.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="rss"&gt;&lt;div class="accentbar"&gt;&lt;span class="left"&gt;&amp;nbsp;&lt;/span&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib News Feed&lt;span class="right"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/BeHeardAPIChangesDiscussionOnEFPoco.aspx"&gt;Be heard: API changes discussion on EF Poco&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Tuesday, August 05, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/IrsquomJoiningMicrosoft.aspx"&gt;I&amp;rsquo;m joining Microsoft!!&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Friday, July 25, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/NewSampleApplicationForDisconnectedNtierEntityFrameworkObjects.aspx"&gt;New sample application for disconnected n-tier EntityFramework objects&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Wednesday, April 16, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/InheritanceSupportForEFContrib.aspx"&gt;Inheritance support for EFContrib&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Wednesday, April 16, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/DisconnectedNTierObjectsUsingEntityFramework.aspx"&gt;Disconnected N-Tier objects using EntityFramework&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Monday, April 07, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/RelationSupportForNtierEF.aspx"&gt;Relation support for n-tier EF&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Thursday, March 27, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/ProgressOnLightObjectsOnTheClientFullBlownEFEntitiesOnTheBackend.aspx"&gt;Progress on light objects on the client, full blown EF entities on the backend&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Friday, March 21, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/SneakPreviewSerializingObjectsWithOriginalValues.aspx"&gt;Sneak preview: serializing objects with original values&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Monday, March 17, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/ComplexTypesInEFHowTheyWorkAndSupportInEFContrib.aspx"&gt;Complex types in EF, how they work and support in EFContrib&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Friday, March 14, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/RelationshipSupportInEFContrib.aspx"&gt;Relationship support in EFContrib&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Monday, March 10, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="accentbar"&gt;&lt;span class="left"&gt;&amp;nbsp;&lt;/span&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib News Feed&lt;span class="right"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>JulieLerman</author><pubDate>Sun, 09 Jan 2011 22:00:01 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110109100001P</guid></item><item><title>Updated Wiki: Home</title><link>http://efcontrib.codeplex.com/wikipage?version=28</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Welcome to the Entity Framework Contrib project&lt;/h1&gt;This project is a home to contributions for the Entity Framework in order to accomodate different scenario&amp;#39;s and programming styles. &lt;br /&gt;It consists of multiple projects aimed at helping you take full advantage of EF.&lt;br /&gt;
&lt;h2&gt;Projects&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://efcontrib.codeplex.com/wikipage?title=PostSharp4EF&amp;referringTitle=Home"&gt;PostSharp4EF&lt;/a&gt;&lt;/b&gt;: Automatically implement IPoco (for EF 3.5/VS2008)&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Plug-in Edmx Code Generator&lt;/b&gt;:  easily add assemblies that will hook into the codegeneration part of Entity Framework. &lt;a href="http://weblogs.asp.net/michaeld/archive/2008/02/25/plug-in-edmx-code-generator-released.aspx" class="externalLink"&gt;Check this blog post out for more info!&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://t4csla.codeplex.com" class="externalLink"&gt;Visual Studio CSLA Extension for ADO.NET Entity Framework (t4csla.codeplex.com)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;Visual Studio extension and T4 templates for generation of CSLA objects from ADO.NET Entity Framework model.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://efrepository.codeplex.com" class="externalLink"&gt;Entity Framework Repository &amp;amp; Unit of Work Template (efrepository.codeplex.com)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;: T4 Template for Entity Framework 4 for creating a data access layer using the repository and unit of work patterns. Designed to work well with dependency injection frameworks. When dropped in a folder with an .edmx file, it will generate all necessary files.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://t4toolbox.codeplex.com" class="externalLink"&gt;T4 Toolbox (t4toolbox.codeplex.com)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;: T4 Toolbox is a set of ready-to-use code generators and T4 extensions for Visual Studio. Quickly build powerful C# or VB templates that generate multiple output files or simply use existing templates for LINQ to SQL, Entity Framework and more. &lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://effaq.codeplex.com" class="externalLink"&gt;Entity Framework Frequently Asked Questions (effaq.codeplex.com)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;: The EF FAQ project provides a place for users of the Entity Framework to work together on a list of common questions and answers that come up while programming with the EF.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://effaq.codeplex.com" class="externalLink"&gt;Entity Framework Frequently Asked Questions (effaq.codeplex.com)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;: The EF FAQ project provides a place for users of the Entity Framework to work together on a list of common questions and answers that come up while programming with the EF.&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;
&lt;h2&gt;Community feedback&lt;/h2&gt;Please contribute to this project by either contributing code or giving feedback. Let me know if you are interested in the project and if you&amp;#39;d like to see it completed.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="rss"&gt;&lt;div class="accentbar"&gt;&lt;span class="left"&gt;&amp;nbsp;&lt;/span&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib News Feed&lt;span class="right"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/BeHeardAPIChangesDiscussionOnEFPoco.aspx"&gt;Be heard: API changes discussion on EF Poco&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Tuesday, August 05, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/IrsquomJoiningMicrosoft.aspx"&gt;I&amp;rsquo;m joining Microsoft!!&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Friday, July 25, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/NewSampleApplicationForDisconnectedNtierEntityFrameworkObjects.aspx"&gt;New sample application for disconnected n-tier EntityFramework objects&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Wednesday, April 16, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/InheritanceSupportForEFContrib.aspx"&gt;Inheritance support for EFContrib&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Wednesday, April 16, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/DisconnectedNTierObjectsUsingEntityFramework.aspx"&gt;Disconnected N-Tier objects using EntityFramework&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Monday, April 07, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/RelationSupportForNtierEF.aspx"&gt;Relation support for n-tier EF&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Thursday, March 27, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/ProgressOnLightObjectsOnTheClientFullBlownEFEntitiesOnTheBackend.aspx"&gt;Progress on light objects on the client, full blown EF entities on the backend&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Friday, March 21, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/SneakPreviewSerializingObjectsWithOriginalValues.aspx"&gt;Sneak preview: serializing objects with original values&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Monday, March 17, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/ComplexTypesInEFHowTheyWorkAndSupportInEFContrib.aspx"&gt;Complex types in EF, how they work and support in EFContrib&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Friday, March 14, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/RelationshipSupportInEFContrib.aspx"&gt;Relationship support in EFContrib&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Monday, March 10, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="accentbar"&gt;&lt;span class="left"&gt;&amp;nbsp;&lt;/span&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib News Feed&lt;span class="right"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>JulieLerman</author><pubDate>Sun, 09 Jan 2011 21:56:30 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110109095630P</guid></item><item><title>Updated Wiki: Home</title><link>http://efcontrib.codeplex.com/wikipage?version=27</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Welcome to the Entity Framework Contrib project&lt;/h1&gt;This project is a home to contributions for the Entity Framework in order to accomodate different scenario&amp;#39;s and programming styles. &lt;br /&gt;It consists of multiple projects aimed at helping you take full advantage of EF.&lt;br /&gt;
&lt;h2&gt;Projects&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://efcontrib.codeplex.com/wikipage?title=PostSharp4EF&amp;referringTitle=Home"&gt;PostSharp4EF&lt;/a&gt;&lt;/b&gt;: Automatically implement IPoco (for EF 3.5/VS2008)&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Plug-in Edmx Code Generator&lt;/b&gt;:  easily add assemblies that will hook into the codegeneration part of Entity Framework. &lt;a href="http://weblogs.asp.net/michaeld/archive/2008/02/25/plug-in-edmx-code-generator-released.aspx" class="externalLink"&gt;Check this blog post out for more info!&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://t4csla.codeplex.com" class="externalLink"&gt;Visual Studio CSLA Extension for ADO.NET Entity Framework (t4csla.codeplex.com)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;Visual Studio extension and T4 templates for generation of CSLA objects from ADO.NET Entity Framework model.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://efrepository.codeplex.com" class="externalLink"&gt;Entity Framework Repository &amp;amp; Unit of Work Template&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;: T4 Template for Entity Framework 4 for creating a data access layer using the repository and unit of work patterns. Designed to work well with dependency injection frameworks. When dropped in a folder with an .edmx file, it will generate all necessary files.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://t4toolbox.codeplex.com" class="externalLink"&gt;T4 Toolbox&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;: T4 Toolbox is a set of ready-to-use code generators and T4 extensions for Visual Studio. Quickly build powerful C# or VB templates that generate multiple output files or simply use existing templates for LINQ to SQL, Entity Framework and more. &lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
&lt;h2&gt;Community feedback&lt;/h2&gt;Please contribute to this project by either contributing code or giving feedback. Let me know if you are interested in the project and if you&amp;#39;d like to see it completed.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="rss"&gt;&lt;div class="accentbar"&gt;&lt;span class="left"&gt;&amp;nbsp;&lt;/span&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib News Feed&lt;span class="right"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/BeHeardAPIChangesDiscussionOnEFPoco.aspx"&gt;Be heard: API changes discussion on EF Poco&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Tuesday, August 05, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/IrsquomJoiningMicrosoft.aspx"&gt;I&amp;rsquo;m joining Microsoft!!&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Friday, July 25, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/NewSampleApplicationForDisconnectedNtierEntityFrameworkObjects.aspx"&gt;New sample application for disconnected n-tier EntityFramework objects&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Wednesday, April 16, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/InheritanceSupportForEFContrib.aspx"&gt;Inheritance support for EFContrib&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Wednesday, April 16, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/DisconnectedNTierObjectsUsingEntityFramework.aspx"&gt;Disconnected N-Tier objects using EntityFramework&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Monday, April 07, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/RelationSupportForNtierEF.aspx"&gt;Relation support for n-tier EF&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Thursday, March 27, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/ProgressOnLightObjectsOnTheClientFullBlownEFEntitiesOnTheBackend.aspx"&gt;Progress on light objects on the client, full blown EF entities on the backend&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Friday, March 21, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/SneakPreviewSerializingObjectsWithOriginalValues.aspx"&gt;Sneak preview: serializing objects with original values&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Monday, March 17, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/ComplexTypesInEFHowTheyWorkAndSupportInEFContrib.aspx"&gt;Complex types in EF, how they work and support in EFContrib&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Friday, March 14, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/RelationshipSupportInEFContrib.aspx"&gt;Relationship support in EFContrib&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Monday, March 10, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="accentbar"&gt;&lt;span class="left"&gt;&amp;nbsp;&lt;/span&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib News Feed&lt;span class="right"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>JulieLerman</author><pubDate>Sun, 09 Jan 2011 21:51:56 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110109095156P</guid></item><item><title>Updated Wiki: Home</title><link>http://efcontrib.codeplex.com/wikipage?version=26</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Welcome to the Entity Framework Contrib project&lt;/h1&gt;This project is a home to contributions for the Entity Framework in order to accomodate different scenario&amp;#39;s and programming styles. &lt;br /&gt;It consists of multiple projects aimed at helping you take full advantage of EF.&lt;br /&gt;
&lt;h2&gt;Projects&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://efcontrib.codeplex.com/wikipage?title=PostSharp4EF&amp;referringTitle=Home"&gt;PostSharp4EF&lt;/a&gt;&lt;/b&gt;: Automatically implement IPoco (for EF 3.5/VS2008)&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Plug-in Edmx Code Generator&lt;/b&gt;:  easily add assemblies that will hook into the codegeneration part of Entity Framework. &lt;a href="http://weblogs.asp.net/michaeld/archive/2008/02/25/plug-in-edmx-code-generator-released.aspx" class="externalLink"&gt;Check this blog post out for more info!&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://t4csla.codeplex.com" class="externalLink"&gt;Visual Studio CSLA Extension for ADO.NET Entity Framework (t4csla.codeplex.com)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;Visual Studio extension and T4 templates for generation of CSLA objects from ADO.NET Entity Framework model.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://efcontrib.codeplex.com/wikipage?title=http%3a%2f%2fefrepository.codeplex.com&amp;referringTitle=Home"&gt;Entity Framework Repository &amp;#38; Unit of Work Template&lt;/a&gt;&lt;/b&gt;: T4 Template for Entity Framework 4 for creating a data access layer using the repository and unit of work patterns. Designed to work well with dependency injection frameworks. When dropped in a folder with an .edmx file, it will generate all necessary files.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://t4toolbox.codeplex.com" class="externalLink"&gt;T4 Toolbox&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;: T4 Toolbox is a set of ready-to-use code generators and T4 extensions for Visual Studio. Quickly build powerful C# or VB templates that generate multiple output files or simply use existing templates for LINQ to SQL, Entity Framework and more. &lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
&lt;h2&gt;Community feedback&lt;/h2&gt;Please contribute to this project by either contributing code or giving feedback. Let me know if you are interested in the project and if you&amp;#39;d like to see it completed.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="rss"&gt;&lt;div class="accentbar"&gt;&lt;span class="left"&gt;&amp;nbsp;&lt;/span&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib News Feed&lt;span class="right"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/BeHeardAPIChangesDiscussionOnEFPoco.aspx"&gt;Be heard: API changes discussion on EF Poco&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Tuesday, August 05, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/IrsquomJoiningMicrosoft.aspx"&gt;I&amp;rsquo;m joining Microsoft!!&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Friday, July 25, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/NewSampleApplicationForDisconnectedNtierEntityFrameworkObjects.aspx"&gt;New sample application for disconnected n-tier EntityFramework objects&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Wednesday, April 16, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/InheritanceSupportForEFContrib.aspx"&gt;Inheritance support for EFContrib&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Wednesday, April 16, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/DisconnectedNTierObjectsUsingEntityFramework.aspx"&gt;Disconnected N-Tier objects using EntityFramework&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Monday, April 07, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/RelationSupportForNtierEF.aspx"&gt;Relation support for n-tier EF&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Thursday, March 27, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/ProgressOnLightObjectsOnTheClientFullBlownEFEntitiesOnTheBackend.aspx"&gt;Progress on light objects on the client, full blown EF entities on the backend&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Friday, March 21, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/SneakPreviewSerializingObjectsWithOriginalValues.aspx"&gt;Sneak preview: serializing objects with original values&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Monday, March 17, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/ComplexTypesInEFHowTheyWorkAndSupportInEFContrib.aspx"&gt;Complex types in EF, how they work and support in EFContrib&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Friday, March 14, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/RelationshipSupportInEFContrib.aspx"&gt;Relationship support in EFContrib&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Monday, March 10, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="accentbar"&gt;&lt;span class="left"&gt;&amp;nbsp;&lt;/span&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib News Feed&lt;span class="right"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>JulieLerman</author><pubDate>Sun, 09 Jan 2011 21:51:34 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110109095134P</guid></item><item><title>Updated Wiki: Home</title><link>http://efcontrib.codeplex.com/wikipage?version=25</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Welcome to the Entity Framework Contrib project&lt;/h1&gt;This project is a home to contributions for the Entity Framework in order to accomodate different scenario&amp;#39;s and programming styles. &lt;br /&gt;It consists of multiple projects aimed at helping you take full advantage of EF.&lt;br /&gt;
&lt;h2&gt;Projects&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://efcontrib.codeplex.com/wikipage?title=PostSharp4EF&amp;referringTitle=Home"&gt;PostSharp4EF&lt;/a&gt;&lt;/b&gt;: Automatically implement IPoco (for EF 3.5/VS2008)&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Plug-in Edmx Code Generator&lt;/b&gt;:  easily add assemblies that will hook into the codegeneration part of Entity Framework. &lt;a href="http://weblogs.asp.net/michaeld/archive/2008/02/25/plug-in-edmx-code-generator-released.aspx" class="externalLink"&gt;Check this blog post out for more info!&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://t4csla.codeplex.com" class="externalLink"&gt;Visual Studio CSLA Extension for ADO.NET Entity Framework (t4csla.codeplex.com)&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;Visual Studio extension and T4 templates for generation of CSLA objects from ADO.NET Entity Framework model.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://efcontrib.codeplex.com/wikipage?title=http%3a%2f%2fefrepository.codeplex.com&amp;referringTitle=Home"&gt;urlEntity Framework Repository &amp;#38; Unit of Work Template&lt;/a&gt;&lt;/b&gt;: T4 Template for Entity Framework 4 for creating a data access layer using the repository and unit of work patterns. Designed to work well with dependency injection frameworks. When dropped in a folder with an .edmx file, it will generate all necessary files.&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;&lt;a href="http://t4toolbox.codeplex.com" class="externalLink"&gt;T4 Toolbox&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/b&gt;: T4 Toolbox is a set of ready-to-use code generators and T4 extensions for Visual Studio. Quickly build powerful C# or VB templates that generate multiple output files or simply use existing templates for LINQ to SQL, Entity Framework and more. &lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;
&lt;h2&gt;Community feedback&lt;/h2&gt;Please contribute to this project by either contributing code or giving feedback. Let me know if you are interested in the project and if you&amp;#39;d like to see it completed.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="rss"&gt;&lt;div class="accentbar"&gt;&lt;span class="left"&gt;&amp;nbsp;&lt;/span&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib News Feed&lt;span class="right"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/BeHeardAPIChangesDiscussionOnEFPoco.aspx"&gt;Be heard: API changes discussion on EF Poco&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Tuesday, August 05, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/IrsquomJoiningMicrosoft.aspx"&gt;I&amp;rsquo;m joining Microsoft!!&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Friday, July 25, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/NewSampleApplicationForDisconnectedNtierEntityFrameworkObjects.aspx"&gt;New sample application for disconnected n-tier EntityFramework objects&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Wednesday, April 16, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/InheritanceSupportForEFContrib.aspx"&gt;Inheritance support for EFContrib&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Wednesday, April 16, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/DisconnectedNTierObjectsUsingEntityFramework.aspx"&gt;Disconnected N-Tier objects using EntityFramework&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Monday, April 07, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/RelationSupportForNtierEF.aspx"&gt;Relation support for n-tier EF&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Thursday, March 27, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/ProgressOnLightObjectsOnTheClientFullBlownEFEntitiesOnTheBackend.aspx"&gt;Progress on light objects on the client, full blown EF entities on the backend&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Friday, March 21, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/SneakPreviewSerializingObjectsWithOriginalValues.aspx"&gt;Sneak preview: serializing objects with original values&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Monday, March 17, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/ComplexTypesInEFHowTheyWorkAndSupportInEFContrib.aspx"&gt;Complex types in EF, how they work and support in EFContrib&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Friday, March 14, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/RelationshipSupportInEFContrib.aspx"&gt;Relationship support in EFContrib&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Monday, March 10, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="accentbar"&gt;&lt;span class="left"&gt;&amp;nbsp;&lt;/span&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib News Feed&lt;span class="right"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>JulieLerman</author><pubDate>Sun, 09 Jan 2011 21:51:08 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110109095108P</guid></item><item><title>Updated Wiki: Home</title><link>http://efcontrib.codeplex.com/wikipage?version=24</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Welcome to the Entity Framework Contrib project&lt;/h1&gt;This project is a home to contributions for the Entity Framework in order to accomodate different scenario&amp;#39;s and programming styles. &lt;br /&gt;It consists of multiple projects aimed at helping you take full advantage of EF.&lt;br /&gt;
&lt;h2&gt;Projects&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;*&lt;a href="http://efcontrib.codeplex.com/wikipage?title=PostSharp4EF&amp;referringTitle=Home"&gt;PostSharp4EF&lt;/a&gt;: Automatically implement IPoco (for EF 3.5/VS2008)&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Plug-in Edmx Code Generator&lt;/b&gt;:  easily add assemblies that will hook into the codegeneration part of Entity Framework. &lt;a href="http://weblogs.asp.net/michaeld/archive/2008/02/25/plug-in-edmx-code-generator-released.aspx" class="externalLink"&gt;Check this blog post out for more info!&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;
&lt;br /&gt;Visual Studio CSLA Extension for ADO.NET Entity Framework: http://t4csla.codeplex.com/&lt;br /&gt;
&lt;h2&gt;Community feedback&lt;/h2&gt;Please contribute to this project by either contributing code or giving feedback. Let me know if you are interested in the project and if you&amp;#39;d like to see it completed.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="rss"&gt;&lt;div class="accentbar"&gt;&lt;span class="left"&gt;&amp;nbsp;&lt;/span&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib News Feed&lt;span class="right"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/BeHeardAPIChangesDiscussionOnEFPoco.aspx"&gt;Be heard: API changes discussion on EF Poco&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Tuesday, August 05, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/IrsquomJoiningMicrosoft.aspx"&gt;I&amp;rsquo;m joining Microsoft!!&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Friday, July 25, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/NewSampleApplicationForDisconnectedNtierEntityFrameworkObjects.aspx"&gt;New sample application for disconnected n-tier EntityFramework objects&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Wednesday, April 16, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/InheritanceSupportForEFContrib.aspx"&gt;Inheritance support for EFContrib&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Wednesday, April 16, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/DisconnectedNTierObjectsUsingEntityFramework.aspx"&gt;Disconnected N-Tier objects using EntityFramework&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Monday, April 07, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/RelationSupportForNtierEF.aspx"&gt;Relation support for n-tier EF&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Thursday, March 27, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/ProgressOnLightObjectsOnTheClientFullBlownEFEntitiesOnTheBackend.aspx"&gt;Progress on light objects on the client, full blown EF entities on the backend&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Friday, March 21, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/SneakPreviewSerializingObjectsWithOriginalValues.aspx"&gt;Sneak preview: serializing objects with original values&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Monday, March 17, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/ComplexTypesInEFHowTheyWorkAndSupportInEFContrib.aspx"&gt;Complex types in EF, how they work and support in EFContrib&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Friday, March 14, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/RelationshipSupportInEFContrib.aspx"&gt;Relationship support in EFContrib&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Monday, March 10, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="accentbar"&gt;&lt;span class="left"&gt;&amp;nbsp;&lt;/span&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib News Feed&lt;span class="right"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>JulieLerman</author><pubDate>Sun, 09 Jan 2011 21:38:56 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110109093856P</guid></item><item><title>Updated Wiki: Home</title><link>http://efcontrib.codeplex.com/wikipage?version=23</link><description>&lt;div class="wikidoc"&gt;&lt;h1&gt;Welcome to the Entity Framework Contrib project&lt;/h1&gt;This project is a home to contributions for the Entity Framework in order to accomodate different scenario&amp;#39;s and programming styles. &lt;br /&gt;It consists of multiple projects aimed at helping you take full advantage of EF.&lt;br /&gt;
&lt;h2&gt;Projects&lt;/h2&gt;&lt;ul&gt;&lt;li&gt;*&lt;a href="http://efcontrib.codeplex.com/wikipage?title=PostSharp4EF&amp;referringTitle=Home"&gt;PostSharp4EF&lt;/a&gt;: Automatically implement IPoco (for EF 3.5/VS2008)&lt;/li&gt;&lt;/ul&gt;

&lt;ul&gt;&lt;li&gt;&lt;b&gt;Plug-in Edmx Code Generator&lt;/b&gt;:  easily add assemblies that will hook into the codegeneration part of Entity Framework. &lt;a href="http://weblogs.asp.net/michaeld/archive/2008/02/25/plug-in-edmx-code-generator-released.aspx" class="externalLink"&gt;Check this blog post out for more info!&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;

&lt;h2&gt;Community feedback&lt;/h2&gt;Please contribute to this project by either contributing code or giving feedback. Let me know if you are interested in the project and if you&amp;#39;d like to see it completed.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="rss"&gt;&lt;div class="accentbar"&gt;&lt;span class="left"&gt;&amp;nbsp;&lt;/span&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib News Feed&lt;span class="right"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/BeHeardAPIChangesDiscussionOnEFPoco.aspx"&gt;Be heard: API changes discussion on EF Poco&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Tuesday, August 05, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/IrsquomJoiningMicrosoft.aspx"&gt;I&amp;rsquo;m joining Microsoft!!&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Friday, July 25, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/NewSampleApplicationForDisconnectedNtierEntityFrameworkObjects.aspx"&gt;New sample application for disconnected n-tier EntityFramework objects&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Wednesday, April 16, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/InheritanceSupportForEFContrib.aspx"&gt;Inheritance support for EFContrib&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Wednesday, April 16, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/DisconnectedNTierObjectsUsingEntityFramework.aspx"&gt;Disconnected N-Tier objects using EntityFramework&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Monday, April 07, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/RelationSupportForNtierEF.aspx"&gt;Relation support for n-tier EF&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Thursday, March 27, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/ProgressOnLightObjectsOnTheClientFullBlownEFEntitiesOnTheBackend.aspx"&gt;Progress on light objects on the client, full blown EF entities on the backend&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Friday, March 21, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/SneakPreviewSerializingObjectsWithOriginalValues.aspx"&gt;Sneak preview: serializing objects with original values&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Monday, March 17, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/ComplexTypesInEFHowTheyWorkAndSupportInEFContrib.aspx"&gt;Complex types in EF, how they work and support in EFContrib&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Friday, March 14, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="entry"&gt;&lt;div class="title"&gt;&lt;a href="http://www.sitechno.com/Blog/RelationshipSupportInEFContrib.aspx"&gt;Relationship support in EFContrib&lt;/a&gt;&lt;/div&gt;&lt;div class="moreinfo"&gt;&lt;span class="date"&gt;Monday, March 10, 2008&lt;/span&gt; &amp;nbsp;|&amp;nbsp; &lt;span class="source"&gt;From &lt;a target="_blank" href="http://www.sitechno.com/Blog/SyndicationService.asmx/GetRssCategory?categoryName=EF-Contrib"&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib&lt;/a&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="accentbar"&gt;&lt;span class="left"&gt;&amp;nbsp;&lt;/span&gt;Ruurd Boeke Enterprise development and technobabble - EF-Contrib News Feed&lt;span class="right"&gt;&amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class="ClearBoth"&gt;&lt;/div&gt;</description><author>JulieLerman</author><pubDate>Sun, 09 Jan 2011 21:38:04 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20110109093804P</guid></item></channel></rss>