Local Debugging an Azure Mobile Service with AD Auth

I'm finishing off one of the last chapters which is on Mobile Services for my new book Learning Microsoft Azure for Packt Publishing. The book is based on an enterprise »

Manually Installing a Neo4j Database on an Azure VM

Neo4j is a graph database used for storing connected data in a graph rather than a traditional relational database such as SQL Server or Oracle. This article talks about the »

Entlib SLAB with MVC5 Website and Azure Trace Listener

If you’ve worked in .Net a while you will no doubt have come across the Microsoft Patterns and Practices Enterprise Libraries (Entlib) for Logging, Data Access, Exception handling etc »

Implementing Azure AD Group Authorization

In my last article we talked about implementing AD single sign-on authentication to an MVC5 website, now we're going to look at adding AD group authorization to a controller with »