<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with EntityFramework</title>
    <description>the latest stories tagged with 'EntityFramework' from DotNetKicks.com</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>Entity Framework 4.0: What You May Be Missing</title>
      <description>I have listed these articles in chronological order, oldest to newest, start from where you find interesting, or start at the top as it's the first article I could find where EF 4.0 was announced and always good to get that initial background. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgoneale.com%2f2009%2f06%2f24%2fentity-framework-40-what-you-may-be-missing%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgoneale.com%2f2009%2f06%2f24%2fentity-framework-40-what-you-may-be-missing%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Entity_Framework_4_0_What_You_May_Be_Missing</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Entity_Framework_4_0_What_You_May_Be_Missing</guid>
      <pubDate>Thu, 25 Jun 2009 03:15:43 GMT</pubDate>
    </item>
    <item>
      <title>Entity Framework 4 Persistence-Ignorance First Look</title>
      <description>Introduction:
From the moment I put my hands on Visual Studio.Net 2010 Beta 1 and I'm targeting EF4 -Entity Framework 4- as I was very excited to checkout the new cool feature of it.
Here I am going to highlight my first look at Persistence-Ignorance support in EF4. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmosesofegypt.net%2fpost%2fEntity-Framework-4-Persistence-Ignorance-First-Look.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmosesofegypt.net%2fpost%2fEntity-Framework-4-Persistence-Ignorance-First-Look.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Entity_Framework_4_Persistence_Ignorance_First_Look</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Entity_Framework_4_Persistence_Ignorance_First_Look</guid>
      <pubDate>Thu, 21 May 2009 06:38:09 GMT</pubDate>
    </item>
    <item>
      <title>Introducing DataLoadOptions for Entity Framework ObjectContext</title>
      <description>On my previous post "What about DataLoadOptions for Entity Framework ObjectContext?" I was suggesting another way to define eager loading for Entity Framework. In this post I will introduce my DataLoadOptions for Entity Framework ObjectContext. The beginning: Actually Eager and Lazy loading on Entity Framework is not that much fun like in Linq to Sql. However this is going to be improved in EF4. Here I will focus on eager loading and my slight improvement to define eager loading in Entity Framework. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmosesofegypt.net%2fpost%2fIntroducing-DataLoadOptions-for-Entity-Framework-ObjectContext.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmosesofegypt.net%2fpost%2fIntroducing-DataLoadOptions-for-Entity-Framework-ObjectContext.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Introducing_DataLoadOptions_for_Entity_Framework_ObjectContext</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Introducing_DataLoadOptions_for_Entity_Framework_ObjectContext</guid>
      <pubDate>Sun, 17 May 2009 01:11:43 GMT</pubDate>
    </item>
    <item>
      <title>What about DataLoadOptions for Entity Framework ObjectContext?</title>
      <description>I think the proper way to start this post is to ask How do you do eager loading with Entity Framework? And the basic native simple answer is by using ObjectQuery&amp;lt;T&amp;gt;.Include(string) method. No matter what you tried to do, you'll end up using this way.

So there was ideas about how enhance the eager loading in our Entity Framework base applications. You can read about some of these ideas.... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmosesofegypt.net%2fpost%2fWhat-about-DataLoadOptions-for-Entity-Framework-ObjectContext.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmosesofegypt.net%2fpost%2fWhat-about-DataLoadOptions-for-Entity-Framework-ObjectContext.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/What_about_DataLoadOptions_for_Entity_Framework_ObjectContext</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/What_about_DataLoadOptions_for_Entity_Framework_ObjectContext</guid>
      <pubDate>Fri, 24 Apr 2009 11:01:31 GMT</pubDate>
    </item>
    <item>
      <title>Stored Procedures that Return Primitive Types in Entity Framework</title>
      <description>One drawback of Entity Framework designer is that it does not generate code in the object context for function imports of stored procedures that return a primitive type. 
