<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Demystifying The Code</title>
	
	<link>http://www.robbagby.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 01 Feb 2010 11:48:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/robbagby" /><feedburner:info uri="robbagby" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>EF 4 – Implementing Lazy Loading For My POCO</title>
		<link>http://feedproxy.google.com/~r/robbagby/~3/cdaAl6cQALM/</link>
		<comments>http://www.robbagby.com/entity-framework/ef-4-implementing-lazy-loading-for-my-poco/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 11:25:05 +0000</pubDate>
		<dc:creator>RobBagby</dc:creator>
				<category><![CDATA[Entity Framework]]></category>
		<category><![CDATA[.NET 4]]></category>
		<category><![CDATA[Entity Framework 4]]></category>

		<guid isPermaLink="false">http://www.robbagby.com/posts/ef-4-implementing-lazy-loading-for-my-poco/</guid>
		
		<wfw:commentRss>http://www.robbagby.com/entity-framework/ef-4-implementing-lazy-loading-for-my-poco/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<description>In my last post, I provided a simple end-to-end example where I used the Entity Framework designer to generate an Entity Data Model (EDM), I turned off the default code generation and implemented my own POCOs.&amp;#160; Everything worked fine, but at the end of the post I pointed out that I no longer had the [...]&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;img src="http://feeds.feedburner.com/~r/robbagby/~4/cdaAl6cQALM" height="1" width="1"/&gt;</description><feedburner:origLink>http://www.robbagby.com/entity-framework/ef-4-implementing-lazy-loading-for-my-poco/</feedburner:origLink></item>
		<item>
		<title>EF 4 – Implementing POCO Objects</title>
		<link>http://feedproxy.google.com/~r/robbagby/~3/GDuWUA3-YcQ/</link>
		<comments>http://www.robbagby.com/entity-framework/ef-4-implementing-poco-objects/#comments</comments>
		<pubDate>Thu, 28 Jan 2010 12:29:19 +0000</pubDate>
		<dc:creator>RobBagby</dc:creator>
				<category><![CDATA[Entity Framework]]></category>
		<category><![CDATA[.NET 4]]></category>
		<category><![CDATA[Entity Framework 4]]></category>
		<category><![CDATA[POCO]]></category>

		<guid isPermaLink="false">http://www.robbagby.com/posts/ef-4-implementing-poco-objects/</guid>
		
		<wfw:commentRss>http://www.robbagby.com/entity-framework/ef-4-implementing-poco-objects/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<description>The EF team has released the POCO template for use with VSTS 2010 Beta 2.&amp;#160; I thought I might examine POCO support in the new version of the Entity Framework without taking advantage of the template first, then get into the template in a later post.&amp;#160; This post will provide a simple end-to-end sample of implementing POCO objects in EF4 (Beta 2).&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;img src="http://feeds.feedburner.com/~r/robbagby/~4/GDuWUA3-YcQ" height="1" width="1"/&gt;</description><feedburner:origLink>http://www.robbagby.com/entity-framework/ef-4-implementing-poco-objects/</feedburner:origLink></item>
		<item>
		<title>Is Lazy Loading in EF 4 Evil or the Second Coming?</title>
		<link>http://feedproxy.google.com/~r/robbagby/~3/TiF2kYJBGuQ/</link>
		<comments>http://www.robbagby.com/entity-framework/is-lazy-loading-in-ef-4-evil-or-the-second-coming/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 12:34:50 +0000</pubDate>
		<dc:creator>RobBagby</dc:creator>
				<category><![CDATA[Entity Framework]]></category>
		<category><![CDATA[.NET 4]]></category>
		<category><![CDATA[EF4]]></category>
		<category><![CDATA[Entity Framework 4]]></category>

		<guid isPermaLink="false">http://www.robbagby.com/entity-framework/is-lazy-loading-in-ef-4-evil-or-the-second-coming/</guid>
		
		<wfw:commentRss>http://www.robbagby.com/entity-framework/is-lazy-loading-in-ef-4-evil-or-the-second-coming/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<description>(As you probably know) The Entity Framework provides you with various options for loading related entities.&amp;#160; In Entity Framework 4, you will have the choice to implement eager loading, explicit loading and now… lazy loading.&amp;#160; Lazy loading was not available in version 1.&amp;#160; A quick search on ‘Lazy Loading’ will yield opinions from 2 very [...]&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;img src="http://feeds.feedburner.com/~r/robbagby/~4/TiF2kYJBGuQ" height="1" width="1"/&gt;</description><feedburner:origLink>http://www.robbagby.com/entity-framework/is-lazy-loading-in-ef-4-evil-or-the-second-coming/</feedburner:origLink></item>
		<item>
		<title>Finding a Nursery School</title>
		<link>http://feedproxy.google.com/~r/robbagby/~3/P8fmGyBhEUg/</link>
		<comments>http://www.robbagby.com/london-move/finding-a-nursery-school/#comments</comments>
		<pubDate>Wed, 06 Jan 2010 07:31:34 +0000</pubDate>
		<dc:creator>RobBagby</dc:creator>
				<category><![CDATA[London Move]]></category>
		<category><![CDATA[Moving to London]]></category>

		<guid isPermaLink="false">http://www.robbagby.com/london-move/finding-a-nursery-school/</guid>
		
		<wfw:commentRss>http://www.robbagby.com/london-move/finding-a-nursery-school/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<description>After our first day of house searching with Claire, it was time to look for a nursery school for Jack.&amp;#160; We again had a representative from our relocation company to help us with this.&amp;#160; For the afternoon, we had meetings set up with 2 schools.&amp;#160; Now, right before Claire dropped us off after our house [...]&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;img src="http://feeds.feedburner.com/~r/robbagby/~4/P8fmGyBhEUg" height="1" width="1"/&gt;</description><feedburner:origLink>http://www.robbagby.com/london-move/finding-a-nursery-school/</feedburner:origLink></item>
		<item>
		<title>Taking the Housing Trip – Finally</title>
		<link>http://feedproxy.google.com/~r/robbagby/~3/86pAE30TAkk/</link>
		<comments>http://www.robbagby.com/london-move/taking-the-housing-trip-finally/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 08:26:10 +0000</pubDate>
		<dc:creator>RobBagby</dc:creator>
				<category><![CDATA[London Move]]></category>

		<guid isPermaLink="false">http://www.robbagby.com/posts/taking-the-housing-trip-finally/</guid>
		
		<wfw:commentRss>http://www.robbagby.com/london-move/taking-the-housing-trip-finally/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<description>We finally got the Visa thing squared away and were finally able to take our housing trip.&amp;#160; The trip was for 4 days in London.&amp;#160; In that time, we were supposed to find a home for us to rent, find our temporary housing and identify a school for our son.&amp;#160; Again, we had the expertise [...]&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;img src="http://feeds.feedburner.com/~r/robbagby/~4/86pAE30TAkk" height="1" width="1"/&gt;</description><feedburner:origLink>http://www.robbagby.com/london-move/taking-the-housing-trip-finally/</feedburner:origLink></item>
		<item>
		<title>Moving to London – The Housing Trip</title>
		<link>http://feedproxy.google.com/~r/robbagby/~3/z947P8EnvjQ/</link>
		<comments>http://www.robbagby.com/london-move/moving-to-london-the-housing-trip/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 09:51:01 +0000</pubDate>
		<dc:creator>RobBagby</dc:creator>
				<category><![CDATA[London Move]]></category>
		<category><![CDATA[Moving to London]]></category>

		<guid isPermaLink="false">http://www.robbagby.com/posts/moving-to-london-the-housing-trip/</guid>
		
		<wfw:commentRss>http://www.robbagby.com/london-move/moving-to-london-the-housing-trip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<description>As some of you might know, my wife was recently offered a great position in London with her company.&amp;#160; At the suggestion of a friend of mine, I have decided to chronicle the experience on this blog.  In this first post, I start to set the scene for the move.&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;img src="http://feeds.feedburner.com/~r/robbagby/~4/z947P8EnvjQ" height="1" width="1"/&gt;</description><feedburner:origLink>http://www.robbagby.com/london-move/moving-to-london-the-housing-trip/</feedburner:origLink></item>
		<item>
		<title>Uncle Fergal Helps Us Pronounce Azure</title>
		<link>http://feedproxy.google.com/~r/robbagby/~3/Lc1443kgxzg/</link>
		<comments>http://www.robbagby.com/posts/uncle-fergal-helps-us-pronounce-azure/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 14:59:52 +0000</pubDate>
		<dc:creator>RobBagby</dc:creator>
				<category><![CDATA[Posts]]></category>

		<guid isPermaLink="false">http://www.robbagby.com/?p=203</guid>
		
		<wfw:commentRss>http://www.robbagby.com/posts/uncle-fergal-helps-us-pronounce-azure/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://www.robbagby.com/wp-includes/audio/fergal.mp3" length="146540" type="audio/mpeg" />
		<description>Are you frustrated with people mispronouncing Azure?  In this post, you will hear how my Uncle Fergal believes you should pronounce Azure.&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;img src="http://feeds.feedburner.com/~r/robbagby/~4/Lc1443kgxzg" height="1" width="1"/&gt;</description><feedburner:origLink>http://www.robbagby.com/posts/uncle-fergal-helps-us-pronounce-azure/</feedburner:origLink></item>
		<item>
		<title>Patterns-Based Silverlight Development – Part IV – Service Layer</title>
		<link>http://feedproxy.google.com/~r/robbagby/~3/duEg_RHrVe4/</link>
		<comments>http://www.robbagby.com/silverlight/patterns-based-silverlight-development-part-iv-service-layer/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 20:28:35 +0000</pubDate>
		<dc:creator>RobBagby</dc:creator>
				<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Design Patterns]]></category>
		<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://www.robbagby.com/posts/patterns-based-silverlight-development-part-iv-service-layer/</guid>
		
		<wfw:commentRss>http://www.robbagby.com/silverlight/patterns-based-silverlight-development-part-iv-service-layer/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		<description>In this post, I will be building the WCF Services layer that my client layer will call.&amp;#160; I will be using the custom binding made available with Silverlight 3 that enables a decreased message size through encoding the message as binary rather than text.&amp;#160; I will also write some code to test this layer.&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;img src="http://feeds.feedburner.com/~r/robbagby/~4/duEg_RHrVe4" height="1" width="1"/&gt;</description><feedburner:origLink>http://www.robbagby.com/silverlight/patterns-based-silverlight-development-part-iv-service-layer/</feedburner:origLink></item>
		<item>
		<title>The Bagbys Are Moving to London</title>
		<link>http://feedproxy.google.com/~r/robbagby/~3/v7syUGSDO3I/</link>
		<comments>http://www.robbagby.com/posts/the-bagbys-are-moving-to-london/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 03:21:34 +0000</pubDate>
		<dc:creator>RobBagby</dc:creator>
				<category><![CDATA[Posts]]></category>

		<guid isPermaLink="false">http://www.robbagby.com/posts/the-bagbys-are-moving-to-london/</guid>
		
		<wfw:commentRss>http://www.robbagby.com/posts/the-bagbys-are-moving-to-london/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		<description>As some of you know, my wife Carrie works for American Express in Arizona.&amp;#160; Recently she was offered a great career opportunity in London and we have decided to pursue it.&amp;#160; It was a very difficult decision for us on many levels.&amp;#160; First and foremost, we are leaving behind our friends and family who mean the world to us.&amp;#160; Secondly, I have to leave my job with Microsoft and DPE (Developer and Platform Evangelism).&amp;#160; For over 3 years, I have had the privilege to work for the finest organization in the world with the best team I could imagine.&amp;#160; I am not embellishing when I tell you that for 3 years I have loved going to work.&amp;#160; This job will be hard to equal.&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;img src="http://feeds.feedburner.com/~r/robbagby/~4/v7syUGSDO3I" height="1" width="1"/&gt;</description><feedburner:origLink>http://www.robbagby.com/posts/the-bagbys-are-moving-to-london/</feedburner:origLink></item>
		<item>
		<title>Watch the Windows 7 / Windows Server 2008 R2 Launch Virtually</title>
		<link>http://feedproxy.google.com/~r/robbagby/~3/ePi-WjgypjU/</link>
		<comments>http://www.robbagby.com/posts/watch-the-windows-7-windows-server-2008-r2-launch-virtually/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 18:03:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Posts]]></category>

		<guid isPermaLink="false">http://www.robbagby.com/posts/watch-the-windows-7-windows-server-2008-r2-launch-virtually/</guid>
		
		<wfw:commentRss>http://www.robbagby.com/posts/watch-the-windows-7-windows-server-2008-r2-launch-virtually/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<description>Experience The New Efficiency Microsoft Launch Event Live from San Diego October 26th Virtually!     www.thenewefficiency.com/live
