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
More information about the Windows Azure XS instance
More details about the Windows Azure XS instance, which is a great option for prototyping or roles that require little CPU processing power. Click here to open link…
Node.js and Windows Azure bootcamp in Salt Lake City
I had a chance to talk – along with my friend and colleague Steve Seow – about Node.js and Windows Azure this past Saturday in beautiful Salt Lake City. We had a really enthusiastic audience, building Node.JS application from scratch and learning about the benefits of the Windows Azure PaaS model, which facilitates and simplifies…
Co-Marketing with Windows Azur…
Co-Marketing with Windows Azure | Windows Azure Platform: Take advantage of the new Marketing program to certify a… http://bit.ly/aVXsgm
Windows Azure Tools for Microsoft Visual Studio 2010 – August 2011 update
Even though I tweeted about this a few days ago, I would like to emphasize the importance of this update, particularly for developers creating projects for Windows Azure using Visual Studio 2010. My two favorite new features: 1) Profile applications running in Windows Azure 2) Manage multiple service configurations in one cloud project. Full article…
Windows Azure Insider December 2013 – Meet the Demands of Modern Gaming with Windows Azure
For the December 2013 issue of the Windows Azure Insider column, Bruno and I write about how the public cloud can be used to create a robust backend to support multiplayer games for mobile devices, combining the power of Virtual Machines (IaaS) with Cloud Services (PaaS). The article can be found here: http://msdn.microsoft.com/en-us/magazine/dn532200.aspx Thanks for…
Windows Azure AppFabric Caching transactions and update modes
While talking to a startup company today, they asked me about the Windows Azure AppFabric Caching service, trying to replace a Redis self-managed deployment. The conversation steered specifically towards atomic transactions and update modes. I found a really good white paper from Scott Seely that talks about the two update patterns supported: optimistic and pessimistic….