I’d like to share the article that I recently wrote with my friend and colleague Bruno Terkaly for the MSDN Magazine Windows 8 special edition. We show how easy it is to write and host a REST enabled Service in Windows Azure, supporting Windows 8 applications making asynchronous calls to retrieve data. It can be found here. I hope you find it helpful.
Similar Posts
Mark your calendars! Windows Azure OSS Summit in Argentina, March 2013
Now is the turn for Buenos Aires, Argentina, where we will be talking about the integration between Windows Azure and Open Source technologies. Don’t miss the Python, PHP, Java and node.js sessions, while we show you how to take advantage of multiple database engines – including Azure table storage, MongoDB, neo4j and Cassandra – for…
Layered Architecture Sample for Azure
In the following days, I will be posting an article on the layered Architecture that I've been working on for the last few years (Azure compatible), but this article / project is a good introduction to this topic. Click here to open link…
Windows Azure Scenarios Map
Another great blog entry from J.D. Meier. Excellent guide on the right questions to ask yourself when designing a Windows Azure application, based on the scenario at hand. Click here to open link…
Moving your WCF REST + JSON Service to Windows Azure
Excellent article on how to create a WCF Rest + JSON website, upload it to Azure, and consume it through Silverlight clients, including the Windows Phone. Click here to open link…
SQL Azure Performance and Elasticity Guide
Today, my colleague Silvano Coriani pointed me to this excellent article about SQL Azure Performance and Elasticity. This is a common topic of conversation when I talk to Microsoft ISVs, and should give you a good understanding of best practices and optimization of SQL Azure databases. Click here to open link…
Windows Azure Insider September 2013 – Hadoop and HDInsight: Big Data in Windows Azure
For the September edition of the Windows Azure Insider MSDN magazine column, Bruno and I write about Big Data, the benefits of the MapReduce model, and HDInsight, the Windows Azure component that offers Hadoop-as-a-Service in the public cloud. We also show how to perform simple analytics against a public dataset using Java code and and…