<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Wely&#039;s Cloud Journey...</title>
	<link>http://wely-lau.net</link>
	<description>A Wordpress Blog, Running on Windows Azure Platform</description>
	<lastBuildDate>Fri, 18 May 2012 07:25:16 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.1" -->

	<item>
		<title>Managing session state in Windows Azure: What are the options?</title>
		<description><![CDATA[One of the most common questions in developing ASP.NET applications on Windows Azure is how to manage session state. The intention of this article is to discuss several options to manage session state for ASP.NET applications in Windows Azure. What is session state? Session state is usually used to store and retrieve values for a [...]]]></description>
		<link>http://wely-lau.net/2012/05/18/managing-session-state-in-windows-azure-what-are-the-options/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=managing-session-state-in-windows-azure-what-are-the-options</link>
			</item>
	<item>
		<title>An Introduction to Windows Azure (Part 2)</title>
		<description><![CDATA[This is the second article of a two-part introduction to Windows Azure. In Part 1, I discussed the Windows Azure data centers and examined the core services that Windows Azure offers. In this article, I will explore additional services available as part of Windows Azure which enable customers to build richer, more powerful applications. Additional [...]]]></description>
		<link>http://wely-lau.net/2012/05/10/an-introduction-to-windows-azure-part-2/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=an-introduction-to-windows-azure-part-2</link>
			</item>
	<item>
		<title>Editing your XML documents with Liquid XML Studio</title>
		<description><![CDATA[2012-05-04 03:18:38]]></description>
		<link>http://wely-lau.net/2012/05/04/editing-your-xml-documents-with-liquid-xml-studio/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=editing-your-xml-documents-with-liquid-xml-studio</link>
			</item>
	<item>
		<title>An Introduction to Windows Azure (Part 1)</title>
		<description><![CDATA[Windows Azure is the Microsoft cloud computing platform which enables developers to quickly develop, deploy, and manage their applications hosted in a Microsoft data center. As a PAAS provider, Windows Azure not only takes care of the infrastructure, but will also help to manage higher level components including operating systems, runtimes, and middleware. This article [...]]]></description>
		<link>http://wely-lau.net/2012/05/01/an-introduction-to-windows-azure-part-1/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=an-introduction-to-windows-azure-part-1</link>
			</item>
	<item>
		<title>Comparing IAAS and PAAS: A Developer&#8217;s Perspective</title>
		<description><![CDATA[In my previous article, I discussed the basic concepts behind Cloud Computing including definitions, characteristics, and various service models. In this article I will discuss service models in more detail, and in particular the comparison between IAAS and PAAS from a developer’s standpoint. I’m using two giant cloud players for illustrative purposes: Amazon Web Service [...]]]></description>
		<link>http://wely-lau.net/2012/04/16/comparing-iaas-and-paas-a-developers-perspective/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=comparing-iaas-and-paas-a-developers-perspective</link>
			</item>
	<item>
		<title>A Comprehensive Introduction to Cloud Computing</title>
		<description><![CDATA[Introduction I’m aware that there many cloud computing introductory articles or papers out there, so why am I writing another one? As this my first article at A Cloudy Place, I’d like to start at the beginning and take a new approach to explain the cloud. Would you rather buy or rent a car? The [...]]]></description>
		<link>http://wely-lau.net/2012/03/29/a-comprehensive-introduction-to-cloud-computing/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=a-comprehensive-introduction-to-cloud-computing</link>
			</item>
	<item>
		<title>Applying Config Transformation app.config in Windows Azure Worker Role</title>
		<description><![CDATA[Background In many cases, we need to have two different set of configuration settings (let say: one for development environment and another one for production environment). What we normally do is to change the setting one by one manually before deploying to production server and change them back again to development. This is very annoying [...]]]></description>
		<link>http://wely-lau.net/2012/03/14/applying-config-transformation-app-config-in-windows-azure-worker-role/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=applying-config-transformation-app-config-in-windows-azure-worker-role</link>
			</item>
	<item>
		<title>Uploading Big Files in Windows Azure Blob Storage using PutListBlock</title>
		<description><![CDATA[Windows Azure Blob Storage could be analogized as file-system on the cloud. It enables us to store any unstructured data file such as text, images, video, etc. In this post, I will show how to upload big file into Windows Azure Storage. Please be inform that we will be using Block Blob for this case. [...]]]></description>
		<link>http://wely-lau.net/2012/02/26/uploading-big-files-in-windows-azure-blob-storage-with-putlistblock/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=uploading-big-files-in-windows-azure-blob-storage-with-putlistblock</link>
			</item>
	<item>
		<title>Uploading File Securely to Windows Azure Blob Storage with Shared Access Signature via REST-API</title>
		<description><![CDATA[In many scenario, you would need to give somebody an access (regardless write, read, etc.) but you don’t want to give him / her full permission. Wouldn’t also be great if you could control the access on certain time frame. The “somebody” could be person or system that use various different platform other than .NET. [...]]]></description>
		<link>http://wely-lau.net/2012/01/10/uploading-file-securely-to-windows-azure-blob-storage-with-shared-access-signature-via-rest-api/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=uploading-file-securely-to-windows-azure-blob-storage-with-shared-access-signature-via-rest-api</link>
			</item>
	<item>
		<title>&#8220;A Cloudy Place&#8221;&#8211; Blogging About Cloud Computing</title>
		<description><![CDATA[I am glad to share that “a cloudy place” blog is finally up here: http://acloudyplace.com What is “a cloudy place”? A centralized blog focused on cloud technology exclusively for developers. If you’ve heard about SQL Server Central, it’s somewhat similar but focus on cloud computing. You can find topics such as general cloud info, Amazon [...]]]></description>
		<link>http://wely-lau.net/2011/12/29/a-cloudy-place-blogging-about-cloud-computing/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=a-cloudy-place-blogging-about-cloud-computing</link>
			</item>
</channel>
</rss>