This post will explain how to achieve this functionality up until the designer will support it in the next release of Entity Framework. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fgilf%2farchive%2f2009%2f04%2f03%2fsupporting-stored-procedures-that-return-primitive-types-in-entity-framework.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fgilf%2farchive%2f2009%2f04%2f03%2fsupporting-stored-procedures-that-return-primitive-types-in-entity-framework.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Stored_Procedures_that_Return_Primitive_Types_in_Entity_Framework</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Stored_Procedures_that_Return_Primitive_Types_in_Entity_Framework</guid>
      <pubDate>Fri, 03 Apr 2009 21:41:59 GMT</pubDate>
    </item>
    <item>
      <title>Entity Framework Mapping Helper</title>
      <description>Entity Framework Mapping Helper is a very useful tool that was written by the Entity Framework team and can help you to get started with various of mappings scenarios. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fgilf%2farchive%2f2009%2f04%2f03%2fentity-framework-mapping-helper.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fgilf%2farchive%2f2009%2f04%2f03%2fentity-framework-mapping-helper.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Entity_Framework_Mapping_Helper</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Entity_Framework_Mapping_Helper</guid>
      <pubDate>Fri, 03 Apr 2009 20:16:36 GMT</pubDate>
    </item>
    <item>
      <title>Creating Complex Types in Entity Framework</title>
      <description>The following post will explain what are complex types in Entity Framework and how to use them. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fgilf%2farchive%2f2009%2f04%2f02%2fcreating-complex-types-in-entity-framework.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.microsoft.co.il%2fblogs%2fgilf%2farchive%2f2009%2f04%2f02%2fcreating-complex-types-in-entity-framework.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Creating_Complex_Types_in_Entity_Framework</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Creating_Complex_Types_in_Entity_Framework</guid>
      <pubDate>Fri, 03 Apr 2009 02:26:13 GMT</pubDate>
    </item>
    <item>
      <title>DDD &amp;amp; TDD using EF, Part 2.A Unit Testing Entities With Moq3</title>
      <description>I had few previous posts about DDD &amp;amp; TDD with Entity Framework that you might need to return to them before you proceed with this post. To summarize these posts, I was trying to build testable Models that is based on EF. But EF doesn't support Persistence Ignorance in its first version which make testing it in most cases require a database connection where you can test you code against it. My target was to build a testable models based on EF and that is independent of any underlying data source. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmosesofegypt.net%2fpost%2fDDDandTDDUsingEFPart2AUnitTestingEntitiesWithMoq3.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmosesofegypt.net%2fpost%2fDDDandTDDUsingEFPart2AUnitTestingEntitiesWithMoq3.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/DDD_TDD_using_EF_Part_2_A_Unit_Testing_Entities_With_Moq3</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/DDD_TDD_using_EF_Part_2_A_Unit_Testing_Entities_With_Moq3</guid>
      <pubDate>Wed, 25 Mar 2009 03:26:11 GMT</pubDate>
    </item>
    <item>
      <title>Domain Driven Design &amp;amp; Test Driven Design\Development with Entity Fram</title>
      <description> decided to provide some integration testing before proceeding as a proof of concept. In integration testing I will connect to the database and perform unit testing while connecting to the database.\

This unit test is almost identical to the one in my previous post. Except here I am testing the results that is coming out from EF and Database.

My target is to test IDataContext Implemented methods in NorthwindDataContext &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmosesofegypt.net%2fpost%2fDDDandTDDwithEFPart1bIntegrationUnitTestingforObjectContext.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmosesofegypt.net%2fpost%2fDDDandTDDwithEFPart1bIntegrationUnitTestingforObjectContext.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Domain_Driven_Design_Test_Driven_Design_Development_with_Entity_Fram</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Domain_Driven_Design_Test_Driven_Design_Development_with_Entity_Fram</guid>
      <pubDate>Wed, 25 Feb 2009 01:42:42 GMT</pubDate>
    </item>
    <item>
      <title>DDD &amp;amp; TDD with Entity Framework, Part 1.a Refactoring &amp;amp; Unit Testing</title>
      <description>In previous post I talked about building domain model for Northwind using Entity Framework. I used the generated ObjectContext class which is NorthwindDataContext as the basic Data Access Layer Helper. But my NorthwindDataContext is implementing custom interface I created in order to be able to make my Data Access Layer testable as well as to be independent from EF.

