Category Archives: CSOM

MsOnlineClaimsHelper vs. SharePointOnlineCredentials

In case you’re wondering which approach to use for CSOM calls to SharePoint Online. http://wp.sjkp.dk/msonlineclaimshelper-vs-sharepointonlinecredentials/

Posted in CSOM, SharePoint Online | Leave a comment

Create Site Collections in SharePoint Online (CSOM)

The following assemblies (DLLs) are required: Microsoft.SharePoint.Client.dll Microsoft.SharePoint.Client.Runtime.dll Microsoft.Online.SharePoint.Client.Tenant.dll You can download the SharePoint Server 2013 Client Components SDK (http://www.microsoft.com/en-US/download/details.aspx?id=35585) to obtain the Tenant assembly Source: http://www.vrdmn.com/2014/03/create-site-collections-with-csom-in.html Code: https://gist.github.com/vman/9342224#file-createsitecollection-cs

Posted in CSOM, SharePoint Online | Leave a comment

CSOM / REST: How to avoid getting throttled or blocked in SharePoint Online

Read more on: https://msdn.microsoft.com/en-us/library/office/dn889829.aspx The most common causes of per-user throttling in SharePoint Online are client-side object model (CSOM) or Representational State Transfer (REST) code that performs too many actions too frequently. With CSOM / REST, you can perform many … Continue reading

Posted in CSOM, SharePoint Online | Leave a comment