Month: January 2017

[Column] Laat je niet verleiden!

72 jaar. Zo lang is het geleden dat we als mensheid een einde maakten aan de 2e wereld oorlog. Eigenlijk nog helemaal niet zo heel lang geleden, 72 jaar. Er leven nog genoeg mensen die er toen ook al waren. Er leven nog veel meer mensen die geboren zijn als gevolg van die oorlog. Na de jaren

Read more

[Azure] Using precompiled DLL’s for your Functions

One of the cool things about Azure Functions is that they are very easy to get started. You create a new function, type some code and you’re off. This is very nice from a getting started point of view, but once you’re considering to use them for more than just playing around, other things come

Read more

[Azure] From Function to SharePoint List Item

This article describes how to insert an item into a SharePoint list using an Azure Function written in C#. Might seem like a trivial task, but there are some caveats you might want to take notice of before you start.

Read more