Recent Posts

HTTPS only for Azure Websites

1 minute read

In some situations you would like your Azure website to only work under HTTPS. By default a Azure website will work under HTTP and HTTPS. Today I was searchi...

Forcing a Device Channel

2 minute read

Device channels are a way of using different master pages for different devices. MSDN describes the functionality as followed:   “Browsing the web on a ...

Starting a Workflow with CSOM

6 minute read

There are situations were you would like to start a workflow by using  code. In one of my last projects there was that kind of situation, in that project we ...