When you mix Power Apps with .NET - your productivity can go through the roof. So let's talk about why the .NET developer should know Power Apps.…
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 🧀.
Excel is Amazing! Name Cells Like a Variable
Here's something that kinda blew my mind. You can give Excel cells a name. Like naming a variable. Then refer to that name in formulas.…
The Write a .NET App on an iPad Challenge!
Can you write an entire .NET app using an iPad? Not only write.. but run, debug, and install additional Azure tooling too? Yup.…
Microsoft.Identity.Web, Azure Active Directory, and SPAs
Find out how SPAs authenticate with .NET Core Web APIs using the Microsoft.Identity.Web library…
Web API Authentication with Microsoft.Identity.Web
Take some Azure AD knowledge. Add in some ASP.NET Core web apps - and add in a dash of web API and what do you have? This article! Learn how to authenticate to a Web API from an ASP.NET Core web app with Azure AD…
Authenticate an ASP.NET Core Web App With Microsoft.Identity.Web
So you want to authenticate your ASP.NET Core web app with Azure AD. It sounds daunting, but with a little help from the `Microsoft.Identity.Web` SDK and knowing how it fits in with the pieces of Azure AD's Applications, it's not too bad.…