I, along with my teammates, will be delivering the Windows 7 / Windows Server 2008 R2 launch live from San Diego starting at 9am PDT October 26th. Now, you can view and download these 18 IT Professional [...]&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;img src="http://feeds.feedburner.com/~r/robbagby/~4/ePi-WjgypjU" height="1" width="1"/&gt;</description><feedburner:origLink>http://www.robbagby.com/posts/watch-the-windows-7-windows-server-2008-r2-launch-virtually/</feedburner:origLink></item>
		<item>
		<title>Visual Studio 2010 and .NET 4 Beta 2 – Available Today</title>
		<link>http://feedproxy.google.com/~r/robbagby/~3/Ux2PGt01s2Y/</link>
		<comments>http://www.robbagby.com/posts/visual-studio-2010-and-net-4-beta-2-available-today/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 16:31:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Posts]]></category>

		<guid isPermaLink="false">http://www.robbagby.com/posts/visual-studio-2010-and-net-4-beta-2-available-today/</guid>
		
		<wfw:commentRss>http://www.robbagby.com/posts/visual-studio-2010-and-net-4-beta-2-available-today/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<description>Today is a big day for developers.&amp;#160; We released Visual Studio 2010 and .NET 4 Beta 2 to MSDN Subscribers (it will be available generally on Microsoft.com later in the week).&amp;#160; 
 
