This is part 2 of the Xamarin Authentication with AD B2C series. In part 1 [https://msou.co/bee] I gave an overview of the general concepts of Active Directory B2C and how the constituent parts work together to provide authentication, not only for mobile apps, but also for APIs…
Azure
Xamarin Authentication with Azure Active Directory B2C
And again, I'm going after the award for world's longest blog post title! To keep with the spirit of the long post title - I'm going to write quite a few posts on implementing authentication between a Xamarin.Forms app and a backend resource…
Tables Full of Cheese: An Intro to Azure Table Service and Xamarin
In our last post on Azure Storage [https://codemilltech.com/blobs-blobs-of-cheese-a-xamarinazure-storage-primer/] we looked at how to save large amounts of binary data to a BLOB from a Xamarin Forms app. We also took a quick look at what Azure Storage’s offering all provided, how to create a service account,…
Blobs & Blobs of Cheese: A Xamarin/Azure Storage Primer
In our quest to explore what data services Azure offers the mobile developer and how to integrate them with a Xamarin.Forms app, so far we really just touched on familiar database storage. First looking at how to save data to the cloud [https://codemilltech.com/head-in-the-clouds-azure-mobile-services-and-data/], then finding out…
Code Mill Minute: Adding npm Modules to Azure Mobile Services
I recently had to add some npm [https://www.npmjs.com/] modules to a “classic” Azure Mobile Service instance built on node.js. (I say classic, which is accessed through the old portal, as opposed to the new Azure Mobile Apps, which is managed through the new portal. But the…
Why Can't We Be Friends? Conflict Resolution in Azure Mobile Services
The story is always the same… we develop this brand new app, introduce it to Azure [https://codemilltech.com/head-in-the-clouds-azure-mobile-services-and-data/], and they get along like gangbusters… constantly sending data back and forth. Then they have a little squabble, the lights go out and the internet is down, but Azure &…