HTTPS only for Azure Websites
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...
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...
Visual Studio Team Services is the formally know Visual Studio Online. The old name brought a lot of confusion I think the new name will do a lot better. Yes...
Device channels are a way of using different master pages for different devices. MSDN describes the functionality as followed: “Browsing the web on a ...
About a year ago I wrote a article on how to create a custom list view by using the JS link property. This turned out to be a great article and was very much...
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 ...