News

Windows Azure Gets .NET Upgrades

The enhancements include integration with the ASP.NET Web API.

Windows Azure has gotten a ton of upgrades in its latest release, including a bagful of goodies for .NET Framework developers, especially in the area of Mobile Services.

Scott Guthrie, the new Cloud & Enterprise Executive Vice President at Microsoft, replacing Satya Nadella, blogged about the host of improvements, which he called "...a massive amount of enhancements." Those enhancements are concentrated in three areas of interest to developers: .NET support, Notification Hubs integration and PhoneGap.

Perhaps the most significant of those is support for backend Mobile Service logic using .NET and the ASP.NET Web API. Guthrie outlined five main advantages of this integration:

    1. You can use ASP.NET Web API and Visual Studio together with Mobile Services to build great mobile apps
    2. You can publish any existing Web API to Mobile Services and integrate additional Mobile Services features like mobile authentication and push notifications
    3. You can take full advantage of Web API features like OData controllers, and 3rd party Web API-based frameworks like Breeze
    4. You can debug your Mobile Services .NET backend using Visual Studio running locally on your machine or remotely in Azure
    5. With Mobile Services we run, manage, monitor and scale your Web API for you.

.NET support is added through the Windows Azure Management Portal. Currently, this is the only way to add .NET, but Guthrie said that a "future update" will provide support directly within Visual Studio. That update "...will provide additional Mobile Service tooling features on top of the standard Web API project support," Guthrie blogged.

Once the mobile service is created, it's published to Azure. Guthrie added that another update to Visual Studio (again, in the future) will allow publishing from within Visual Studio, continuing Microsoft's push to keep developers inside Visual Studio as much as possible.

Sending push notifications through Azure has also been simplified with the latest release, providing Notification Hub integration (which is still in the preview stage). The integration makes it easier to send notifications to any (or all) users with a single API call on the backend, through either the .NET Framework or Node.js.

Finally, developers building cross-platform apps with PhoneGap will notice that it's been integrated into the Azure management portal, making it easier to get to.

In interviews with Visual Studio Magazine, Guthrie discussed a number of incentives Microsoft has implemented to persuade developers to try out Azure, including time credits. He also talked about the cross-platform abilities enabled by Azure.

About the Author

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

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube