<?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.maordavid.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>maor.Blogging();</title>
	
	<link>http://blog.maordavid.com</link>
	<description>Maor's tech thoughts</description>
	<lastBuildDate>Thu, 15 Mar 2012 19:54:38 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.maordavid.com/maor" /><feedburner:info uri="maor" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Series of Posts on Azure Security</title>
		<link>http://feeds.maordavid.com/~r/maor/~3/8ZbSwXPxvzo/</link>
		<comments>http://blog.maordavid.com/series-of-posts-on-azure-security/#comments</comments>
		<pubDate>Thu, 15 Mar 2012 19:54:38 +0000</pubDate>
		<dc:creator>Maor David-Pur</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows Azure]]></category>

		<guid isPermaLink="false">http://blog.maordavid.com/series-of-posts-on-azure-security/</guid>
		<description><![CDATA[My colleague Bruce Kyle has put together a view into how you can secure your application in Windows Azure. He’s pulled together information from hundreds of pages to provide you with a how-to guide on developing your application in a secure way on Windows Azure. This six-part series describes the threats, how you can respond, [...]]]></description>
				<content:encoded><![CDATA[<p>My colleague Bruce Kyle has put together a view into how you can secure your application in <a href="http://windowsazure.com">Windows Azure</a>. He’s pulled together information from hundreds of pages to provide you with a how-to guide on developing your application in a secure way on Windows Azure.</p>
<p>This six-part series describes the threats, how you can respond, what processes you can put into place for the lifecycle of your application, and prescribes a way for you to implement best practices around the requirements of your application. I’ll also show ways for you to incorporate user identity and some of services Azure provides that will enable your users to access your cloud applications in new says.</p>
<p>At first, the steps may seem lengthy. But as you will find, Windows Azure shares the responsibility to help secure your application. By using Windows Azure platform, you are able to take a deeper look into your application and take steps to make your application more secure.</p>
<p>Here are the links to each part in this series:</p>
<p><a href="http://blogs.msdn.com/b/usisvde/archive/2012/03/07/windows-azure-security-best-practices-part-1-the-challenges-defense-in-depth.aspx">Part 1: The Challenges, Defense in Depth</a>. This post describes the threat landscape and introduces the plan for your application to employ <em>defense in depth</em> in partnership with Windows Azure.</p>
<p><a href="http://blogs.msdn.com/b/usisvde/archive/2012/03/08/windows-azure-security-best-practices-part-2-what-azure-provides-out-of-the-box.aspx">Part 2: What Azure Provides Out-of-the-Box</a>.This is an overview that security with Windows Azure is a shared responsibility, and Windows Azure provides your application with important security features. But then again, it also exposes other vulnerabilities that you should consider. In addition, I’ll explore how Microsoft approaches compliance.</p>
<p><a href="http://blogs.msdn.com/b/usisvde/archive/2012/03/09/windows-azure-security-best-practices-part-3-identifying-your-security-frame.aspx">Part 3: Identifying Your Security Frame</a>. This post explores how you can examine your application and identify attack surfaces. The idea of a <em>Security Frame</em> is a way for you to look at your application to determine treats and your responses, before you even begin coding. He point you to checklists that you can use when you are architecting your application.</p>
<p><a href="http://blogs.msdn.com/b/usisvde/archive/2012/03/12/windows-azure-security-best-practices-part-4-what-else-you-need-to-do.aspx">Part 4: What Else You Need to Do</a>. In addition to protecting your application from threats, there are additional steps you should take when you deploy your application. We provide a list of mitigations that you should employ in your application development and deployment.</p>
<p><a href="http://blogs.msdn.com/b/usisvde/archive/2012/03/13/windows-azure-security-best-practices-part-5-claims-based-identity-single-sign-on.aspx">Part 5: Claims-Based Identity, Single Sign On</a>. User identification represents the keys to accessing data and business processes in your application. In this section, I describe how you can separate user identity and the roles of your user out of your application and make it easier to create single sign on applications.</p>
<p><a href="http://blogs.msdn.com/b/usisvde/archive/2012/03/14/windows-azure-security-best-practices-part-6-how-azure-services-extends-your-app-security.aspx">Part 6: How Azure Services Extends Your App Security</a>. Finally, he shows how other services in Windows Azure provide secure identity mapping, messaging, and connection to on premises application. This section suggests how you can use Windows Azure Active Directory, Windows Azure Connect, and Service Bus for your cloud applications, on premises applications, and hybrid applications.</p>
<p><a href="http://blogs.msdn.com/b/usisvde/archive/2012/03/15/windows-azure-security-best-practices-part-7-tips-tools-coding-best-practices.aspx">Part 7: Tips, Tools, Coding Best Practices</a>. here are a few more items you should consider in securing your Windows Azure application. Here are some tools, coding tips, and best practices: running on the operating system, error handling, and how to access to Azure Storage</p>
<p>The intent of this series is to provide a context for you to learn more and empower you to write great applications for the public cloud.</p>
<p>Learn more at <a href="http://www.globalfoundationservices.com/security/">Global Foundation Services Online Security</a>. The Global Foundation Services team delivers trustworthy, available online services that create a competitive advantage for you and for Microsoft’s Windows Azure.</p>
<p><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://blog.maordavid.com/windows-azure-training-kit-updated-for-visual-studio-2010/" rel="bookmark" title="June 9, 2010">Windows Azure Training Kit Updated for Visual Studio 2010</a></li>
<li><a href="http://blog.maordavid.com/windows-azure-toolkit-for-windows-phone-7/" rel="bookmark" title="March 25, 2011">Windows Azure Toolkit for Windows Phone 7</a></li>
<li><a href="http://blog.maordavid.com/appfabric-identity-dallas-announced-at-pdc-09/" rel="bookmark" title="November 18, 2009">AppFabric, Identity, Dallas Announced at PDC 09</a></li>
<li><a href="http://blog.maordavid.com/data-security-on-windows-azure/" rel="bookmark" title="May 21, 2010">Data Security On Windows Azure</a></li>
<li><a href="http://blog.maordavid.com/the-windows-azure-platform-training-kit-december-update-available-for-download/" rel="bookmark" title="December 20, 2010">The Windows Azure Platform Training Kit December Update Available for Download</a></li>
</ul>
<p><!-- Similar Posts took 26.857 ms --></p>
<img src="http://feeds.feedburner.com/~r/maor/~4/8ZbSwXPxvzo" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.maordavid.com/series-of-posts-on-azure-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.maordavid.com/series-of-posts-on-azure-security/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=series-of-posts-on-azure-security</feedburner:origLink></item>
		<item>
		<title>Just Released: Windows Phone 7 Guidance – patterns &amp; practices</title>
		<link>http://feeds.maordavid.com/~r/maor/~3/P8yKbPxKIlg/</link>
		<comments>http://blog.maordavid.com/just-released-windows-phone-7-guidance-patterns-practices/#comments</comments>
		<pubDate>Wed, 22 Feb 2012 08:51:14 +0000</pubDate>
		<dc:creator>Maor David-Pur</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Patterns and Practices]]></category>
		<category><![CDATA[Windows Phone]]></category>

		<guid isPermaLink="false">http://blog.maordavid.com/just-released-windows-phone-7-guidance-patterns-practices/</guid>
		<description><![CDATA[Microsoft patterns &#38; practices is excited to announce the release of: A case study for Building Advanced Windows Phone Applications Building Testable Windows Phone Applications Developing a Windows Phone Application using the MVVM Pattern Resources: &#62;&#62; Go to Patterns &#38; Practices: Windows Phone Guidance Home on MSDN &#62;&#62; On Codeplex: http://wp7guide.codeplex.com Similar Posts: WPF Composite [...]]]></description>
				<content:encoded><![CDATA[<p><font color="#000000"><a href="http://assets.maordavid.com/blog/images/clip_image0011.jpg"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top: 0px; border-right: 0px; padding-top: 0px" title="clip_image001" border="0" alt="clip_image001" src="http://assets.maordavid.com/blog/images/clip_image001_thumb1.jpg" width="194" height="55" /></a></font></p>
<p><font color="#000000">Microsoft patterns &amp; practices is excited to announce the release of:</font></p>
<ul>
<li><font color="#000000">A case study for Building Advanced Windows Phone Applications</font></li>
<li><font color="#000000">Building Testable Windows Phone Applications</font></li>
<li><font color="#000000">Developing a Windows Phone Application using the MVVM Pattern</font></li>
</ul>
<h5><font color="#000000">Resources:</font></h5>
<h5><font style="font-weight: normal" color="#000000">&gt;&gt; Go to </font><a href="http://msdn.microsoft.com/en-us/library/gg477144.aspx">Patterns &amp; Practices: Windows Phone Guidance Home</a><font style="font-weight: normal" color="#000000"></font><font color="#000000"><font style="font-weight: normal"> on MSDN </font>      <br /><font style="font-weight: normal">&gt;&gt; On Codeplex: </font></font><a href="http://wp7guide.codeplex.com">http://wp7guide.codeplex.com</a><font style="font-weight: normal" color="#000000"></font></h5>
<p><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://blog.maordavid.com/wpf-composite-client/" rel="bookmark" title="October 30, 2007">WPF Composite Client</a></li>
<li><a href="http://blog.maordavid.com/windows-azure-toolkit-for-windows-phone-7/" rel="bookmark" title="March 25, 2011">Windows Azure Toolkit for Windows Phone 7</a></li>
<li><a href="http://blog.maordavid.com/windows-phone-mango-silverlight-developer-toolkit-released/" rel="bookmark" title="August 19, 2011">Windows Phone Mango Silverlight developer toolkit released</a></li>
<li><a href="http://blog.maordavid.com/my-article-at-patterns-and-practices-vsts-wiki/" rel="bookmark" title="May 17, 2007">My article at Patterns and Practices &#8211; VSTS Wiki</a></li>
<li><a href="http://blog.maordavid.com/data-security-on-windows-azure/" rel="bookmark" title="May 21, 2010">Data Security On Windows Azure</a></li>
</ul>
<p><!-- Similar Posts took 60.094 ms --></p>
<img src="http://feeds.feedburner.com/~r/maor/~4/P8yKbPxKIlg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.maordavid.com/just-released-windows-phone-7-guidance-patterns-practices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.maordavid.com/just-released-windows-phone-7-guidance-patterns-practices/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=just-released-windows-phone-7-guidance-patterns-practices</feedburner:origLink></item>
		<item>
		<title>Openness Update for Windows Azure</title>
		<link>http://feeds.maordavid.com/~r/maor/~3/Whk2fuMFB9o/</link>
		<comments>http://blog.maordavid.com/openness-update-for-windows-azure/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 21:30:21 +0000</pubDate>
		<dc:creator>Maor David-Pur</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Windows Azure]]></category>

		<guid isPermaLink="false">http://blog.maordavid.com/openness-update-for-windows-azure/</guid>
		<description><![CDATA[What an exiting release it is! The December release of Windows Azure brings many cool new features including extensive support of open source libraries like Node.js, MongoDB, Hadoop, Solr, Memcached. You can find an overview of the support was announced on Port 25 on Openness Update for Windows Azure. We understand that there are many [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://assets.maordavid.com/blog/images/windows_azure_small4.jpg"><img style="background-image: none; display: inline; float: left" title="windows_azure_small" border="0" alt="windows_azure_small" align="left" src="http://assets.maordavid.com/blog/images/windows_azure_small_thumb4.jpg" width="240" height="135" /></a>What an exiting release it is! The December release of Windows Azure brings many cool new features including extensive support of open source libraries like Node.js, MongoDB, Hadoop, Solr, Memcached.</p>
<p>You can find an overview of the support was announced on Port 25 on <a href="http://blogs.technet.com/b/port25/archive/2011/12/12/openness-update-for-windows-azure.aspx">Openness Update for Windows Azure</a>.</p>
<blockquote><p>We understand that there are many different technologies that developers may want to use to <a href="http://blogs.msdn.com/b/interoperability/archive/2011/06/23/building-java-applications-on-windows-azure-gets-easier-with-the-new-version-of-the-eclipse-plugin.aspx">build applications in the cloud</a>. Developers want to use the tools that best fit their experience, skills, and application requirements, and our goal is to enable that choice.</p>
<p>In keeping with that goal, we are extremely happy to be delivering new and improved experiences for <a href="http://blogs.msdn.com/b/port25/archive/2011/11/07/first-stable-build-of-nodejs-on-windows-released.aspx">Node.js</a>, MongoDB, <a href="http://blogs.msdn.com/b/port25/archive/2011/10/12/microsoft-hadoop-and-big-data.aspx">Hadoop</a>, Solr and Memcached on Windows Azure.</p>
</blockquote>
<p>&#160;</p>
<p>Here are the highlights of the announcements:</p>
<ul>
<ul>
<li>We are releasing the <a href="http://www.windowsazure.com/en-us/develop/nodejs/tutorials/getting-started/">Windows Azure SDK for Node.js</a> as open source, available <a href="https://github.com/WindowsAzure/azure-sdk-for-node">immediately</a> on Github. These libraries are the perfect complement to our recently announced <a href="http://blogs.msdn.com/b/interoperability/archive/2011/06/23/microsoft-working-with-joyent-and-the-node-community-to-bring-node-js-to-windows.aspx">contributions to Node.js</a> and provide a better Node.js experience on Windows Azure. Head to the <a href="http://www.windowsazure.com/en-us/develop/overview/">Windows Azure Developer Center</a> for documentation, tutorial, samples and how-to guides to get you started with Node.js on Windows Azure. </li>
<li>We will also be delivering the Node package manager for Windows (npm) code to allow use of npm on Windows for simpler and faster Node.js configuration and development. Windows developers can now use NPM to install Node modules and take advantage of its automated handling of module dependencies and other details. </li>
<li>To build on our recent <a href="http://www.microsoft.com/presspass/press/2011/oct11/10-12PASS1PR.mspx">announcement about Apache Hadoop</a>, we are making available a <i><a href="http://go.microsoft.com/fwlink/?LinkId=236482">limited preview</a></i> of the Apache Hadoop based distribution service on Windows Azure.&#160; This enables Hadoop apps to be deployed in hours instead of days, and includes Hadoop Javascript libraries and powerful insights on data through the ODBC driver and Excel plugin for Hive. <a href="http://blogs.msdn.com/b/windowsazure/archive/2011/05/17/how-to-deploy-a-hadoop-cluster-on-windows-azure.aspx">Read more</a> about this on the <a href="http://blogs.msdn.com/b/windowsazure/">Windows Azure team blog</a>. If you are interested in trying this preview, please complete the form <a href="http://connect.microsoft.com/SQLServer/Survey/Survey.aspx?SurveyID=13697">here</a>with details of your Big Data scenario.&#160; Microsoft will issue an access code to select customers based on usage scenarios. </li>
<li>For all of you NoSQL fans, we have been working closely with <a href="http://www.10gen.com/">10Gen</a> and the<a href="http://www.mongodb.org/">MongoDB</a> community in the past few months, and if you were at at <a href="http://www.10gen.com/events/mongosv-2011">MongoSV</a> last week you have already seen MongoDB running on Windows Azure. Head out to the<a href="http://blog.mongodb.org/post/13594969869/mongodb-on-microsoft-azure">10Gen website</a> to find downloads, documentation and other document-oriented goodies. If you’re using the popular combination of <a href="http://go.microsoft.com/fwlink/?LinkId=235929">Node.js and MongoDB</a>, a simple straightforward install process will get you started on Windows Azure. Learn more<a href="http://go.microsoft.com/fwlink/?LinkId=235929">here</a>. </li>
<li>For Java developers, take a look at the updated Java support, including a <a href="http://go.microsoft.com/fwlink/?LinkId=236079">new and revamped</a> <a href="http://go.microsoft.com/fwlink/?LinkId=236078">Eclipse plugin</a>. The new features are too many to list for this post, but you can count on a much better experience thanks to new and exciting functionality such as support for <a href="http://go.microsoft.com/fwlink/?LinkId=235088">sticky sessions</a> and configuration of <a href="http://go.microsoft.com/fwlink/?LinkId=235086">remote Java debugging</a>. Head over to the <a href="http://windowsazure.com/en-us/develop/java/">Windows Azure Developer Center</a> to learn more. </li>
<li>Does your application need advanced search capabilities? If so, the chances are you either use or are evaluating <a href="http://lucene.apache.org/solr/">Solr</a>, and so the good news for you is that we just released a set of <a href="http://go.microsoft.com/fwlink/?LinkId=235931">code tools</a> and <a href="http://go.microsoft.com/fwlink/?LinkId=235930">configuration guidelines</a> to get the most out of Solr running on Windows Azure. </li>
</ul>
</ul>
<p><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://blog.maordavid.com/windows-azure-121211-announcement/" rel="bookmark" title="December 13, 2011">Windows Azure 12/12/11 Announcement</a></li>
<li><a href="http://blog.maordavid.com/improved-developer-experience-interoperability-and-scalability-on-windows-azure/" rel="bookmark" title="December 13, 2011">Improved Developer Experience, Interoperability, and Scalability on Windows Azure</a></li>
<li><a href="http://blog.maordavid.com/windows-azure-toolkit-for-windows-phone-7/" rel="bookmark" title="March 25, 2011">Windows Azure Toolkit for Windows Phone 7</a></li>
<li><a href="http://blog.maordavid.com/introducing-windows-azure-appfabric-applications/" rel="bookmark" title="July 2, 2011">Introducing Windows Azure AppFabric Applications</a></li>
<li><a href="http://blog.maordavid.com/enterprise-library-integration-pack-for-windows-azure/" rel="bookmark" title="December 13, 2011">Enterprise Library Integration Pack for Windows Azure</a></li>
</ul>
<p><!-- Similar Posts took 78.864 ms --></p>
<img src="http://feeds.feedburner.com/~r/maor/~4/Whk2fuMFB9o" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.maordavid.com/openness-update-for-windows-azure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.maordavid.com/openness-update-for-windows-azure/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=openness-update-for-windows-azure</feedburner:origLink></item>
		<item>
		<title>Windows Azure 12/12/11 Announcement</title>
		<link>http://feeds.maordavid.com/~r/maor/~3/1UZDpykcLs8/</link>
		<comments>http://blog.maordavid.com/windows-azure-121211-announcement/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 19:54:18 +0000</pubDate>
		<dc:creator>Maor David-Pur</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Hadoop]]></category>
		<category><![CDATA[SQL Azure]]></category>
		<category><![CDATA[Windows Azure]]></category>

		<guid isPermaLink="false">http://blog.maordavid.com/windows-azure-121211-announcement/</guid>
		<description><![CDATA[Earlier yesterday, Microsoft announced a number of updates and improvements to Windows Azure that will help developers to more easily access Windows Azure and unlock the value of cloud computing as a development platform. Additionally, today, senior Microsoft leaders will participate in a broadcast event: Learn Windows Azure to demonstrate how easy it is for [...]]]></description>
				<content:encoded><![CDATA[<p><a href="http://assets.maordavid.com/blog/images/windows_azure_small3.jpg"><img style="background-image: none; border-bottom: 0px; border-left: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: left; border-top: 0px; border-right: 0px; padding-top: 0px" title="windows_azure_small" border="0" alt="windows_azure_small" align="left" src="http://assets.maordavid.com/blog/images/windows_azure_small_thumb3.jpg" width="240" height="135" /></a>Earlier yesterday, Microsoft announced a number of updates and improvements to Windows Azure that will help developers to more easily access Windows Azure and unlock the value of cloud computing as a development platform. </p>
<p>Additionally, today<i>, </i>senior Microsoft leaders will participate in a broadcast event: <a href="http://www.learnwindowsazureevent.com/">Learn Windows Azure</a> to demonstrate how easy it is for developers to get started with Windows Azure and show how to build scalable cloud applications using Visual Studio.&#160; The event includes a number of great hands-on demos as well.</p>
<p>In this release, we really focused on ease of use and creating more value for .NET developers as well as opening up new opportunities for open source developer to take advantage of Windows Azure.&#160; Among the highlights:</p>
<ul>
<li>New and Enhanced Open Source Software Experience-<strong>Windows Azure SDK for Node.JS</strong> makes Windows Azure a first-class environment for Node.JS developers that support hosting, storage, and service bus.</li>
<li>A new Hadoop Service Preview for Windows Azure brings Hadoop Big Data capabilities to Windows Azure and enables Hadoop apps to be deployed in hours instead of days.&#160; To gain greater insights on data (structured, semi-structured and unstructured data), Hadoop on Windows Azure will enable customers to analyze data through familiar tools such as Excel and Microsoft BI tools such as Power View and PowerPivot.</li>
<li>Increased SQL Azure maximum database sizes in SQL Azure (at no additional cost) and a new sharding pattern to simplifies elastic scale-out.</li>
<li>Price reductions per gigabyte SQL Azure databases storage </li>
</ul>
<p>You can find more details on the announcement <a href="http://blogs.msdn.com/b/windowsazure/archive/2011/12/12/improved-developer-experience-interoperability-and-scalability-on-windows-azure.aspx">here.</a></p>
<p><i></i></p>
<p><i>WHY DOES THIS RELEASE MATTER TO YOU?&#160; </i></p>
<p><i>About one year ago, I was working with an ISV who wanted to migrate their commercial application to Windows Azure but was concerned that SQL Server database schema they relied on was not available in SQL Azure at the time.&#160; With new SQL Azure sharding patterns, this partner’s concerns are being satisfied.&#160; I’ll look forward to following with that partner and talking and showing off our new capabilities.</i></p>
<p><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://blog.maordavid.com/openness-update-for-windows-azure/" rel="bookmark" title="December 16, 2011">Openness Update for Windows Azure</a></li>
<li><a href="http://blog.maordavid.com/improved-developer-experience-interoperability-and-scalability-on-windows-azure/" rel="bookmark" title="December 13, 2011">Improved Developer Experience, Interoperability, and Scalability on Windows Azure</a></li>
<li><a href="http://blog.maordavid.com/windows-azure-training-kit-updated-for-visual-studio-2010/" rel="bookmark" title="June 9, 2010">Windows Azure Training Kit Updated for Visual Studio 2010</a></li>
<li><a href="http://blog.maordavid.com/creating-and-executing-first-cloud-project-with-windows-azure/" rel="bookmark" title="February 2, 2009">Creating and Executing First Cloud Project With Windows Azure</a></li>
<li><a href="http://blog.maordavid.com/windows-azure-tools-developer-training-kits-updated/" rel="bookmark" title="August 18, 2011">Windows Azure Tools, Developer Training Kits Updated</a></li>
</ul>
<p><!-- Similar Posts took 53.787 ms --></p>
<img src="http://feeds.feedburner.com/~r/maor/~4/1UZDpykcLs8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.maordavid.com/windows-azure-121211-announcement/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.maordavid.com/windows-azure-121211-announcement/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=windows-azure-121211-announcement</feedburner:origLink></item>
		<item>
		<title>Enterprise Library Integration Pack for Windows Azure</title>
		<link>http://feeds.maordavid.com/~r/maor/~3/L1ydccoTfIU/</link>
		<comments>http://blog.maordavid.com/enterprise-library-integration-pack-for-windows-azure/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 10:46:54 +0000</pubDate>
		<dc:creator>Maor David-Pur</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Enterprise Library]]></category>
		<category><![CDATA[Windows Azure]]></category>

		<guid isPermaLink="false">http://blog.maordavid.com/enterprise-library-integration-pack-for-windows-azure/</guid>
		<description><![CDATA[Read the announcement here. For years the Enterprise Library application blocks have helped developers address the typical cross-cutting concerns of enterprise development (such as diagnostic logging, data validation, and exception handing). With over 3.5 million downloads, they take a prominent place in the toolbox of a modern .NET developer. The good news is that most [...]]]></description>
				<content:encoded><![CDATA[<h6><font size="2">Read the announcement <a href="http://blogs.msdn.com/b/agile/archive/2011/12/02/announcing-the-enterprise-library-integration-pack-for-windows-azure-with-autoscaling-transient-fault-handling-and-more.aspx">here</a>.</font></h6>
<p><a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-86-66-metablogapi/3884.ELAzure_5F00_logo_5F00_small_5F00_2.jpg"><img title="ELAzure_logo_small" border="0" alt="ELAzure_logo_small" align="left" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-00-86-66-metablogapi/5543.ELAzure_5F00_logo_5F00_small_5F00_thumb.jpg" width="240" height="99" /></a>For years the <a href="http://msdn.microsoft.com/entlib">Enterprise Library application blocks</a> have helped developers address the typical cross-cutting concerns of enterprise development (such as diagnostic logging, data validation, and exception handing). With over 3.5 million downloads, they take a prominent place in the toolbox of a modern .NET developer. The good news is that most of the Enterprise Library 5.0 application blocks <a href="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=wag&amp;DownloadId=111359">simply work on Windows Azure</a>. However, developing for the Windows Azure platform presents new challenges, including how to make applications more elastic (via autoscaling), and more stable and resilient to transient failures. The <i>Enterprise Library Integration Pack for Windows Azure</i> focuses on addressing these challenges. It provides reusable components and developer’s guidance designed to encapsulate recommended practices which facilitate consistency, ease of use, integration, extensibility, scalability and cost-effectiveness. Developers and IT professionals familiar with other Enterprise Library application blocks as well as those who are new to Enterprise Library will be able to benefit from the comprehensive set of content we are shipping today. You can pick and choose what matters to you and to your app, and adopt only those particular blocks/features.</p>
<h6>Highlights</h6>
<p>This release includes a comprehensive set of technical content, including:</p>
<ul>
<li>Two new application blocks:
<ul>
<li><b>Autoscaling Application Block</b> (&quot;<i>Wasabi</i>&quot;) to help you to automatically scale both web and worker roles in Windows Azure by dynamically provisioning/decommissioning roles or throttling. These scaling actions are based on timetables or on metrics collected from the application and/or Windows Azure Diagnostics. </li>
<li><b>Transient Fault Handling Application Block</b> (&quot;<i>Topaz</i>&quot;) to help you make your Windows Azure application more resilient to transient errors when you are using these cloud services: SQL Azure, Windows Azure Storage, Windows Azure Caching, and Windows Azure Service Bus. </li>
</ul>
</li>
<li>One new configuration source:
<ul>
<li><b>Blob configuration source</b> to load configuration information from a blob in your Azure Storage account so that you can modify it without having to redeploy your application to Windows Azure. </li>
</ul>
</li>
<li><b>Windows PowerShell cmdlets</b> to browse and manipulate the Autoscaling Application Block settings directly from Windows PowerShell. </li>
<li><b>Protected configuration provider</b> to allow you to encrypt sections of your configuration files in Windows Azure.<b></b> </li>
<li>Updated <b>database creation scripts</b> so that you can migrate your code using the database trace listeners of the Logging Application Block and the Caching Application Block. </li>
<li>A substantial collection of <b>experience guidance </b>help you ramp up quickly, including:
<ul>
<li><a href="http://go.microsoft.com/fwlink/?LinkID=234652">Reference documentation</a> </li>
<li><a href="http://go.microsoft.com/fwlink/?LinkID=234651">Developer’s guide</a> </li>
<li>Tailspin Surveys sample application (<a href="http://go.microsoft.com/fwlink/?LinkID=235133">reference implementation</a>, <a href="http://go.microsoft.com/fwlink/?LinkID=234660">installation guide</a>) </li>
<li>On-premises sample application for hosting the Autoscaling Application Block and exploratory testing (included with source under (install location)/WindowsAzure/Autoscaling/Hosts/ConsoleAutoscaler) </li>
<li><a href="http://entlib.codeplex.com/releases/view/75025#DownloadId=309240">Planning worksheet</a> for Wasabi to help you understand the interactions between different timing values governing the overall autoscaling regime. </li>
</ul>
</li>
</ul>
<p>For detailed change log from Beta to Final and installation instructions, see <a href="http://entlib.codeplex.com/wikipage?title=ELAzureReleaseNotes">Release Notes</a>.</p>
<h6>How to Get it?</h6>
<p>The recommended way to obtain the Enterprise Library Integration Pack for Windows Azure is as <a href="http://nuget.org/packages?q=elazure&amp;sortOrder=package-download-count">NuGet</a> packages. Alternatively, you can download self-extracting zip files with binaries, sources (including tests) and the reference implementation from <a href="http://www.microsoft.com/download/en/details.aspx?id=28189">MSDN</a>. The configuration tool is available as a Visual Studio extension package (VSIX) from the <a href="http://visualstudiogallery.msdn.microsoft.com/">Visual Studio Gallery</a>.</p>
<p><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://blog.maordavid.com/enterprise-library-3-1-released/" rel="bookmark" title="May 26, 2007">Enterprise Library 3.1 Released</a></li>
<li><a href="http://blog.maordavid.com/entlib-contrib-september-2007-release/" rel="bookmark" title="October 2, 2007">EntLib Contrib September 2007 Release</a></li>
<li><a href="http://blog.maordavid.com/windows-azure-drive-beta-released/" rel="bookmark" title="February 4, 2010">Windows Azure Drive Beta Released</a></li>
<li><a href="http://blog.maordavid.com/multi-tenant-architecture-windows-azure-platform/" rel="bookmark" title="September 1, 2009">Multi-Tenant Architecture @ Windows Azure Platform</a></li>
<li><a href="http://blog.maordavid.com/windows-azure-toolkit-for-windows-phone-7/" rel="bookmark" title="March 25, 2011">Windows Azure Toolkit for Windows Phone 7</a></li>
</ul>
<p><!-- Similar Posts took 56.930 ms --></p>
<img src="http://feeds.feedburner.com/~r/maor/~4/L1ydccoTfIU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.maordavid.com/enterprise-library-integration-pack-for-windows-azure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.maordavid.com/enterprise-library-integration-pack-for-windows-azure/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=enterprise-library-integration-pack-for-windows-azure</feedburner:origLink></item>
		<item>
		<title>Improved Developer Experience, Interoperability, and Scalability on Windows Azure</title>
		<link>http://feeds.maordavid.com/~r/maor/~3/O5EjjHWbwPs/</link>
		<comments>http://blog.maordavid.com/improved-developer-experience-interoperability-and-scalability-on-windows-azure/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 10:40:43 +0000</pubDate>
		<dc:creator>Maor David-Pur</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Windows Azure]]></category>

		<guid isPermaLink="false">http://blog.maordavid.com/improved-developer-experience-interoperability-and-scalability-on-windows-azure/</guid>
		<description><![CDATA[The Windows Azure team has announced multiple updates to Windows Azure that improve ease of use, interoperability, and overall value. From the post: Key Highlights: New Developer Experience and Enhanced Interoperability—Access to Windows Azure libraries for .NET, Java, and Node.js is now available under Apache 2 open source license and hosted on GitHub, a new [...]]]></description>
				<content:encoded><![CDATA[<p>The Windows Azure team <a href="http://blogs.msdn.com/b/windowsazure/archive/2011/12/12/improved-developer-experience-interoperability-and-scalability-on-windows-azure.aspx">has announced</a> multiple updates to <a href="http://www.windowsazure.com/en-us/?WT.mc=cmp_pst001_blg_post0017">Windows Azure</a> that improve ease of use, interoperability, and overall value.</p>
<p>From the <a href="http://blogs.msdn.com/b/windowsazure/archive/2011/12/12/improved-developer-experience-interoperability-and-scalability-on-windows-azure.aspx">post</a>:</p>
<blockquote><p>Key Highlights:</p>
<ul>
<li><b><i>New Developer Experience and Enhanced Interoperability</i></b>—Access to Windows Azure libraries for .NET, Java, and Node.js is now available under Apache 2 open source license and <a href="https://github.com/WindowsAzure">hosted on GitHub</a>, a new Windows Azure SDK for Node.js makes Windows Azure a first-class environment for Node applications, and a <i>limited </i><i>preview</i> of an Apache Hadoop based service for Windows Azure enables Hadoop apps to be deployed in hours instead of days. </li>
<li><b><i>Easier to Get Started and Simplified Subscription Management</i></b>—Revamped Dev Centers for multiple languages with helpful content and tutorials, a new sign-up process with spending caps makes sign-up simple, fast and ensures a completely free 90 day trial. View real-time usage and billing details directly from the Windows Azure Management Portal and see expected costs with a simplified pricing calculator. </li>
<li><b><i>Improved Database Scale</i></b>—Three times the maximum database size for SQL Azure (at no additional cost—details below), and SQL Azure Federation, a new sharding pattern that simplifies elastic scale-out. </li>
<li><b><i>Better Overall Value</i></b>—New price cap for the largest SQL Azure databases reduces effective price per gigabyte by 67 percent, Data Transfer prices in North America and Europe have been reduced by 25 percent, and Service Bus usage is now free through March 2012.</li>
</ul>
<p>Windows Azure is always evolving based on your feedback. We encourage you to take look at today’s updates and our pricing changes, attend tomorrow’s <a href="http://learnwindowsazureevent.com">Learn Windows Azure event</a> online, and let us know what you think by posting a comment on this post or talking to us on Twitter <a href="http://twitter.com/windowsazure">@WindowsAzure</a>. These are just <b>a few</b> of the highlights. See below for additional details</p>
</blockquote>
<p><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://blog.maordavid.com/windows-azure-121211-announcement/" rel="bookmark" title="December 13, 2011">Windows Azure 12/12/11 Announcement</a></li>
<li><a href="http://blog.maordavid.com/openness-update-for-windows-azure/" rel="bookmark" title="December 16, 2011">Openness Update for Windows Azure</a></li>
<li><a href="http://blog.maordavid.com/sql-azure-now-supports-database-copy/" rel="bookmark" title="August 25, 2010">SQL Azure Now Supports Database Copy</a></li>
<li><a href="http://blog.maordavid.com/windows-azure-training-kit-updated-for-visual-studio-2010/" rel="bookmark" title="June 9, 2010">Windows Azure Training Kit Updated for Visual Studio 2010</a></li>
<li><a href="http://blog.maordavid.com/updated-windows-azure-sdk-windows-azure-hpc-scheduler-sdk-available/" rel="bookmark" title="November 16, 2011">Updated Windows Azure SDK &amp; Windows Azure HPC Scheduler SDK Available</a></li>
</ul>
<p><!-- Similar Posts took 54.252 ms --></p>
<img src="http://feeds.feedburner.com/~r/maor/~4/O5EjjHWbwPs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.maordavid.com/improved-developer-experience-interoperability-and-scalability-on-windows-azure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.maordavid.com/improved-developer-experience-interoperability-and-scalability-on-windows-azure/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=improved-developer-experience-interoperability-and-scalability-on-windows-azure</feedburner:origLink></item>
		<item>
		<title>Silverlight 5 Released</title>
		<link>http://feeds.maordavid.com/~r/maor/~3/yLhRuNV5G8s/</link>
		<comments>http://blog.maordavid.com/silverlight-5-released/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 10:35:14 +0000</pubDate>
		<dc:creator>Maor David-Pur</dc:creator>
				<category><![CDATA[Platorm]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Silverlight 5]]></category>

		<guid isPermaLink="false">http://blog.maordavid.com/silverlight-5-released/</guid>
		<description><![CDATA[Silverlight 5 has been released. Silverlight 5 adds a ton of new features over what we had with Silverlight 4. Silverlight is part of a rich offering of technologies from Microsoft helping developers deliver applications for the web, desktop and mobile devices. Download Silverlight 5, a free plug-in less than 7 MB in size that [...]]]></description>
				<content:encoded><![CDATA[<p>Silverlight 5 has been <a href="http://blogs.msdn.com/b/silverlight/archive/2011/12/09/silverlight-5-available-for-download-today.aspx">released</a>.</p>
<p>Silverlight 5 adds a ton of new features over what we had with Silverlight 4. Silverlight is part of a rich offering of technologies from Microsoft helping developers deliver applications for the web, desktop and mobile devices. <a href="http://go.microsoft.com/fwlink/?LinkId=149156">Download Silverlight 5</a>, a free plug-in less than 7 MB in size that can be installed in less than 10 seconds.</p>
<p>New features in Silverlight 5 include Hardware Decode of H.264 media, which provides a significant performance improvement with decoding of unprotected content using the GPU; Postscript Vector Printing to improve output quality and file size; and an improved graphics stack with 3D support that uses the XNA API on the Windows platform to gain low-level access to the GPU for drawing vertex shaders and low-level 3D primitives. </p>
<p>In addition, Silverlight 5 extends the ‘Trusted Application’ model to the browser for the first time. These features, when enabled via a group policy registry key and an application certificate, mean users won’t need to leave the browser to perform complex tasks such as multiple window support, full trust support in browser including COM and file system access, in browser HTML hosting within Silverlight, and P/Invoke support for existing native code to be run directly from Silverlight.</p>
<p>For more information, visit the <a href="http://www.microsoft.com/silverlight/">Microsoft Silverlight site</a>. For additional information on support policy, visit <a href="http://support.microsoft.com/gp/lifean45">Microsoft Silverlight Support Lifecycle Policy</a>.</p>
<p><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://blog.maordavid.com/silverlight-5-rc-available-for-download/" rel="bookmark" title="September 6, 2011">Silverlight 5 RC Available for Download</a></li>
<li><a href="http://blog.maordavid.com/silverlight-3-beta/" rel="bookmark" title="March 21, 2009">Silverlight 3 Beta</a></li>
<li><a href="http://blog.maordavid.com/silverlight-4-officesharepoint-2010-beta-announced-at-pdc-09/" rel="bookmark" title="November 18, 2009">Silverlight 4, Office/Sharepoint 2010 Beta Announced at PDC 09</a></li>
<li><a href="http://blog.maordavid.com/multi-tenant-architecture-windows-azure-platform/" rel="bookmark" title="September 1, 2009">Multi-Tenant Architecture @ Windows Azure Platform</a></li>
<li><a href="http://blog.maordavid.com/virtual-team-system-user-group/" rel="bookmark" title="September 16, 2008">Virtual Team System User Group</a></li>
</ul>
<p><!-- Similar Posts took 25.166 ms --></p>
<img src="http://feeds.feedburner.com/~r/maor/~4/yLhRuNV5G8s" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.maordavid.com/silverlight-5-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.maordavid.com/silverlight-5-released/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=silverlight-5-released</feedburner:origLink></item>
		<item>
		<title>Learn Windows Azure Event</title>
		<link>http://feeds.maordavid.com/~r/maor/~3/C50lksxbhsU/</link>
		<comments>http://blog.maordavid.com/learn-windows-azure-event/#comments</comments>
		<pubDate>Tue, 13 Dec 2011 10:28:18 +0000</pubDate>
		<dc:creator>Maor David-Pur</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Events]]></category>
		<category><![CDATA[Windows Azure]]></category>

		<guid isPermaLink="false">http://blog.maordavid.com/learn-windows-azure-event/</guid>
		<description><![CDATA[Join us LIVE from the Microsoft Redmond Campus to learn how to get started building applications for the cloud from Microsoft technical leaders Scott Guthrie, Dave Campbell, and Mark Russinovich. The entire event is being streamed live by Channel 9. The event begins at 9 am Pacific (noon Eastern) on December 13. Register for Learn [...]]]></description>
				<content:encoded><![CDATA[<p>Join us LIVE from the Microsoft Redmond Campus to learn how to get started building applications for the cloud from Microsoft technical leaders Scott Guthrie, Dave Campbell, and Mark Russinovich.</p>
<p>The entire event is being streamed live by Channel 9. The event begins at 9 am Pacific (noon Eastern) on December 13.</p>
<p><a href="http://www.learnwindowsazureevent.com/">Register for Learn Windows Azure Event</a>.</p>
<p>The entire event will be streamed LIVE by Channel 9!</p>
<p><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://blog.maordavid.com/updated-windows-azure-sdk-windows-azure-hpc-scheduler-sdk-available/" rel="bookmark" title="November 16, 2011">Updated Windows Azure SDK &amp; Windows Azure HPC Scheduler SDK Available</a></li>
<li><a href="http://blog.maordavid.com/the-windows-azure-platform-training-kit-december-update-available-for-download/" rel="bookmark" title="December 20, 2010">The Windows Azure Platform Training Kit December Update Available for Download</a></li>
<li><a href="http://blog.maordavid.com/windows-azure-toolkit-for-windows-phone-7/" rel="bookmark" title="March 25, 2011">Windows Azure Toolkit for Windows Phone 7</a></li>
<li><a href="http://blog.maordavid.com/windows-azure-121211-announcement/" rel="bookmark" title="December 13, 2011">Windows Azure 12/12/11 Announcement</a></li>
<li><a href="http://blog.maordavid.com/windows-azure-training-kit-updated-for-visual-studio-2010/" rel="bookmark" title="June 9, 2010">Windows Azure Training Kit Updated for Visual Studio 2010</a></li>
</ul>
<p><!-- Similar Posts took 42.671 ms --></p>
<img src="http://feeds.feedburner.com/~r/maor/~4/C50lksxbhsU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.maordavid.com/learn-windows-azure-event/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.maordavid.com/learn-windows-azure-event/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=learn-windows-azure-event</feedburner:origLink></item>
		<item>
		<title>Updated Windows Azure SDK &amp; Windows Azure HPC Scheduler SDK Available</title>
		<link>http://feeds.maordavid.com/~r/maor/~3/b4lfVmKTmts/</link>
		<comments>http://blog.maordavid.com/updated-windows-azure-sdk-windows-azure-hpc-scheduler-sdk-available/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 22:31:53 +0000</pubDate>
		<dc:creator>Maor David-Pur</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Windows Azure]]></category>

		<guid isPermaLink="false">http://blog.maordavid.com/updated-windows-azure-sdk-windows-azure-hpc-scheduler-sdk-available/</guid>
		<description><![CDATA[You can read the official Windows Azure Blog post for full details. we are simplifying the development experience on Windows Azure with three updates—a new version of the Windows Azure SDK, a new Windows Azure HPC Scheduler SDK, and an updated Windows Azure Platform Training Kit.&#160; Whether you are already using Windows Azure or looking [...]]]></description>
				<content:encoded><![CDATA[<p>You can read the official <a href="http://blogs.msdn.com/b/windowsazure/archive/2011/11/14/updated-windows-azure-sdk-amp-windows-azure-hpc-scheduler-sdk.aspx">Windows Azure Blog post</a> for full details.</p>
<p>we are simplifying the development experience on Windows Azure with three updates—a new version of the Windows Azure SDK, a new Windows Azure HPC Scheduler SDK, and an updated Windows Azure Platform Training Kit.&#160; Whether you are already using Windows Azure or looking for the right moment to get started, these updates make it easier than ever to build applications on Windows Azure. </p>
<p>Highlights:</p>
<ul>
<li><b>Windows Azure SDK (November 2011</b>)—Multiple updates to the Windows Azure Tools for Visual Studio 2010 that simplify development, deployment, and management on Windows Azure. The full Windows Azure SDK can be downloaded via the Web Platform installer <a href="http://www.microsoft.com/web/gallery/install.aspx?appid=WindowsAzureToolsVS2010">here</a>. </li>
<li><b>Windows Azure HPC Scheduler SDK</b>— Works in conjunction with the Windows Azure SDK and includes modules and features to author high performance computing (HPC) applications that use large amounts of compute resources in parallel to complete work.&#160; The SDK is available <a href="http://msdn.microsoft.com/en-us/library/windowsazure/hh545593.aspx">here</a> for download. </li>
<li><b>Windows Azure Platform Training Kit</b>—Includes hands-on labs, demos, and presentations to help you learn how to build applications that use Windows Azure. Compatible with the new Windows Azure SDK and Windows Azure Tools for Visual Studio 2010. The training kit can be downloaded <a href="http://go.microsoft.com/fwlink/?LinkID=130354">here.</a> </li>
</ul>
<p>You can start building your application on it in 3 simple and easy to do steps:</p>
<p><b>1. Download the Tools:</b></p>
<p>Get Visual Studio Express and the Windows Azure Tools for Visual Studio to start building and debugging applications for the Windows Azure Platform at<a href="http://www.microsoft.com/windowsazure/sdk/">http://www.microsoft.com/windowsazure/sdk/</a>     <br />If you have already Visual Studio installed you can download the tools directly from<b><a href="http://tinyurl.com/toolsforazure">http://tinyurl.com/toolsforazure</a></b>.</p>
<p><b>2. Setup an Account:</b></p>
<p>Set up an account and obtain a <strong>free</strong> subscription for accessing the online portals for Windows Azure, SQL Azure and Windows Azure AppFabric. You can learn more about the accounts at<a href="http://www.microsoft.com/windowsazure/learn/get-started/">http://www.microsoft.com/windowsazure/learn/get-started/</a> or you can sign up directly and get the trial <b><a href="http://tinyurl.com/getazurefreetrial">http://tinyurl.com/getazurefreetrial</a></b>.</p>
<p><b>3. Create your First application and Deploy it on the Windows Azure Platform:</b></p>
<p>First learn how to create a simple ASP.NET application in Visual Studio for Windows Azure and deploy it on Windows Azure at <a href="http://www.microsoft.com/windowsazure/learn/tutorials/getting-started-web-tutorial/">http://www.microsoft.com/windowsazure/learn/tutorials/getting-started-web-tutorial/</a></p>
<p>When all steps are executed successfully you should have running your first application on the Windows Azure Platform.</p>
<p><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://blog.maordavid.com/windows-azure-tools-developer-training-kits-updated/" rel="bookmark" title="August 18, 2011">Windows Azure Tools, Developer Training Kits Updated</a></li>
<li><a href="http://blog.maordavid.com/windows-azure-training-kit-updated-for-visual-studio-2010/" rel="bookmark" title="June 9, 2010">Windows Azure Training Kit Updated for Visual Studio 2010</a></li>
<li><a href="http://blog.maordavid.com/the-windows-azure-platform-training-kit-december-update-available-for-download/" rel="bookmark" title="December 20, 2010">The Windows Azure Platform Training Kit December Update Available for Download</a></li>
<li><a href="http://blog.maordavid.com/azureupdated-sdk-and-tools-for-visual-studio-available-now/" rel="bookmark" title="January 16, 2009">Azure:Updated SDK and Tools for Visual Studio Available Now</a></li>
<li><a href="http://blog.maordavid.com/creating-and-executing-first-cloud-project-with-windows-azure/" rel="bookmark" title="February 2, 2009">Creating and Executing First Cloud Project With Windows Azure</a></li>
</ul>
<p><!-- Similar Posts took 22.516 ms --></p>
<img src="http://feeds.feedburner.com/~r/maor/~4/b4lfVmKTmts" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.maordavid.com/updated-windows-azure-sdk-windows-azure-hpc-scheduler-sdk-available/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://blog.maordavid.com/updated-windows-azure-sdk-windows-azure-hpc-scheduler-sdk-available/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=updated-windows-azure-sdk-windows-azure-hpc-scheduler-sdk-available</feedburner:origLink></item>
		<item>
		<title>Kinect for Windows Is Live</title>
		<link>http://feeds.maordavid.com/~r/maor/~3/aRlkK2QpSRk/</link>
		<comments>http://blog.maordavid.com/kinect-for-windows-is-live/#comments</comments>
		<pubDate>Sat, 05 Nov 2011 14:22:20 +0000</pubDate>
		<dc:creator>Maor David-Pur</dc:creator>
				<category><![CDATA[Platorm]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Kincect]]></category>

		<guid isPermaLink="false">http://blog.maordavid.com/kinect-for-windows-is-live/</guid>
		<description><![CDATA[The new website is now live: http://www.kinectforwindows.org Similar Posts: Learn Windows Azure Event Virtual Team System User Group Microsoft WebMatrix Virtual Team System User Group Watch PDC10, Live from the Redmond Campus, October 28 and 29]]></description>
				<content:encoded><![CDATA[<p>The new website is now live: <a href="http://www.kinectforwindows.org">http://www.kinectforwindows.org</a></p>
<p><strong>Similar Posts:</strong>
<ul class="similar-posts">
<li><a href="http://blog.maordavid.com/learn-windows-azure-event/" rel="bookmark" title="December 13, 2011">Learn Windows Azure Event</a></li>
<li><a href="http://blog.maordavid.com/virtual-team-system-user-group-2/" rel="bookmark" title="September 16, 2008">Virtual Team System User Group</a></li>
<li><a href="http://blog.maordavid.com/microsoft-webmatrix/" rel="bookmark" title="January 15, 2011">Microsoft WebMatrix</a></li>
<li><a href="http://blog.maordavid.com/virtual-team-system-user-group/" rel="bookmark" title="September 16, 2008">Virtual Team System User Group</a></li>
<li><a href="http://blog.maordavid.com/watch-pdc10-live-from-the-redmond-campus-october-28-and-29/" rel="bookmark" title="October 27, 2010">Watch PDC10, Live from the Redmond Campus, October 28 and 29</a></li>
</ul>
<p><!-- Similar Posts took 25.100 ms --></p>
<img src="http://feeds.feedburner.com/~r/maor/~4/aRlkK2QpSRk" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://blog.maordavid.com/kinect-for-windows-is-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://blog.maordavid.com/kinect-for-windows-is-live/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=kinect-for-windows-is-live</feedburner:origLink></item>
	</channel>
</rss>
