UA (Universal Apps) with Web App Bridge and publishing to Windows Store

Well that was easy. I liked being able to pin my favourite website to the windows 10 start menu, but it never really felt like an app. With the UA Web Bridge, I was able (without any development), to create a universal app that wraps my website into a package such that it can be installed on windows 10 devices… Read more »

MVC Role based authorization with Azure Active Directory (AAD)

[Using Visual Studio 2015] If you’re struggling to get the [Authorize(Roles=””)] attribute working on your controllers or actions, hopefully this blog will fill in the gaps for you. Without a few extra pieces of configuration and code, changing the Authorize attributes anywhere to include the Roles parameter will result in your web app looping when trying to authorize. The out… Read more »