Please visit the Visual Studio 2010 Beta 2 landing page here to download.
 
Happy coding…&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;img src="http://feeds.feedburner.com/~r/robbagby/~4/Ux2PGt01s2Y" height="1" width="1"/&gt;</description><feedburner:origLink>http://www.robbagby.com/posts/visual-studio-2010-and-net-4-beta-2-available-today/</feedburner:origLink></item>
		<item>
		<title>Patterns-Based Silverlight Development Blog / Screencast Series Index</title>
		<link>http://feedproxy.google.com/~r/robbagby/~3/pjtDkCFO9rQ/</link>
		<comments>http://www.robbagby.com/silverlight/patterns-based-silverlight-development-blog-screencast-series-index/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 23:16:00 +0000</pubDate>
		<dc:creator>RobBagby</dc:creator>
				<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Blog Series]]></category>
		<category><![CDATA[Index]]></category>
		<category><![CDATA[MVVM]]></category>
		<category><![CDATA[Patterns]]></category>
		<category><![CDATA[Pipeline]]></category>
		<category><![CDATA[Repository]]></category>
		<category><![CDATA[Screencast]]></category>

		<guid isPermaLink="false">http://www.robbagby.com/silverlight/patterns-based-silverlight-development-blog-screencast-series-index/</guid>
		
		<wfw:commentRss>http://www.robbagby.com/silverlight/patterns-based-silverlight-development-blog-screencast-series-index/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<description>I am in the midst of putting together a blog / screencast series illustrating developing Silverlight 3 application, taking advantage of various design patterns.&amp;#160; Some of the patterns we will cover are the Repository, the Pipeline, the Service Agent and Model View ViewModel.&amp;#160; I will be building a Sample HelpDesk Application along the way (see below).&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;img src="http://feeds.feedburner.com/~r/robbagby/~4/pjtDkCFO9rQ" height="1" width="1"/&gt;</description><feedburner:origLink>http://www.robbagby.com/silverlight/patterns-based-silverlight-development-blog-screencast-series-index/</feedburner:origLink></item>
		<item>
		<title>Patterns-Based Silverlight Development – Part III – Pipeline Pattern</title>
		<link>http://feedproxy.google.com/~r/robbagby/~3/EgUpNkaLY4k/</link>
		<comments>http://www.robbagby.com/posts/patterns-based-silverlight-development-part-iii-pipeline-pattern/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 21:48:51 +0000</pubDate>
		<dc:creator>RobBagby</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Patterns]]></category>

		<guid isPermaLink="false">http://www.robbagby.com/posts/patterns-based-silverlight-development-part-iii-pipeline-pattern/</guid>
		
		<wfw:commentRss>http://www.robbagby.com/posts/patterns-based-silverlight-development-part-iii-pipeline-pattern/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<description>In yesterday’s post, I build our Repository interface and the implementation, as well as added some server-side validation, following a simple pattern.&amp;#160; I also added a test project and wrote some tests to test the our validation logic.&amp;#160; In this post I will implement the Pipeline pattern.&amp;#160; I will then implement a fake repository and use it to test our Pipeline.&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;img src="http://feeds.feedburner.com/~r/robbagby/~4/EgUpNkaLY4k" height="1" width="1"/&gt;</description><feedburner:origLink>http://www.robbagby.com/posts/patterns-based-silverlight-development-part-iii-pipeline-pattern/</feedburner:origLink></item>
		<item>
		<title>Patterns-Based Silverlight Development – Part II – Repository and Validation</title>
		<link>http://feedproxy.google.com/~r/robbagby/~3/hjhf4cw88R4/</link>
		<comments>http://www.robbagby.com/silverlight/patterns-based-silverlight-development-part-ii-repository-and-validation/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 02:59:54 +0000</pubDate>
		<dc:creator>RobBagby</dc:creator>
				<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Patterns]]></category>
		<category><![CDATA[Repository]]></category>
		<category><![CDATA[Validation]]></category>

		<guid isPermaLink="false">http://www.robbagby.com/silverlight/patterns-based-silverlight-development-part-ii-repository-and-validation/</guid>
		
		<wfw:commentRss>http://www.robbagby.com/silverlight/patterns-based-silverlight-development-part-ii-repository-and-validation/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<description>Introduction
