SharePoint
SharePoint Saturday Brussels 2016 presentation slides available
Here are the presentation slides that I used in my recent presentation about building solutions on the SharePoint Framework at the recent SPS Brussels.
Publish SharePoint Framework client-side web parts to Office 365 public CDN
Recently Microsoft announced the public CDN capability on Office 365. See how to use it to host your SharePoint Framework client-side web parts.
SharePoint CRUD operations in SharePoint Framework client-side web parts
Learn by example: sample SharePoint Framework client-side web parts illustrating SharePoint CRUD operations published by SharePoint Patterns and Practices.
5 ways to load templates in SharePoint Framework Client-Side Web Parts built using Angular
One of the key elements of each Angular application are templates used to display data. Here are 5 ways to load them in SharePoint Framework Web Parts.
Building dll-code in SharePoint Framework
Optimize the performance of your SharePoint Framework Web Parts by separating shared code into a library.