If the last article [https://msou.co/bf7] where I showed you how a Xamarin app can read data from CosmosDB wasn't exciting enough... wait until you get a load of this one! The SQL API in Cosmos [https://msou.co/bf8] (formerly known as DocumentDB) has, built-in,…
Matthew Soucoup
Matthew is a Sr Cloud Developer Advocate at Microsoft and a Pluralsight author from Seattle by way of Madison, WI. He ❤️s 📱 & ☁️ development and Wisconsin craft 🍺 and 🧀.
Reading Data From CosmosDB in a Xamarin App
Recently James Montemagno [https://msou.co/bfe] and I completed an app that demonstrates several aspects of Azure [https://msou.co/bff] and Xamarin.Forms [https://msou.co/bfg] development in the form of a contacts application. And all the code is open sourced [https://msou.co/bfh]! The App!…
Xamarin Goodness in Visual Studio 2017 15.6
It's that time again ... a new Visual Studio release! And of course there's a lot of new Xamarin goodness that goes along with it! And iOS really sees a lot of it! Instead of doing my usual Code Mill Matt and going all in-depth on it…
Changing Passwords and User Info with Azure AD B2C
When you allow users to create accounts from within your app, eventually they are going to want to change their passwords, or edit some of the information they provided at sign-up. And I wouldn't be writing this post if Azure AD B2C [https://msou.co/bak] didn'…
Adding Azure AD B2C Authentication to Azure Functions
Serverless computing is hot, hot, hot! And for good reason - it gives us a way to create focused and stateless microservices that solve exactly one problem without having to create a monolithic application and maintain a server. In other words, they are perfect in a mobile app scenario! Adding…
Changing the Look and Feel of the Webview's Content within Azure AD B2C
Depending on how you look at it, the fact that the MSAL library uses webviews to perform authentication and authorization through Azure AD B2C is either a great thing or a not so great thing. I say it's a great thing because the OAuth2 standard requires that webviews…