-
Get Azure AD app-only access token using certificate on .NET Core
Building daemon applications that communicate with SharePoint Online? Here is how you can get an Azure AD app-only access token in .NET Core.
-
Mind the delay in Azure Functions outputs
When working with Azure Functions, items added using queue and table bindings are handled differently, and you should keep that in mind.
-
How to use Masonry in SharePoint Framework client-side web parts
Masonry is a popular library frequently used in JavaScript customizations. Here is how you can use it in SharePoint Framework.
-
Unity Connect 2016 presentation slides available
Here are the presentation slides I used at the recent Unity Connect 2016 when presenting about building productivity solutions using the Microsoft Graph.
-
Migrating custom APIs to Azure Functions
Recently I migrated my custom Node.js API from an Azure API App to an Azure Function. So how much did I have to change exactly?