Skip to main content

Posts Tagged ‘CSOM’

SharePoint Online Timer Jobs with Azure functions Using PnP – Part 2

Overview This post is the second part of the blog about creating SharePoint timer job with CSOM PnP code, using Azure Functions. In this part, you will see how to create the Azure Function and Connect to SharePoint Online with Application Credentials. The source code of the demo project is available at the following location. […]

SharePoint Online Timer Jobs with Azure functions Using PnP – Part 1

Overview This series will show you how to create SharePoint timer job with CSOM PnP code, using Azure Functions. The step by step screenshots is provided in each section. It will give you a jump start if you are new to Azure Functions and want to create timer jobs with Client Side Object Model. Introduction […]

Under the Hood With “The Future of SharePoint”

It has been about a week since Microsoft unveiled “The Future of SharePoint” at this event here (note: you have to provide your e-mail and some other info to get access to all the content). The keynote has kind of a general overview of all of the new directions that the SharePoint team is heading […]

SharePoint 2013 Search: JavaScript CSOM Primer

A lot of JavaScript incoming! With the rise of SharePoint Online, custom search solutions through JavaScript have become a staple for the development work for clients. While a lot of your search basics can be handled through simple modification of Display Templates (see some of my previous blogs for some basics there), the opportunity still […]