My target is to achieve decoupling between EF and all layers above it. This include Repository classes. This might not be of a big benefit to everyone, because my repositories implementation will still dependent on IDataContext. But for me it will help to do TDD more smoothly regardless of my underlying data access layer. Beside it might allow me in future to be able to switch from EF to LINQ to SQL and just implement my IDataContext interface for LINQ to SQL. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmosesofegypt.net%2fpost%2fDDD-And-TDD-with-EF-Part1A-Refactoring-And-Unit-Testing.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmosesofegypt.net%2fpost%2fDDD-And-TDD-with-EF-Part1A-Refactoring-And-Unit-Testing.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/DDD_TDD_with_Entity_Framework_Part_1_a_Refactoring_Unit_Testing</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/DDD_TDD_with_Entity_Framework_Part_1_a_Refactoring_Unit_Testing</guid>
      <pubDate>Wed, 11 Feb 2009 07:03:11 GMT</pubDate>
    </item>
    <item>
      <title>Domain Driven Design &amp;amp; Test Driven Design With Entity Framework, Part </title>
      <description>In my previous post I talked about definitions of TDD as specified in different sources. Here in this post I'll walk-through applied Domain Driven Design &amp;amp; Test Driven Design on Entity Framework.

I assume that you already know Entity Framework and how to create your entity data modes using Visual Studio.Net 2008 with SP1. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmosesofegypt.net%2fpost%2fTDDandTDDWithEFPart1BuildingDomainObjectModel.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmosesofegypt.net%2fpost%2fTDDandTDDWithEFPart1BuildingDomainObjectModel.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/unittesting/Domain_Driven_Design_Test_Driven_Design_With_Entity_Framework_Part</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/unittesting/Domain_Driven_Design_Test_Driven_Design_With_Entity_Framework_Part</guid>
      <pubDate>Thu, 05 Feb 2009 08:44:31 GMT</pubDate>
    </item>
    <item>
      <title>Making the Entity Framework Fit Your Domain - Part 1</title>
      <description>Need to use the Entity Framework but don't know how to fit it into your domain? Come check out this series on CodeThinked.com where you will learn how to keep your domain entities fairly clean while using the Entity Framework. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f12%2f29%2fMaking-the-Entity-Framework-Fit-Your-Domain-Part-1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.codethinked.com%2fpost%2f2008%2f12%2f29%2fMaking-the-Entity-Framework-Fit-Your-Domain-Part-1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Making_the_Entity_Framework_Fit_Your_Domain_Part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Making_the_Entity_Framework_Fit_Your_Domain_Part_1</guid>
      <pubDate>Wed, 31 Dec 2008 00:16:04 GMT</pubDate>
    </item>
    <item>
      <title>Learning Entity Framework</title>
      <description>I suppose you have already heard about the Entity Framework, but probably didn't have a chance to try it in action. So, you want to learn it. Of course, you can start with MSDN that is indeed is the number one resource .NET developers, you can also find a dozen of tutorials on the Net, but you know it's always pleasant to have a paper book or perhaps its electronic versions that you can read everywhere, not only in front of your computer.

 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mikeborozdin.com%2fpost%2fLearning-Entity-Framework.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mikeborozdin.com%2fpost%2fLearning-Entity-Framework.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Learning_Entity_Framework</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Learning_Entity_Framework</guid>
      <pubDate>Thu, 25 Dec 2008 17:05:47 GMT</pubDate>
    </item>
    <item>
      <title>Book Review: Entity Framework Tutorial</title>
      <description>Entity Framework Tutorial Book Review &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmosesofegypt.net%2fpost%2fBookReviewEntityFrameworkTutorial.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmosesofegypt.net%2fpost%2fBookReviewEntityFrameworkTutorial.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Book_Review_Entity_Framework_Tutorial</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Book_Review_Entity_Framework_Tutorial</guid>
      <pubDate>Sun, 21 Dec 2008 00:15:31 GMT</pubDate>
    </item>
    <item>
      <title>New Entity Framework / LINQ blog!</title>
      <description>Just a quick recommendation note: One of my colleagues, Julien Hanssens, has started blogging on his experiences with the Entity Framework and LINQ. Here are some links to get you started &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f12%2f11%2fNew-Entity-Framework-LINQ-blog!.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.maartenballiauw.be%2fpost%2f2008%2f12%2f11%2fNew-Entity-Framework-LINQ-blog!.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/New_Entity_Framework_LINQ_blog</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/New_Entity_Framework_LINQ_blog</guid>
      <pubDate>Fri, 12 Dec 2008 13:50:24 GMT</pubDate>
    </item>
    <item>
      <title>Free Entity Framework Learning Guide</title>
      <description>Zeeshan Hirani presented this free EF guide too EF community. You can download this guide in PDF format. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fzeeshanhirani%2farchive%2f2008%2f12%2f05%2fmy-christmas-present-to-the-entity-framework-community.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fzeeshanhirani%2farchive%2f2008%2f12%2f05%2fmy-christmas-present-to-the-entity-framework-community.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Free_Entity_Framework_Learning_Guide</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Free_Entity_Framework_Learning_Guide</guid>
      <pubDate>Sun, 07 Dec 2008 13:01:02 GMT</pubDate>
    </item>
    <item>
      <title>LINQ Method cannot be translated into a store expression.</title>
      <description>A short snippet/workaround if you ever see the following exception: LINQ to Entities does not recognize the method ... , and this method cannot be translated into a store expression.
