<?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/"
	>

<channel>
	<title>KarlZ &#187; EF</title>
	<atom:link href="http://joyofexcellence.com/blog/index.php/tag/ef/feed/" rel="self" type="application/rss+xml" />
	<link>http://joyofexcellence.com/blog</link>
	<description>As a Software Development Director I still try to stay on top of Microsoft technologies by using some personal projects... And I follow some of my footsteps here.</description>
	<lastBuildDate>Tue, 21 Dec 2010 12:40:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Entity Framework Self Tracking Entities Shine</title>
		<link>http://joyofexcellence.com/blog/index.php/2010/12/21/entity-framework-self-tracking-entities-shine-3/</link>
		<comments>http://joyofexcellence.com/blog/index.php/2010/12/21/entity-framework-self-tracking-entities-shine-3/#comments</comments>
		<pubDate>Tue, 21 Dec 2010 12:40:25 +0000</pubDate>
		<dc:creator>karlz</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[EF]]></category>

		<guid isPermaLink="false">http://joyofexcellence.com/blog/index.php/2010/12/21/entity-framework-self-tracking-entities-shine-3/</guid>
		<description><![CDATA[I hope. Here is my problem.&#160; I am working on a project where all the data is currently in a file. However, when I’m complete, most of the data will be in a database. How can I sometimes use a file and sometimes use a database? Here is where the power of the Self Tracking [...]]]></description>
		<wfw:commentRss>http://joyofexcellence.com/blog/index.php/2010/12/21/entity-framework-self-tracking-entities-shine-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Some Silverlight 4, WCF, and EF Rookie Mistakes</title>
		<link>http://joyofexcellence.com/blog/index.php/2010/12/20/some-silverlight-4-wcf-and-ef-rookie-mistakes/</link>
		<comments>http://joyofexcellence.com/blog/index.php/2010/12/20/some-silverlight-4-wcf-and-ef-rookie-mistakes/#comments</comments>
		<pubDate>Tue, 21 Dec 2010 00:13:48 +0000</pubDate>
		<dc:creator>karlz</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[.NET 4.0]]></category>
		<category><![CDATA[EF]]></category>
		<category><![CDATA[MVVM]]></category>
		<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://joyofexcellence.com/blog/index.php/2010/12/20/some-silverlight-4-wcf-and-ef-notes/</guid>
		<description><![CDATA[Today I am just making some notes to myself about mistakes I’ve made in the past 24 hours with Silverlight. I had things so twisted that I started again from scratch. The initial issue (that I’ve not yet completely solved) was that of using an Enum in a class that is used in a WCF [...]]]></description>
		<wfw:commentRss>http://joyofexcellence.com/blog/index.php/2010/12/20/some-silverlight-4-wcf-and-ef-rookie-mistakes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MVC Team Should Rule</title>
		<link>http://joyofexcellence.com/blog/index.php/2010/11/23/mvc-team-should-rule/</link>
		<comments>http://joyofexcellence.com/blog/index.php/2010/11/23/mvc-team-should-rule/#comments</comments>
		<pubDate>Wed, 24 Nov 2010 00:09:22 +0000</pubDate>
		<dc:creator>karlz</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[EF]]></category>
		<category><![CDATA[Moq]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Unit Testing]]></category>

		<guid isPermaLink="false">http://joyofexcellence.com/blog/index.php/2010/11/23/mvc-team-should-rule/</guid>
		<description><![CDATA[Headline: I don’t think I’ve seen a team more focused on testability at Microsoft than the ASP.NET MVC (Model-View-Controller) team. I sure hope their unit testing philosophy starts to influence other teams more. Entity Framework If you use any of the patterns for the Entity Framework (one of the early versions of .NET 4.0 that [...]]]></description>
		<wfw:commentRss>http://joyofexcellence.com/blog/index.php/2010/11/23/mvc-team-should-rule/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error Check for MaxLength in Entity Framework</title>
		<link>http://joyofexcellence.com/blog/index.php/2010/02/13/error-check-for-maxlength-in-entity-framework/</link>
		<comments>http://joyofexcellence.com/blog/index.php/2010/02/13/error-check-for-maxlength-in-entity-framework/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 17:50:03 +0000</pubDate>
		<dc:creator>karlz</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[EF]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[VS 2010]]></category>

		<guid isPermaLink="false">http://joyofexcellence.com/blog/index.php/2010/02/13/error-check-for-maxlength-in-entity-framework/</guid>
		<description><![CDATA[Technorati Tags: EF,MVC,VS 2010 HEADLINE: edmProperty.TypeUsage.Facets[“MaxLength”].Value comes in handy. I don’t make a habit of making a post when someone else has done some work… I might point it out, and in that spirit here is the post that finally sent me in the right direction: http://soci.hu/blog/. However, the post is not in English (fortunately, [...]]]></description>
		<wfw:commentRss>http://joyofexcellence.com/blog/index.php/2010/02/13/error-check-for-maxlength-in-entity-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XML Comments for Entity Framework</title>
		<link>http://joyofexcellence.com/blog/index.php/2010/01/16/xml-comments-for-entity-framework/</link>
		<comments>http://joyofexcellence.com/blog/index.php/2010/01/16/xml-comments-for-entity-framework/#comments</comments>
		<pubDate>Sat, 16 Jan 2010 16:59:54 +0000</pubDate>
		<dc:creator>karlz</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[EF]]></category>
		<category><![CDATA[Sandcastle]]></category>
		<category><![CDATA[SHFB]]></category>
		<category><![CDATA[VS 2010]]></category>

		<guid isPermaLink="false">http://joyofexcellence.com/blog/index.php/2010/01/16/xml-comments-for-entity-framework/</guid>
		<description><![CDATA[Technorati Tags: EF,Sandcastle,SHFB,VS 2010 HEADLINE: If I use the Entity Framework (Self Tracking Entities or EntityObjects) templates, how can I add XML Comments so that I can use Sandcastle and Sandcastle Help File Builder to generate the documentation for my libraries? Is there a way to modify the T4 templates so that I can access [...]]]></description>
		<wfw:commentRss>http://joyofexcellence.com/blog/index.php/2010/01/16/xml-comments-for-entity-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Saturday Night Wrestling with MVC</title>
		<link>http://joyofexcellence.com/blog/index.php/2009/06/27/saturday-night-wrestling-with-mvc/</link>
		<comments>http://joyofexcellence.com/blog/index.php/2009/06/27/saturday-night-wrestling-with-mvc/#comments</comments>
		<pubDate>Sun, 28 Jun 2009 01:16:06 +0000</pubDate>
		<dc:creator>karlz</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[EF]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[Unit Testing]]></category>
		<category><![CDATA[VS 2010]]></category>

		<guid isPermaLink="false">http://joyofexcellence.com/blog/index.php/2009/06/27/saturday-night-wrestling-with-mvc/</guid>
		<description><![CDATA[Ok&#8230; It wasn&#8217;t really that bad, but it did take some effort. Here was my objective: Now that MVC (ASP.NET Model-View-Controller) 1.1 has been released (not sure how I missed that) to work with Visual Studio 2010 and .NET 4.0 migrate my evolving website to use the .NET 4.0 beta. I was able to get [...]]]></description>
		<wfw:commentRss>http://joyofexcellence.com/blog/index.php/2009/06/27/saturday-night-wrestling-with-mvc/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Review of Pro ASP.NET MVC Framework</title>
		<link>http://joyofexcellence.com/blog/index.php/2009/06/07/review-of-pro-aspnet-mvc-framework/</link>
		<comments>http://joyofexcellence.com/blog/index.php/2009/06/07/review-of-pro-aspnet-mvc-framework/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 19:24:22 +0000</pubDate>
		<dc:creator>karlz</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[EF]]></category>
		<category><![CDATA[MVC]]></category>
		<category><![CDATA[Unit Testing]]></category>

		<guid isPermaLink="false">http://joyofexcellence.com/blog/index.php/2009/06/07/review-of-pro-aspnet-mvc-framework/</guid>
		<description><![CDATA[A Review of Pro ASP.NET MVC Framework by Steven Sanderson, ISBN 10: 1-4302-1007-9 Update I started taking notes as I went along, but I&#8217;ve not stopped. I really recommend taking this book and working through the exercises. I&#8217;m confident you&#8217;ll be a better developer even if you&#8217;re are not particularly interested in MVC. (Of course, [...]]]></description>
		<wfw:commentRss>http://joyofexcellence.com/blog/index.php/2009/06/07/review-of-pro-aspnet-mvc-framework/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

