Innovation Matters
Essays on AI, developer tools, and thoughtful software.
Build custom controls for the SharePoint Framework web part property pane
Here is how you can build custom property pane controls and improve the user experience of configuring your SharePoint Framework web parts.
Use cascading dropdowns in SharePoint Framework web part properties
When building SharePoint Framework web parts one property might depend on another. Here is how to implement this using the standard building blocks.
Office Development MVP 2017
I have been re-awarded as Microsoft Office Development MVP for 2017.
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.