In this session I will share our unique insight into building solutions with the new SharePoint Framework (SPFx). I will explain our publish and version management procedures, discuss sharing modules between packages and share other good to know tips and tricks. I will also show and share code examples, so previous knowledge of SPFx would

Read More
SPFx: An ISV Insight to Microsoft’s latest customization model

Recently I was looking for a way to determine the list of Flow instances attached to a SharePoint List. After the recent CSOM API update, I noticed that there are now methods available to get the list of Flow instances for a given List. The List CSOM object has the following methods: public FlowSynchronizationResult SyncFlowInstances (); public FlowSynchronizationResult SyncFlowTemplates (); public FlowSynchronizationResult SyncFlowInstance (Guid flowID);

Read More
How to get a list of Flow instances attached to a Sharepoint List

While the SharePoint Framework (SPFx) matures, we can continue to build Single Page Applications (SPAs) using lists and libraries for our data model, building with AngularJS, and deploying using Webpack and gulp-spsave. While this approach doesn’t utilize SPFx yet, you can build in such a way that you are ready when SPFx gives us the

Read More
Building Single Page Applications (SPAs) in SharePoint with JavaScript

Microsoft Project Rome is a platform that allows a user to connect, manage and control devices and apps locally or from the cloud. It allows a developer to write apps that can facilitate a user to start a task on one device and complete on another device. For an instance, if you are listening songs

Read More
What is Project Rome?