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

  • Mastering Blazor Authentication and Authorization

    At the Visual Studio Live! @ Microsoft HQ developer conference set for August, Rockford Lhotka will explain the ins and outs of authentication across Blazor Server, WebAssembly, and .NET MAUI Hybrid apps, and show how to use identity and claims to customize application behavior through fine-grained authorization.

  • Linear Support Vector Regression from Scratch Using C# with Evolutionary Training

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the linear support vector regression (linear SVR) technique, where the goal is to predict a single numeric value. A linear SVR model uses an unusual error/loss function and cannot be trained using standard simple techniques, and so evolutionary optimization training is used.

  • Low-Code Report Says AI Will Enhance, Not Replace DIY Dev Tools

    Along with replacing software developers and possibly killing humanity, advanced AI is seen by many as a death knell for the do-it-yourself, low-code/no-code tooling industry, but a new report belies that notion.

  • Vibe Coding with Latest Visual Studio Preview

    Microsoft's latest Visual Studio preview facilitates "vibe coding," where developers mainly use GitHub Copilot AI to do all the programming in accordance with spoken or typed instructions.

  • Steve Sanderson Previews AI App Dev: Small Models, Agents and a Blazor Voice Assistant

    Blazor creator Steve Sanderson presented a keynote at the recent NDC London 2025 conference where he previewed the future of .NET application development with smaller AI models and autonomous agents, along with showcasing a new Blazor voice assistant project demonstrating cutting-edge functionality.

Subscribe on YouTube