I’ll be speaking at O365 Connect in Haarlem on Nov 15th

I’m excited to speak at the O365 Connect conference in Haarlem from November 13th until 15th. My session “Using ARM templates to deploy solutions on Azure” will be on November 15th. View the full agenda on https://www.nccomms.com/office-365-and-sharepoint-connect-2018-agenda.
You can register with a 20% discount using the promotion code SPKKT20.

My session abstract:
Are you looking to use Azure components to build your cloud infrastructure and solutions? During this session, the concept of Azure Resource Manager (ARM) templates will be explained. We will look at how ARM templates can be used to deploy and manage your solutions on Azure, based on real-life examples.

I’ll be speaking at SharePoint Unite in Haarlem on Oct 26th

I’m excited to speak at the SharePoint Unite conference in Haarlem from October 24th to 26th. My session “Migrating your customizations from On-Prem to SharePoint Online” will be on October 26th. View the full agenda on https://www.sharepointunite.com/agenda.
You can register with a 20% discount using the promotion code SPKRKETM10.

My session abstract:
Are you working on migrations from on-prem SharePoint 2013/2016 farms to SharePoint Online? This session provides information about what you should take into account with regards to customizations that might be deployed/added to SharePoint. You can think about Full Trust Code, Sandbox Solutions, Workflows, InfoPath Forms, JSLink, and Provider Hosted Applications.
Also, based on a real-live migration, tips and tricks will be shared about what might/will break, if not mitigated properly.
This session will be relevant for everyone working on a migration to SharePoint Online, not only for developers.

Only 11 days remaining until Unity Connect!

Only 11 days remaining until I’ll speak at the Unity Connect conference in Haarlem from November 16-18th. My session “Effective Client-side Coding Against Office 365” will be on November 17th. View the full agenda on https://www.unityconnect.com/2016/Agenda.
You can still register with a 10% discount using the promotion code SPKKEVT10.

Effective Client-side Coding

I’ll be speaking at Unity Connect in Haarlem on Nov 17th

I’m excited to speak at the Unity Connect conference in Haarlem from November 16-18th. My session “Effective Client-side Coding Against Office 365” will be on November 17th. View the full agenda on https://www.unityconnect.com/2016/Agenda.
You can register with a 10% discount using the promotion code SPKKEVT10.

Effective Client-side Coding

My session abstract:
When creating solutions for Office 365 you will be using the client side SharePoint API’s. To be able to create significant or business critical solutions you have to ensure that you use the available resources that are available on the client and that you are allowed to use on the server as effectively as possible. During this session I will share tips and tricks about how to develop in the most efficient way against SharePoint Online (as well as on-prem) via the SharePoint API’s. The content of the session is based on experience from real life projects and solutions that have been implemented at enterprise customers. I’ll also briefly discuss how this can be incorporated into the new SharePoint Framework.

Some examples of the topics that will be covered are:
• Efficient querying via SharePoint API’s (e.g. CSOM)
• Handling SharePoint throttling and network outages
• Using the PnP Framework to achieve common tasks
• How to include the above in the SharePoint Framework