It is thrown because in the Entity Framework Custom Methods &amp;amp; Extension Methods cannot be translated into a store expression.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.dreamlabsolutions.com%2fpost%2f2008%2f11%2f17%2fLINQ-Method-cannot-be-translated-into-a-store-expression.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.dreamlabsolutions.com%2fpost%2f2008%2f11%2f17%2fLINQ-Method-cannot-be-translated-into-a-store-expression.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/LINQ_Method_cannot_be_translated_into_a_store_expression</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/LINQ_Method_cannot_be_translated_into_a_store_expression</guid>
      <pubDate>Tue, 18 Nov 2008 18:53:13 GMT</pubDate>
    </item>
    <item>
      <title>LINQ to XML - XPath</title>
      <description>LINQ to SQL may be on it's way out, but LINQ is no way out at all! And don't worry about LINQ to SQL, the ADO.NET Entity Framework is available and guess what it's awesome. 
Another good usage for LINQ is when you need to query an XML file. When working with LINQ to XML you may remember the old days when you used XPath. But don't worry anymore there is support for XPath on LINQ to XML. There are extension methods for LINQ to XML in the System.Xml.Xpath namespace! Read this blog post if you are interested in an example, and find out if there are any performance issues!
Have fun reading! &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.dreamlabsolutions.com%2fpost%2f2008%2f11%2f09%2fLINQ-to-XML-XPath.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.dreamlabsolutions.com%2fpost%2f2008%2f11%2f09%2fLINQ-to-XML-XPath.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/LINQ_to_XML_XPath</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/LINQ_to_XML_XPath</guid>
      <pubDate>Mon, 10 Nov 2008 17:24:02 GMT</pubDate>
    </item>
    <item>
      <title>Inheritance and Associations with Entity Framework Part 3</title>
      <description>On part 1 and part 2 I explored how to apply 2 different inheritance models (TPH &amp;amp; TPT) in Entity Framework. In this part I'm going to demonstrate associations between 2 base entities. And how to filter end properties to return specific type (sub entity). &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmosesofegypt.net%2fpost%2fInheritance-and-Associations-with-Entity-Framework-Part-3.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmosesofegypt.net%2fpost%2fInheritance-and-Associations-with-Entity-Framework-Part-3.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Inheritance_and_Associations_with_Entity_Framework_Part_3</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Inheritance_and_Associations_with_Entity_Framework_Part_3</guid>
      <pubDate>Thu, 02 Oct 2008 03:57:11 GMT</pubDate>
    </item>
    <item>
      <title>Inheritance and Associations with Entity Framework Part 2</title>
      <description>In the previous part I discussed Table-per-Hierarchy Inheritance, in this part I'll go through Table-per-Type Inheritance model. There is a video demonstrating this model if you wish to watch. Here I'll update my previous sample with new entities that demonstrate the Table-per-Type Inheritance model &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmosesofegypt.net%2fpost%2fInheritance-and-Associations-with-Entity-Framework-Part-2.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmosesofegypt.net%2fpost%2fInheritance-and-Associations-with-Entity-Framework-Part-2.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Inheritance_and_Associations_with_Entity_Framework_Part_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Inheritance_and_Associations_with_Entity_Framework_Part_2</guid>
      <pubDate>Mon, 29 Sep 2008 18:28:09 GMT</pubDate>
    </item>
    <item>
      <title>Inheritance and Associations with Entity Framework Part 1</title>
      <description>In this multi parts series I'll explore how to build inheritance with Entity Framework showing 2 different approaches of inheritance in Entity Framework. Beside that I'll show how to build simple association between 2 entities and show how to provide custom code to retrieve other parts of the relation when inheritance is applied.
