News

Microsoft Rolls Out Mobile Cloud Services for Windows 8 Developers

The first public preview of Windows Azure Mobile Services is designed to provide an on-ramp for Windows 8 developers who want to build connected applications--without the learning curve.

In case you missed it, Microsoft introduced tooling at the end of August designed to ease the use of Windows Azure cloud services for mobile app developers.

The company has acknowledged that many client app developers may not have the time or the inclination to learn how to create and use cloud-based backend services. The first public preview of Windows Azure Mobile Services (codenamed Zumo) is designed to provide an on-ramp for Windows 8 developers who want to build connected applications without a steep learning curve.

The Windows Azure Mobile Services preview, which was released on August 28, supports the creation of apps using Azure to connect to backend services such as structured data storage, user authentication and push notifications.

"Over time, you will see more and more services exposed," said Microsoft Corporate Vice President Scott Guthrie, during a Channel 9 demo showcasing the new Mobile Services technology.

Guthrie offered more detail on how the data storage services work in his blog announcing the preview. "When you create a Windows Azure Mobile Service, we automatically associate it with a SQL database inside Windows Azure," he explained. "The Windows Azure Mobile Service backend then provides built-in support for enabling remote apps to securely store and retrieve data from it (using secure REST end-points utilizing a JSON-based ODATA format) -- without you having to write or deploy any custom server code. Built-in management support is provided within the Windows Azure portal for creating new tables, browsing data, setting indexes, and controlling access permissions," said Guthrie.

Windows Azure Mobile Services currently support WinRT applications (C# and JavaScript), formerly called "Metro" and now described by Microsoft as "Windows Store apps." In addition to the Mobile Services SDK, developers will need Windows 8 and Visual Studio 2012, or the free Visual Studio Express 2012 for Windows 8 tooling.

Microsoft is planning to support mobile operating systems beyond Windows 8 including Windows Phone, iOS and Android, according to Guthrie. "We are going to publish documentation for the HTTP REST APIs shortly - which will make it easy for anyone to consume them from any platform," he said in response to a question on his blog. "We'll then provide pre-built REST helper methods for Win8/iOS/Android/others for those who want to work with language libraries as opposed to raw REST ones."

Some developers are already offering potential workarounds for using Windows Azure Mobile Services with the iOS and Windows Phone 7 platforms, according to Josh Twist, who works on the Windows Azure Mobile Services team at Microsoft. Twist outlined the thinking behind the Mobile Services project in his blog, The Joy of Code, last week.

To try out Windows Azure Mobile Services, you can sign up for a free Windows Azure 90-day trial, which includes a free 1GB SQL Database; or access the preview from an existing account. Go to the Windows Azure Portal and look for Quick Start under Mobile Services (found under New). You can test the tooling using existing Windows 8 apps and SQL Databases, or create new ones. As part of your Windows Azure account, you can build up to 10 Mobile Services free-of-charge in a shared multi-tenant environment, according to Microsoft.

About the Author

Kathleen Richards is the editor of RedDevNews.com and executive editor of Visual Studio Magazine.

comments powered by Disqus

Featured

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

  • .NET 9 Preview 3: 'I've Been Waiting 9 Years for This API!'

    Microsoft's third preview of .NET 9 sees a lot of minor tweaks and fixes with no earth-shaking new functionality, but little things can be important to individual developers.

  • Data Anomaly Detection Using a Neural Autoencoder with C#

    Dr. James McCaffrey of Microsoft Research tackles the process of examining a set of source data to find data items that are different in some way from the majority of the source items.

  • What's New for Python, Java in Visual Studio Code

    Microsoft announced March 2024 updates to its Python and Java extensions for Visual Studio Code, the open source-based, cross-platform code editor that has repeatedly been named the No. 1 tool in major development surveys.

Subscribe on YouTube