<?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.robbagby.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>Tue, 20 Oct 2009 15:29:04 +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.robbagby.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>Visual Studio 2010 and .NET 4 Beta 2 – Available Today</title>
		<link>http://feeds.robbagby.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>2</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://feeds.robbagby.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[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>1</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://feeds.robbagby.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>1</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://feeds.robbagby.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>0</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; 
&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://feeds.robbagby.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>0</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>
		<item>
		<title>Introducing Parallelism into your programs</title>
		<link>http://feeds.robbagby.com/~r/robbagby/~3/OoMZtjApj0E/</link>
		<comments>http://www.robbagby.com/posts/introducing-parallelism-into-your-programs/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 23:16:12 +0000</pubDate>
		<dc:creator>RobBagby</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[Launch]]></category>
		<category><![CDATA[Parallelism]]></category>

		<guid isPermaLink="false">http://www.robbagby.com/posts/introducing-parallelism-into-your-programs/</guid>
		
		<wfw:commentRss>http://www.robbagby.com/posts/introducing-parallelism-into-your-programs/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<description>Overview 
A little over a month ago, I volunteered to develop a session for the Windows 7 / Windows Server R2 launches that are being delivered across the country and beyond&amp;#160; The session I worked on I affectionately call “An Introduction to Parallel Programming”.&amp;#160; In that session I wanted to illustrate various approaches you can take when introducing parallelism to your applications: 1) Fine-grained parallelism, 2) Structured parallelism&amp;#160; and 3) PLINQ. 
The approach I chose was to start with an a sequential application and parallelize it using each of the 3 approaches.&amp;#160; The application I wrote simply creates a thumbnail image for every image in a specific directory.&amp;#160; This post provides a link to a screencast I did on this subject, provides a brief overview of each approach and illustrates how my sample program looks with each approach.&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/OoMZtjApj0E" height="1" width="1"/&gt;</description><feedburner:origLink>http://www.robbagby.com/posts/introducing-parallelism-into-your-programs/</feedburner:origLink></item>
		<item>
		<title>Taking My Medicine</title>
		<link>http://feeds.robbagby.com/~r/robbagby/~3/2pcoZ_7dGFM/</link>
		<comments>http://www.robbagby.com/posts/taking-my-medicine/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 06:22:00 +0000</pubDate>
		<dc:creator>RobBagby</dc:creator>
				<category><![CDATA[Posts]]></category>
		<category><![CDATA[funny]]></category>

		<guid isPermaLink="false">http://www.robbagby.com/posts/taking-my-medicine/</guid>
		
		<wfw:commentRss>http://www.robbagby.com/posts/taking-my-medicine/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<description>I woke up this morning from a terrible dream.&amp;#160; A dream where I had punted a presentation in front of all of my peers.&amp;#160; Laying there in bed, I started thinking to myself ‘how could I punt a presentation?&amp;#160; I’ve done hundreds of presentations in front of tens of thousands of people.&amp;#160; It must have been a dream’.&amp;#160; Or was it?&amp;#160; I crawled out of bed, walked across the hall into the office and cracked open my laptop.&amp;#160; Much to my dismay, when I looked down, there it was.&amp;#160; The residue from a single tear.&amp;#160; Not just any tear.&amp;#160; The presenters tear.&amp;#160; The purest of all tears.&amp;#160; A tear that can only be shed after punting a presentation in front of one’s peers.  
Here is my story…&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/2pcoZ_7dGFM" height="1" width="1"/&gt;</description><feedburner:origLink>http://www.robbagby.com/posts/taking-my-medicine/</feedburner:origLink></item>
		<item>
		<title>Working with Azure Table Storage from PHP</title>
		<link>http://feeds.robbagby.com/~r/robbagby/~3/OBNUtfi7Imw/</link>
		<comments>http://www.robbagby.com/php/working-with-azure-table-storage-from-php/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 18:26:47 +0000</pubDate>
		<dc:creator>RobBagby</dc:creator>
				<category><![CDATA[Azure]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Azure Table Storage]]></category>
		<category><![CDATA[Interop]]></category>

		<guid isPermaLink="false">http://www.robbagby.com/?p=15</guid>
		
		<wfw:commentRss>http://www.robbagby.com/php/working-with-azure-table-storage-from-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<description>Introduction  
Windows Azure Table Storage is a non-relational structured storage system in the cloud that offers massive scalability, durability and high availability.&amp;#160; The service is exposed with a RESTful API.&amp;#160; As such, it is easily consumable from a variety of platforms, including PHP.&amp;#160; In this post, I will illustrate how to consume Azure Table Storage via the RESTful API.&amp;#160; It is important to note that on July 31, 2009 we will reach Milestone 2 on the PHP SDK for Windows Azure.&amp;#160; Milestone 2 focuses on support for Azure Table Storage.&amp;#160; Accordingly, in all of the code you see in this blog post and the accompanying screencasts (Part I and Part II) illustrate accessing Azure Table Storage the “hard way”.&amp;#160; Much of the work I had to do by hand in the accompanying example here will be taken care of for you by the SDK.&amp;#160; That said, let’s dig in…&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/OBNUtfi7Imw" height="1" width="1"/&gt;</description><feedburner:origLink>http://www.robbagby.com/php/working-with-azure-table-storage-from-php/</feedburner:origLink></item>
		<item>
		<title>Hosting a PHP Application in Windows Azure</title>
		<link>http://feeds.robbagby.com/~r/robbagby/~3/6xhFNYdq764/</link>
		<comments>http://www.robbagby.com/php/hosting-a-php-application-in-windows-azure/#comments</comments>
		<pubDate>Wed, 08 Jul 2009 05:53:00 +0000</pubDate>
		<dc:creator>RobBagby</dc:creator>
				<category><![CDATA[Azure]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Interop]]></category>

		<guid isPermaLink="false">http://www.robbagby.com/php/hosting-a-php-application-in-windows-azure/</guid>
		
		<wfw:commentRss>http://www.robbagby.com/php/hosting-a-php-application-in-windows-azure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<description>Introduction  
At MIX ‘09 we (Microsoft) announced support for FastCGI in Windows Azure.&amp;#160; FastCGI allows us to host applications like PHP both safely and performantly (warning – performantly is not a real word).&amp;#160; In this post, I will begin with a very brief overview of what Windows Azure is and why you might consider hosting your PHP apps on Windows Azure.&amp;#160; I will then provide you with a couple of resources that you can use to easily publish your PHP application to Windows Azure, including a link to a screencast I created that illustrates just how to publish a PHP application to Windows 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/6xhFNYdq764" height="1" width="1"/&gt;</description><feedburner:origLink>http://www.robbagby.com/php/hosting-a-php-application-in-windows-azure/</feedburner:origLink></item>
		<item>
		<title>PHP and IIS: Running PHP under Fast CGI and Url Rewriting</title>
		<link>http://feeds.robbagby.com/~r/robbagby/~3/uH62AX1m5yE/</link>
		<comments>http://www.robbagby.com/php/php-and-iis-running-php-under-fast-cgi-and-url-rewriting/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 03:23:00 +0000</pubDate>
		<dc:creator>RobBagby</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[Interop]]></category>

		<guid isPermaLink="false">http://www.robbagby.com/php/php-and-iis-running-php-under-fast-cgi-and-url-rewriting/</guid>
		
		<wfw:commentRss>http://www.robbagby.com/php/php-and-iis-running-php-under-fast-cgi-and-url-rewriting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<description>Introduction  
