News

Azure Mobile Apps Backs Up to Azure Table Storage

A September update to the .NET Server SDK include automated OWIN setup and improved middleware authentication processes.

The Azure Mobile Services team reports on a number of new changes to the .NET Server SDK for Azure Mobile Apps -- a few of them of which are breaking changes -- that are mostly incremental improvements in data connectivity. It's currently in preview as version 0.2.575.

One change of significance is support for Azure Table Storage, which can be accessed once initialized through the TableController. "The Mobile Apps client SDKs all work with this Table Storage domain manager, " according to a blog on the update from Azure Mobile program managers Donna Malayer and Matthew Henderson. "However, currently the iOS client does not support offline sync against a table controller using the StorageDomainManager."

A breaking change that the program managers said is meant to give more control to developers is the way OWIN authentication is handled. "All of our auth components are now in their own OWIN middleware!" they write, which means any ASP.NET app type can use any Mobile App authentication components once integrated properly. As it's a breaking change, they note that they've removed the use of the MobileAppConfiguration.AddAppServiceAuthentication() method.

Another breaking change involves the default database schema used by the .NET Server SDK. Based on user feedback, the default was changed from the mobile app name that was used in the inital Entity Framework setup to just dbo. As it's another breaking change, it just means that users will need to specify the replacement via the DbContext.OnModelCreating() method.

The Azure Mobile Services team emphasizes that the .NET Server SDK for Azure Mobile Apps is still in preview. Full details are in the blog.

About the Author

You Tell 'Em, Readers: If you've read this far, know that Michael Domingo, Visual Studio Magazine Editor in Chief, is here to serve you, dear readers, and wants to get you the information you so richly deserve. What news, content, topics, issues do you want to see covered in Visual Studio Magazine? He's listening at [email protected].

comments powered by Disqus

Featured

  • Hands On with GitHub Copilot App Technical Preview: Turning a Blazor Issue into a PR

    GitHub's brand-new Copilot desktop app, in technical preview, handled a small Blazor issue from planning through pull request creation, but the hands-on test also showed why developers still need to verify agent work in the running app before merging.

  • At Build 2026, Microsoft Sets Up Windows as an OS for AI Agents

    Microsoft's Build 2026 Windows developer announcements point to a broader platform strategy for agentic AI, spanning terminal workflows, local models, app-building skills, Cloud PCs and operating system-level containment.

  • Slammed by Copilot Usage-Based Billing on Day 1, Facing $180 Bill for June

    A journalist using GitHub Copilot Pro details how a broken editorial workflow on day one of usage-based billing led to runaway token consumption, a projected $180 monthly bill, and practical tactics for cutting AI credit burn.

  • AdaBoost.R2 Regression Using C#

    AdaBoost.R2 regression works by building an ensemble of decision trees, training them on reweighted data, and combining their predictions with a weighted median, while also showing how parameter choices affect accuracy and overfitting.

Subscribe on YouTube