In this post I will provide a brief overview of the Repository pattern, implement a Repository in our sample application, establish our server-side validation and add our test project. 
&amp;#160;
Acknowledgements
Most of what you will see in this post follows very closely with the code ScottGu implemented in his NerdDinner tutorial.&amp;#160; In fact, I would highly [...]&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;img src="http://feeds.feedburner.com/~r/robbagby/~4/hjhf4cw88R4" height="1" width="1"/&gt;</description><feedburner:origLink>http://www.robbagby.com/silverlight/patterns-based-silverlight-development-part-ii-repository-and-validation/</feedburner:origLink></item>
		<item>
		<title>Patterns-Based Silverlight Development – Part I – Getting Started</title>
		<link>http://feedproxy.google.com/~r/robbagby/~3/-rWmednyh_4/</link>
		<comments>http://www.robbagby.com/silverlight/patterns-based-silverlight-development-part-i-getting-started/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 22:35:00 +0000</pubDate>
		<dc:creator>RobBagby</dc:creator>
				<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Design Patterns]]></category>
		<category><![CDATA[LINQ]]></category>
		<category><![CDATA[LINQ to SQL]]></category>
		<category><![CDATA[Serialization]]></category>
		<category><![CDATA[WCF]]></category>

		<guid isPermaLink="false">http://www.robbagby.com/silverlight/patterns-based-silverlight-development-part-i-getting-started/</guid>
		
		<wfw:commentRss>http://www.robbagby.com/silverlight/patterns-based-silverlight-development-part-i-getting-started/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<description>Introduction
During the summer I put together a session on Patterns-Based Silverlight Development that we delivered across the West Region as part of MSDN events.&amp;#160; The session was structured around building a Silverlight application from the ground up that illustrated the use of the following design patterns: 1) Repository, 2) Pipeline, 3) Service Agent and 4) [...]&lt;br/&gt;
&lt;br/&gt;
[[ This is a content summary only. Visit my website for full links, other content, and more! ]]&lt;img src="http://feeds.feedburner.com/~r/robbagby/~4/-rWmednyh_4" height="1" width="1"/&gt;</description><feedburner:origLink>http://www.robbagby.com/silverlight/patterns-based-silverlight-development-part-i-getting-started/</feedburner:origLink></item>
	</channel>
</rss>