You can run PHP (as well as other CGI apps) on IIS7 with high performance and reliability thanks to FastCGI.&amp;#160; CGI is a protocol that defines how web servers launch an executable resulting from a request, pass it arguments and return the dynamic response.&amp;#160; You have been able to host CGI applications in IIS in the past, however there have been challenges prior to FastCGI.&amp;#160; As it turns out, the challenge is that there are certain modules (in PHP, for instance) that are not thread safe.&amp;#160; For that reason, IIS traditionally spun up a new process for each request.&amp;#160; This provided the reliability necessary in the face of non-thread-safe modules.&amp;#160; However, the performance suffered due to the cost of spinning up all of these processes.&amp;#160; Enter FastCGI.&amp;#160; It guarantees that each process will handle 1 request at a time (providing the reliability), but it allows for process reuse by maintaining a pool of processes.&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/uH62AX1m5yE" height="1" width="1"/&gt;</description><feedburner:origLink>http://www.robbagby.com/php/php-and-iis-running-php-under-fast-cgi-and-url-rewriting/</feedburner:origLink></item>
		<item>
		<title>Azure Application Part 3: Expose (REST) Web Service And Consume in Silverlight</title>
		<link>http://feeds.robbagby.com/~r/robbagby/~3/QfXu9KGmPMQ/</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>
		
		<wfw:commentRss>http://www.robbagby.com/azure/azure-application-part-3-expose-rest-web-service-and-consume-in-silverlight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<description>This is part 3 in this series where I am building an Azure shopping cart application from the ground up.&amp;#160; In this post, I will create a RESTful service using WCF and host it in Windows Azure.&amp;#160; This service will source it’s data from Azure Table Storage.&amp;#160; I will then illustrate how to consume this service from a Silverlight component hosted in Windows Azure.&amp;#160; Giddyup.  
(In part 2 I illustrated how to set up and access Azure Table Storage in both the development environment, as well as in the cloud.&amp;#160; I created a Wine table, added a few entities and retrieved them both locally and from the cloud.&amp;#160; I did all this taking advantage of the ADO.NET Data Services .NET Client Library and the StorageClient sample application.)&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/QfXu9KGmPMQ" height="1" width="1"/&gt;</description><feedburner:origLink>http://www.robbagby.com/azure/azure-application-part-3-expose-rest-web-service-and-consume-in-silverlight/</feedburner:origLink></item>
		<item>
		<title>Azure Application Part 2: Access Azure Table Storage</title>
		<link>http://feeds.robbagby.com/~r/robbagby/~3/iSkq6fSjRFw/</link>
		<comments>http://www.robbagby.com/azure/azure-application-part-2-access-azure-table-storage/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 20:08:00 +0000</pubDate>
		<dc:creator>RobBagby</dc:creator>
				<category><![CDATA[Azure]]></category>
		<category><![CDATA[Azure Table Storage]]></category>

		<guid isPermaLink="false">http://www.robbagby.com/azure/azure-application-part-2-access-azure-table-storage/</guid>
		
		<wfw:commentRss>http://www.robbagby.com/azure/azure-application-part-2-access-azure-table-storage/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<description>This is part 2 in this series where I am building an Azure shopping cart application from the ground up.&amp;#160; In this post, I will create a simplified ASP.NET version of the wine catalog.&amp;#160; We will create a table in developer storage (the local version of Azure Storage) to store our wines and write 2 web pages: 1 to view all wines and another to add a wine.&amp;#160; We will then access the same table in the cloud in Azure Table Storage.  
(In part 1 I prepared my environment by setting up my development environment, creating a Windows Azure Account and creating a Hosted Service account.&amp;#160; I then created a Web Cloud Service project in Visual Studio and wrote a very simple “Hello, World” example.&amp;#160; I ran this sample locally and debugged it.&amp;#160; I then deployed it to the cloud.)&amp;#160;&amp;#160; &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/iSkq6fSjRFw" height="1" width="1"/&gt;</description><feedburner:origLink>http://www.robbagby.com/azure/azure-application-part-2-access-azure-table-storage/</feedburner:origLink></item>
		<item>
		<title>Azure Application Part 1: Setup and running “Hello World”</title>
		<link>http://feeds.robbagby.com/~r/robbagby/~3/ySmnajFl27s/</link>
		<comments>http://www.robbagby.com/azure/azure-application-part-1-setup-and-running-hello-world/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 07:00:00 +0000</pubDate>
		<dc:creator>RobBagby</dc:creator>
				<category><![CDATA[Azure]]></category>
		<category><![CDATA[Screencast]]></category>

		<guid isPermaLink="false">http://www.robbagby.com/azure/azure-application-part-1-setup-and-running-hello-world/</guid>
		
		<wfw:commentRss>http://www.robbagby.com/azure/azure-application-part-1-setup-and-running-hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<description>This is part 1 in this series where I am building an Azure shopping cart application from the ground up.&amp;#160; In this post, I will illustrate how to setup your development environment, setup your Azure Services Developer Portal, including the process of requesting a token.&amp;#160; I will then build out a simple hello world example, run it in the development fabric, debug it and finally publish it to the cloud.&amp;#160; If you are already familiar with these topics and are already set up, please feel free to go directly to part II (if it is published).&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/ySmnajFl27s" height="1" width="1"/&gt;</description><feedburner:origLink>http://www.robbagby.com/azure/azure-application-part-1-setup-and-running-hello-world/</feedburner:origLink></item>
		<item>
		<title>Building An Azure Application From The Ground Up</title>
		<link>http://feeds.robbagby.com/~r/robbagby/~3/aENF3_ymgtY/</link>
		<comments>http://www.robbagby.com/azure/building-an-azure-application-from-the-ground-up/#comments</comments>
		<pubDate>Fri, 10 Apr 2009 06:22:00 +0000</pubDate>
		<dc:creator>RobBagby</dc:creator>
				<category><![CDATA[Azure]]></category>
		<category><![CDATA[Screencast]]></category>

		<guid isPermaLink="false">http://www.robbagby.com/azure/building-an-azure-application-from-the-ground-up/</guid>
		
		<wfw:commentRss>http://www.robbagby.com/azure/building-an-azure-application-from-the-ground-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<description>I have decided to start a multi-part blog/screencast series on developing an Azure application from the ground up.&amp;#160; There are 2 approaches one can take here: 1) Write the completed application first and then break it down into consumable pieces, with each piece becoming a blog post and/or screencast or 2) Write the application as you go along.&amp;#160; I am going to use a hybrid approach.&amp;#160; I have started an application, but will be adding and changing pieces as I move along.&amp;#160; Part of my reasoning is that, at the time of writing this post, not all of the Azure services are available, the most interesting of which is the new implementation of SDS (See Nigel Ellis’ MIX Session for more information).&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/aENF3_ymgtY" height="1" width="1"/&gt;</description><feedburner:origLink>http://www.robbagby.com/azure/building-an-azure-application-from-the-ground-up/</feedburner:origLink></item>
		<item>
		<title>Azure Table Storage, the REST and ADO.NET Data Services Story</title>
		<link>http://feeds.robbagby.com/~r/robbagby/~3/Xlkn9ubdQQs/</link>
		<comments>http://www.robbagby.com/azure/azure-table-storage-the-rest-and-ado-net-data-services-story/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 08:14:00 +0000</pubDate>
		<dc:creator>RobBagby</dc:creator>
				<category><![CDATA[Azure]]></category>
		<category><![CDATA[Screencast]]></category>

		<guid isPermaLink="false">http://www.robbagby.com/azure/azure-table-storage-the-rest-and-ado-net-data-services-story/</guid>
		
		<wfw:commentRss>http://www.robbagby.com/azure/azure-table-storage-the-rest-and-ado-net-data-services-story/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<description>Azure Table Storage is exposed via ADO.NET Data Services.&amp;#160; What the heck does that mean?&amp;#160; In this post, I will do my best to answer that question.&amp;#160; I will start with a brief overview of REST, the architectural style underlying ADO.NET Data Services.&amp;#160; As part of that topic, I will illustrate all we are doing when accessing Table Storage is issuing REST calls.&amp;#160; I will then discuss the role ADO.NET Data Services plays, as well as the role of the StorageClient sample application.&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/Xlkn9ubdQQs" height="1" width="1"/&gt;</description><feedburner:origLink>http://www.robbagby.com/azure/azure-table-storage-the-rest-and-ado-net-data-services-story/</feedburner:origLink></item>
	</channel>
</rss>