In this part I'm exploring Table-per-Hierarchy Inheritance model in EF &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmosesofegypt.net%2fpost%2f2008%2f09%2f24%2fInheritance-and-Associations-with-Entity-Framework-Part-1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmosesofegypt.net%2fpost%2f2008%2f09%2f24%2fInheritance-and-Associations-with-Entity-Framework-Part-1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Inheritance_and_Associations_with_Entity_Framework_Part_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Inheritance_and_Associations_with_Entity_Framework_Part_1</guid>
      <pubDate>Wed, 24 Sep 2008 23:53:01 GMT</pubDate>
    </item>
    <item>
      <title>Entity Framework and MySQL</title>
      <description>MySQL are going to support Entity Framework, they are going to tell how to use EF with MySQL in their webinar. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mikeborozdin.com%2fpost%2fEntity-Framework-and-MySQL.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mikeborozdin.com%2fpost%2fEntity-Framework-and-MySQL.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Entity_Framework_and_MySQL</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Entity_Framework_and_MySQL</guid>
      <pubDate>Thu, 11 Sep 2008 04:09:31 GMT</pubDate>
    </item>
    <item>
      <title>Persistence Ignorance (POCO) Adapter for Entity Framework V1</title>
      <description>One of the limitations of Entity Framework V1 released as part of .NET Framework 3.5 SP1 and Visual Studio 2008 SP1 is lack of support for POCO entity objects. POCO stands for Plain Old CLR Object and refers to an object that does not have any persistence concerns and is not aware of persistence framework. Modern development approaches such as DDD (Domain-Driven Design) and TDD (Test-Driven Development) prefer clear separation of concerns which implies persistence ignorance. [...]
We have recently published a sample called EFPocoAdapter that includes code generator and a supporting library that implements POCO object tracking on top of Entity Framework V1
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fjkowalski%2farchive%2f2008%2f09%2f09%2fpersistence-ignorance-poco-adapter-for-entity-framework-v1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fjkowalski%2farchive%2f2008%2f09%2f09%2fpersistence-ignorance-poco-adapter-for-entity-framework-v1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/patterns/Persistence_Ignorance_POCO_Adapter_for_Entity_Framework_V1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/patterns/Persistence_Ignorance_POCO_Adapter_for_Entity_Framework_V1</guid>
      <pubDate>Wed, 10 Sep 2008 15:03:07 GMT</pubDate>
    </item>
    <item>
      <title>Entity Framework and some Architectural Decisions</title>
      <description>A conversation between myself, Muhammad, and the community about how to tackle Entity Framework in a mult-layered application similar to how MVC Storefront application works, but effectively utilizing EF. We are hoping to have community feedback on possible approaches to tackle this. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpolymorphicview.blogspot.com%2f2008%2f09%2fentity-framework-and-some-architectural.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpolymorphicview.blogspot.com%2f2008%2f09%2fentity-framework-and-some-architectural.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/adonet/Entity_Framework_and_some_Architectural_Decisions</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/adonet/Entity_Framework_and_some_Architectural_Decisions</guid>
      <pubDate>Thu, 04 Sep 2008 05:39:20 GMT</pubDate>
    </item>
    <item>
      <title>LINQ to Entities, Workarounds on what is not supported</title>
      <description>LINQ to Entities, Workarounds on what is not supported. 2 ways to get ride of what is not supported in LINQ to Entities. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmosesofegypt.net%2fpost%2f2008%2f08%2f31%2fLINQ-to-Entities-Workarounds-on-what-is-not-supported.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmosesofegypt.net%2fpost%2f2008%2f08%2f31%2fLINQ-to-Entities-Workarounds-on-what-is-not-supported.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/linq/LINQ_to_Entities_Workarounds_on_what_is_not_supported</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/linq/LINQ_to_Entities_Workarounds_on_what_is_not_supported</guid>
      <pubDate>Mon, 01 Sep 2008 22:20:05 GMT</pubDate>
    </item>
  </channel>
</rss>