<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Daniel Wertheim &#187; Entity framework</title>
	<atom:link href="http://daniel.wertheim.se/category/entity-storage/entity-framework-entity-storage-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://daniel.wertheim.se</link>
	<description>Love what you do - Continue to do it - Be eager to learn more about it.</description>
	<lastBuildDate>Fri, 27 Jan 2012 12:50:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='daniel.wertheim.se' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Daniel Wertheim &#187; Entity framework</title>
		<link>http://daniel.wertheim.se</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://daniel.wertheim.se/osd.xml" title="Daniel Wertheim" />
	<atom:link rel='hub' href='http://daniel.wertheim.se/?pushpress=hub'/>
		<item>
		<title>SisoDb vs Entity Framework 4.1 Code first &#8211; Inserts</title>
		<link>http://daniel.wertheim.se/2011/04/19/sisodb-vs-entity-framework-4-1-code-first-inserts/</link>
		<comments>http://daniel.wertheim.se/2011/04/19/sisodb-vs-entity-framework-4-1-code-first-inserts/#comments</comments>
		<pubDate>Tue, 19 Apr 2011 21:03:10 +0000</pubDate>
		<dc:creator>Daniel Wertheim</dc:creator>
				<category><![CDATA[Entity framework]]></category>
		<category><![CDATA[Entity storage]]></category>
		<category><![CDATA[SisoDb]]></category>
		<category><![CDATA[Code-first]]></category>
		<category><![CDATA[Entity framework 4.1]]></category>

		<guid isPermaLink="false">http://daniel.wertheim.se/?p=836</guid>
		<description><![CDATA[Before making any performance comparisions I just want to state the following: I like Entity Framework Code first and I don&#8217;t see SisoDb as a complete replacement. SisoDb should be seen as a complement. Both tools have their place. EF being an O/RM and SisoDb being a document-oriented provider. With that said, lets continue. SisoDb [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=daniel.wertheim.se&amp;blog=9709818&amp;post=836&amp;subd=danielwertheim&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://daniel.wertheim.se/2011/04/19/sisodb-vs-entity-framework-4-1-code-first-inserts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/274ce0291206c9d27635a865ac48b5c4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Daniel</media:title>
		</media:content>
	</item>
		<item>
		<title>C#, Clean up your Linq-queries and lambda expressions for Non Linq to objects</title>
		<link>http://daniel.wertheim.se/2011/02/07/c-clean-up-your-linq-queries-and-lambda-expressions-for-non-linq-to-objects/</link>
		<comments>http://daniel.wertheim.se/2011/02/07/c-clean-up-your-linq-queries-and-lambda-expressions-for-non-linq-to-objects/#comments</comments>
		<pubDate>Mon, 07 Feb 2011 20:24:19 +0000</pubDate>
		<dc:creator>Daniel Wertheim</dc:creator>
				<category><![CDATA[Architecture, Design]]></category>
		<category><![CDATA[Clean code]]></category>
		<category><![CDATA[Entity framework]]></category>
		<category><![CDATA[Entity storage]]></category>
		<category><![CDATA[c#]]></category>
		<category><![CDATA[Code-first]]></category>
		<category><![CDATA[Entity framework 4]]></category>
		<category><![CDATA[lambdas]]></category>
		<category><![CDATA[linq]]></category>

		<guid isPermaLink="false">http://daniel.wertheim.se/?p=748</guid>
		<description><![CDATA[This is an update to my post &#8220;C#, Clean up your Linq-queries and lambda expressions&#8221;, where I got a comment that it will not work other than against Linq to objects. That is somewhat true. It will work but the query will fetch all posts from the database and then apply the where clause to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=daniel.wertheim.se&amp;blog=9709818&amp;post=748&amp;subd=danielwertheim&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://daniel.wertheim.se/2011/02/07/c-clean-up-your-linq-queries-and-lambda-expressions-for-non-linq-to-objects/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/274ce0291206c9d27635a865ac48b5c4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Daniel</media:title>
		</media:content>
	</item>
		<item>
		<title>EF4 &#8211; Code first CTP4</title>
		<link>http://daniel.wertheim.se/2010/07/26/ef4-code-first-ctp4/</link>
		<comments>http://daniel.wertheim.se/2010/07/26/ef4-code-first-ctp4/#comments</comments>
		<pubDate>Mon, 26 Jul 2010 09:04:53 +0000</pubDate>
		<dc:creator>Daniel Wertheim</dc:creator>
				<category><![CDATA[Entity framework]]></category>
		<category><![CDATA[Entity storage]]></category>
		<category><![CDATA[Code-first]]></category>
		<category><![CDATA[EF4]]></category>

		<guid isPermaLink="false">http://daniel.wertheim.se/?p=617</guid>
		<description><![CDATA[Since I&#8217;m on vacation and spend all my time on SisoDb I will not cover the new release of CTP4 for Code first and Entity framework 4, but instead direct you to a fairly nice post with good external reference links. So, instead of writing something that already has been written, go to Scott Hanselman&#8217;s [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=daniel.wertheim.se&amp;blog=9709818&amp;post=617&amp;subd=danielwertheim&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://daniel.wertheim.se/2010/07/26/ef4-code-first-ctp4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/274ce0291206c9d27635a865ac48b5c4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Daniel</media:title>
		</media:content>
	</item>
		<item>
		<title>Dealing with Enumerations and Entity framework 4 &#8211; code first</title>
		<link>http://daniel.wertheim.se/2010/06/09/dealing-with-enumerations-and-entity-framework-4-code-first/</link>
		<comments>http://daniel.wertheim.se/2010/06/09/dealing-with-enumerations-and-entity-framework-4-code-first/#comments</comments>
		<pubDate>Wed, 09 Jun 2010 20:51:23 +0000</pubDate>
		<dc:creator>Daniel Wertheim</dc:creator>
				<category><![CDATA[Entity framework]]></category>
		<category><![CDATA[Entity storage]]></category>
		<category><![CDATA[Code-first]]></category>
		<category><![CDATA[EF4]]></category>
		<category><![CDATA[Entity framework 4]]></category>

		<guid isPermaLink="false">http://daniel.wertheim.se/?p=584</guid>
		<description><![CDATA[UPDATE! There&#8217;s a June CTP with new support for enums! If you have an entity with an enumeration and you wan&#8217;t to store it using Entity framework 4, Code-only, you might run into problem. The convention-based mapping is sufficent for generating the schema but you will run into problem when trying to create an objectset. [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=daniel.wertheim.se&amp;blog=9709818&amp;post=584&amp;subd=danielwertheim&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://daniel.wertheim.se/2010/06/09/dealing-with-enumerations-and-entity-framework-4-code-first/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/274ce0291206c9d27635a865ac48b5c4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Daniel</media:title>
		</media:content>
	</item>
		<item>
		<title>Entity framework 4 &#8211; CTP3 &#8211; Complex type mapping</title>
		<link>http://daniel.wertheim.se/2010/05/17/entity-framework-4-ctp3-complex-type-mapping/</link>
		<comments>http://daniel.wertheim.se/2010/05/17/entity-framework-4-ctp3-complex-type-mapping/#comments</comments>
		<pubDate>Mon, 17 May 2010 19:53:07 +0000</pubDate>
		<dc:creator>Daniel Wertheim</dc:creator>
				<category><![CDATA[Entity framework]]></category>
		<category><![CDATA[Entity storage]]></category>
		<category><![CDATA[Code-first]]></category>
		<category><![CDATA[Entity framework 4]]></category>
		<category><![CDATA[Mappings]]></category>

		<guid isPermaLink="false">http://daniel.wertheim.se/?p=557</guid>
		<description><![CDATA[I got a question on my last post of how complex type mapping should be dealt with so I fired up Visual Studio and put together something. What you need to do as a consumer of the lib Lets say my Customer has a property Address and I want to store it in the Customer-table, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=daniel.wertheim.se&amp;blog=9709818&amp;post=557&amp;subd=danielwertheim&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://daniel.wertheim.se/2010/05/17/entity-framework-4-ctp3-complex-type-mapping/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/274ce0291206c9d27635a865ac48b5c4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Daniel</media:title>
		</media:content>

		<media:content url="http://danielwertheim.files.wordpress.com/2010/05/ef4-complextypemapping.png" medium="image">
			<media:title type="html">EF4 - ComplexTypeMapping</media:title>
		</media:content>
	</item>
		<item>
		<title>Entity framework 4 &#8211; CTP3 &#8211; Code first vs Linq to Sql</title>
		<link>http://daniel.wertheim.se/2010/05/16/entity-framework-4-ctp3-code-first-vs-linq-to-sql/</link>
		<comments>http://daniel.wertheim.se/2010/05/16/entity-framework-4-ctp3-code-first-vs-linq-to-sql/#comments</comments>
		<pubDate>Sun, 16 May 2010 12:39:16 +0000</pubDate>
		<dc:creator>Daniel Wertheim</dc:creator>
				<category><![CDATA[Entity framework]]></category>
		<category><![CDATA[Entity storage]]></category>
		<category><![CDATA[Linq to Sql]]></category>
		<category><![CDATA[Code-first]]></category>
		<category><![CDATA[EF4]]></category>
		<category><![CDATA[Entity framework 4]]></category>
		<category><![CDATA[L2Sql]]></category>

		<guid isPermaLink="false">http://daniel.wertheim.se/?p=497</guid>
		<description><![CDATA[I just started doing some architectural changes to my old code in my previous article for Entity framework 4 (EF4) and at the same time updating it to use the new CTP3 add-on as well as writing the same code for Linq to Sql (L2Sql). I didn&#8217;t find any incompatibilities when updating from CTP2 to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=daniel.wertheim.se&amp;blog=9709818&amp;post=497&amp;subd=danielwertheim&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://daniel.wertheim.se/2010/05/16/entity-framework-4-ctp3-code-first-vs-linq-to-sql/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/274ce0291206c9d27635a865ac48b5c4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Daniel</media:title>
		</media:content>

		<media:content url="http://danielwertheim.files.wordpress.com/2010/05/ef4-vs-l2sql-sp-and-uow.png?w=300" medium="image">
			<media:title type="html">Ef4 vs L2Sql - SP and UoW</media:title>
		</media:content>

		<media:content url="http://danielwertheim.files.wordpress.com/2010/05/ef4-vs-l2sql-l2sql-mappingsresolver.png?w=300" medium="image">
			<media:title type="html">EF4 vs L2Sql - L2Sql-MappingsResolver</media:title>
		</media:content>

		<media:content url="http://danielwertheim.files.wordpress.com/2010/05/ef4-vs-l2sql-ef4-mappingsresolver.png?w=300" medium="image">
			<media:title type="html">EF4 vs L2Sql - EF4-MappingsResolver</media:title>
		</media:content>

		<media:content url="http://danielwertheim.files.wordpress.com/2010/05/ef4-vs-l2sql-sp-and-uow1.png?w=215" medium="image">
			<media:title type="html">EF4 vs L2Sql - SP and UoW</media:title>
		</media:content>

		<media:content url="http://danielwertheim.files.wordpress.com/2010/05/ef4-vs-l2sql-objectcontext.png?w=300" medium="image">
			<media:title type="html">EF4 vs L2Sql -ObjectContext</media:title>
		</media:content>
	</item>
		<item>
		<title>Entity framework 4 &#8211; CTP3 &#8211; Code first &#8211; Bug</title>
		<link>http://daniel.wertheim.se/2010/05/13/entity-framework-4-ctp3-code-first/</link>
		<comments>http://daniel.wertheim.se/2010/05/13/entity-framework-4-ctp3-code-first/#comments</comments>
		<pubDate>Thu, 13 May 2010 19:49:54 +0000</pubDate>
		<dc:creator>Daniel Wertheim</dc:creator>
				<category><![CDATA[Entity framework]]></category>
		<category><![CDATA[Entity storage]]></category>
		<category><![CDATA[Code-first]]></category>
		<category><![CDATA[Entity framework 4]]></category>

		<guid isPermaLink="false">http://daniel.wertheim.se/?p=494</guid>
		<description><![CDATA[So I finally got some time to start looking at Code first with the Entity framework CTP3 add-on, again. While doing some testing in a test library, where I have two different StorageProviders: One for Linq to Sql and another for Entity framework 4; I found something I call a bug. I have two classes [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=daniel.wertheim.se&amp;blog=9709818&amp;post=494&amp;subd=danielwertheim&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://daniel.wertheim.se/2010/05/13/entity-framework-4-ctp3-code-first/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/274ce0291206c9d27635a865ac48b5c4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Daniel</media:title>
		</media:content>
	</item>
		<item>
		<title>Entity framework 4 &#8211; Code first</title>
		<link>http://daniel.wertheim.se/2010/03/22/entity-framework-4-code-first/</link>
		<comments>http://daniel.wertheim.se/2010/03/22/entity-framework-4-code-first/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 07:42:16 +0000</pubDate>
		<dc:creator>Daniel Wertheim</dc:creator>
				<category><![CDATA[Entity framework]]></category>
		<category><![CDATA[Entity storage]]></category>
		<category><![CDATA[.Net 4.0]]></category>
		<category><![CDATA[Code-first]]></category>
		<category><![CDATA[Code-Only]]></category>
		<category><![CDATA[Entity framework 4]]></category>

		<guid isPermaLink="false">http://daniel.wertheim.se/?p=392</guid>
		<description><![CDATA[I haven&#8217;t got the time to update my previous article to the new CTP-addon for supporting Code-first (old name Code-only). My goal is to start covering this topic during this week, so stay tuned. //Daniel Filed under: Entity framework, Entity storage Tagged: .Net 4.0, Code-first, Code-Only, Entity framework 4<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=daniel.wertheim.se&amp;blog=9709818&amp;post=392&amp;subd=danielwertheim&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://daniel.wertheim.se/2010/03/22/entity-framework-4-code-first/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/274ce0291206c9d27635a865ac48b5c4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Daniel</media:title>
		</media:content>
	</item>
		<item>
		<title>Updates to &#8211; Putting Entity framework 4 to use in a business architecture</title>
		<link>http://daniel.wertheim.se/2009/12/20/updates-to-putting-entity-framework-4-to-use-in-a-business-architecture/</link>
		<comments>http://daniel.wertheim.se/2009/12/20/updates-to-putting-entity-framework-4-to-use-in-a-business-architecture/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 08:37:09 +0000</pubDate>
		<dc:creator>Daniel Wertheim</dc:creator>
				<category><![CDATA[Architecture, Design]]></category>
		<category><![CDATA[Entity framework]]></category>
		<category><![CDATA[Entity storage]]></category>
		<category><![CDATA[WCF]]></category>
		<category><![CDATA[.Net 4.0]]></category>
		<category><![CDATA[Code-Only]]></category>
		<category><![CDATA[Entity framework 4]]></category>

		<guid isPermaLink="false">http://daniel.wertheim.se/?p=193</guid>
		<description><![CDATA[This post only reflects some updates to my previous article: Putting Entity framework 4 to use in a business architecture. I made a &#8220;minor&#8221; error in my EfDynamicProxyAssemblies that is consumed by my EfDataContractSerializer. The error which I know have corrected arised when I added an example to the client application, where I intended to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=daniel.wertheim.se&amp;blog=9709818&amp;post=193&amp;subd=danielwertheim&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://daniel.wertheim.se/2009/12/20/updates-to-putting-entity-framework-4-to-use-in-a-business-architecture/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/274ce0291206c9d27635a865ac48b5c4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Daniel</media:title>
		</media:content>
	</item>
		<item>
		<title>Putting Entity framework 4 to use in a business architecture</title>
		<link>http://daniel.wertheim.se/2009/12/14/putting-entity-framework-4-to-use-in-a-business-architechture/</link>
		<comments>http://daniel.wertheim.se/2009/12/14/putting-entity-framework-4-to-use-in-a-business-architechture/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 22:52:50 +0000</pubDate>
		<dc:creator>Daniel Wertheim</dc:creator>
				<category><![CDATA[Architecture, Design]]></category>
		<category><![CDATA[Entity framework]]></category>
		<category><![CDATA[Entity storage]]></category>
		<category><![CDATA[WCF]]></category>
		<category><![CDATA[.Net 4.0]]></category>
		<category><![CDATA[Code-Only]]></category>
		<category><![CDATA[Entity framework 4]]></category>
		<category><![CDATA[IoC]]></category>
		<category><![CDATA[StructureMap]]></category>

		<guid isPermaLink="false">http://daniel.wertheim.se/?p=169</guid>
		<description><![CDATA[Updates have been made since version 1 of this article! &#8220;&#62;Read more about it here. Finally I&#8217;m finished. I have been struggling with an intended sum-up of my latest post using Entity framework 4. It ended up with an document of about 40 pages. There is a lot of code in there so the number [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=daniel.wertheim.se&amp;blog=9709818&amp;post=169&amp;subd=danielwertheim&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://daniel.wertheim.se/2009/12/14/putting-entity-framework-4-to-use-in-a-business-architechture/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/274ce0291206c9d27635a865ac48b5c4?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Daniel</media:title>
		</media:content>

		<media:content url="http://danielwertheim.files.wordpress.com/2009/12/putting-entity-framework-4-to-use-in-a-business-architecture-pdf.png?w=300" medium="image">
			<media:title type="html">Putting Entity framework 4 to use in a business architecture.pdf</media:title>
		</media:content>
	</item>
	</channel>
</rss>
