News

Windows Azure Gets Major Update to Mobile Services

Microsoft also announces that every Azure customer gets a free 20MB database to use for a year with Web Sites and Mobile Services.

Microsoft has upgraded Windows Azure significantly for mobile developers, with custom API support, Git support and a .NET API through NuGet headlining the changes.

Microsoft Corporate Vice President Scott Guthrie outlined the Mobile Services enhancements in a blog entry earlier today. The changes are aimed squarely at developers building apps for Windows 8, iOS and Android.

The most important is the ability to now create and expose custom APIs from your mobile service backend, then push them to mobile clients without having to associate them with a data table. Guthrie explains what that means on a practical level:

"This capability enables a whole set of new scenarios – including the ability to work with data sources other than SQL Databases (for example: Table Services or MongoDB), broker calls to 3rd party APIs, integrate with Windows Azure Queues or Service Bus, work with custom non-JSON payloads (e.g. Windows Periodic Notifications), route client requests to services back on-premises (e.g. with the new Windows Azure BizTalk Services), or simply implement functionality that doesn't correspond to a database operation."

The APIs can be written in server-side JavaScript, using Node.js and Node's NPM packages. Guthrie mentioned that similar support for custom APIs using .NET is a feature that's scheduled for a future update.

Guthrie demonstrated in a series of screen shots how to create the API on Azure, and how the service does some of the heavy lifting with things like security permissions, meaning less coding for the developer.

The Mobile Services update also adds Git source control integration, automatically providing a Git repository and the ability to clone the repository on a local machine. That should simplify workflow, Guthrie said. The functionality is enabled through the Azure dashboard.

On the NuGet front, the Mobile Services NuGet package is .NET Framework 4.5 compatible (it was a pre-release package before, but it's now official.) The update also supports Windows Store and Windows Phone 7.x. With the update, developers can now use Mobile Services from ASP.NET or WPF (Windows Presentation Foundation) apps.

It's significant that Guthrie points out how Azure can be used for non-Microsoft platforms like Android; in fact, he noted that Notification Hubs, which are used to send broadcast push notifications, have been upgraded to include Android devices. Announcements like this make it clear that Microsoft sees Azure, rather than just Windows 8 and Windows Phone 8, as the key to gaining traction in the mobile development space.

About the Author

Keith Ward is the editor in chief of Virtualization & Cloud Review. Follow him on Twitter @VirtReviewKeith.

comments powered by Disqus

Featured

  • Cloud-Focused .NET Aspire 9.1 Released

    Along with .NET 10 Preview 1, Microsoft released.NET Aspire 9.1, the latest update to its opinionated, cloud-ready stack for building resilient, observable, and configurable cloud-native applications with .NET.

  • Microsoft Ships First .NET 10 Preview

    Microsoft shipped .NET 10 Preview 1, introducing a raft of improvements and fixes across performance, libraries, and the developer experience.

  • C# Dev Kit Previews .NET Aspire Orchestration

    Microsoft's dev team has been busy updating the C# Dev Kit, a Visual Studio Code extension that enhances the C# development experience by providing tools for managing, debugging, and editing C# projects.

  • Hands On: New VS Code Insiders Build Creates Web Page from Image in Seconds

    New Vision support with GitHub Copilot in the latest Visual Studio Code Insiders build takes a user-supplied mockup image and creates a web page from it in seconds, handling all the HTML and CSS.

  • Naive Bayes Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the naive Bayes regression technique, where the goal is to predict a single numeric value. Compared to other machine learning regression techniques, naive Bayes regression is usually less accurate, but is simple, easy to implement and customize, works on both large and small datasets, is highly interpretable, and doesn't require tuning any hyperparameters.

Subscribe on YouTube

Upcoming Training Events