<?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>Demystifying The Code &#187; Silverlight</title>
	<atom:link href="http://www.robbagby.com/category/silverlight/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.robbagby.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 27 Oct 2011 07:46:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Patterns-Based Silverlight Development Blog / Screencast Series Index</title>
		<link>http://www.robbagby.com/silverlight/patterns-based-silverlight-development-blog-screencast-series-index/</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[Screencast]]></category>

		<guid isPermaLink="false">http://www.robbagby.com/silverlight/patterns-based-silverlight-development-blog-screencast-series-index/</guid>
		<description><![CDATA[<p>I am in the midst of putting together a blog / screencast series illustrating developing Silverlight 3 application, taking advantage of various design patterns.&#160; Some of the patterns we will cover are the Repository, the Pipeline, the Service Agent and Model View ViewModel.&#160; I will be building a Sample HelpDesk Application along the way (see below).</p>]]></description>
		<wfw:commentRss>http://www.robbagby.com/silverlight/patterns-based-silverlight-development-blog-screencast-series-index/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Patterns-Based Silverlight Development &#8211; Part III &#8211; Pipeline Pattern</title>
		<link>http://www.robbagby.com/posts/patterns-based-silverlight-development-part-iii-pipeline-pattern/</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>
		<description><![CDATA[<p>In <a href="http://www.robbagby.com/silverlight/patterns-based-silverlight-development-part-ii-repository-and-validation/">yesterday’s post</a>, I build our Repository interface and the implementation, as well as added some server-side validation, following a simple pattern.&#160; I also added a test project and wrote some tests to test the our validation logic.&#160; In this post I will implement the Pipeline pattern.&#160; I will then implement a fake repository and use it to test our Pipeline.</p>  ]]></description>
		<wfw:commentRss>http://www.robbagby.com/posts/patterns-based-silverlight-development-part-iii-pipeline-pattern/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Patterns-Based Silverlight Development &#8211; Part II &#8211; Repository and Validation</title>
		<link>http://www.robbagby.com/silverlight/patterns-based-silverlight-development-part-ii-repository-and-validation/</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>
		<description><![CDATA[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.&#160; 
&#160;
Acknowledgements
Most of what you will see in this post follows very closely with the code ScottGu implemented in his NerdDinner tutorial.&#160; In fact, I would highly [...]]]></description>
		<wfw:commentRss>http://www.robbagby.com/silverlight/patterns-based-silverlight-development-part-ii-repository-and-validation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Patterns-Based Silverlight Development &#8211; Part I &#8211; Getting Started</title>
		<link>http://www.robbagby.com/silverlight/patterns-based-silverlight-development-part-i-getting-started/</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>
		<description><![CDATA[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.&#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) [...]]]></description>
		<wfw:commentRss>http://www.robbagby.com/silverlight/patterns-based-silverlight-development-part-i-getting-started/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Azure Application Part 3: Expose (REST) Web Service And Consume in Silverlight</title>
		<link>http://www.robbagby.com/azure/azure-application-part-3-expose-rest-web-service-and-consume-in-silverlight/</link>
		<comments>http://www.robbagby.com/azure/azure-application-part-3-expose-rest-web-service-and-consume-in-silverlight/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 02:14:00 +0000</pubDate>
		<dc:creator>RobBagby</dc:creator>
				<category><![CDATA[Azure]]></category>
		<category><![CDATA[REST]]></category>
		<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://www.robbagby.com/azure/azure-application-part-3-expose-rest-web-service-and-consume-in-silverlight/</guid>
		<description><![CDATA[<p>This is part 3 in this series where I am building an Azure shopping cart application from the ground up.&#160; In this post, I will create a RESTful service using WCF and host it in Windows Azure.&#160; This service will source it’s data from Azure Table Storage.&#160; I will then illustrate how to consume this service from a Silverlight component hosted in Windows Azure.&#160; Giddyup.</p>  <p><em>(In <strong>part 2</strong> I illustrated how to set up and access Azure Table Storage in both the development environment, as well as in the cloud.&#160; I created a Wine table, added a few entities and retrieved them both locally and from the cloud.&#160; I did all this taking advantage of the ADO.NET Data Services .NET Client Library and the StorageClient sample application.)</em></p>]]></description>
		<wfw:commentRss>http://www.robbagby.com/azure/azure-application-part-3-expose-rest-web-service-and-consume-in-silverlight/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
