Posts in category Development

Provision Lists and Libraries with SPFx solution

Provision Lists and Libraries with SPFx solution

SharePoint Framework makes it possible to provision assets such as field, content type, list instance, and others within client-side solutions. In this post, I show you a couple of examples about the provisioning of list instances.

Read More
SharePoint. Drag-and-Drop File Uploading

SharePoint. Drag-and-Drop File Uploading

Built in SharePoint JavaScript Uploading Control

Read More
CSOM. Upload document

CSOM. Upload document

Three ways to upload your data into SharePoint with Client-Side Object Model

Read More
SharePoint List REST API. Part 2

SharePoint List REST API. Part 2

The second post about CRUD operations performed with SharePoint REST API.

Read More
SharePoint Framework. Create Angular WebPart

SharePoint Framework. Create Angular WebPart

A step-by-step guide to creating an Angular Web Part

Read More
SharePoint List REST API. Part 1

SharePoint List REST API. Part 1

Samples of CRUD operations performed with SharePoint REST API.

Read More
Project Server. CSOM + Custom Fields

Project Server. CSOM + Custom Fields

How to get and set Enterprise Custom Field values using the client-side object model (CSOM).

Read More
SharePoint 2010. Long time operation with updatable status

SharePoint 2010. Long time operation with updatable status

There is SPStatefulLongOperation class in SharePoint 2010 that lets implement long time operation with updatable status.

Read More
Linq to SharePoint. Cross site collection queries

Linq to SharePoint. Cross site collection queries

In this post I show how to execute Cross-SiteCollection queries in SharePoint using Linq to SharePoint.

Read More
SharePoint. Getting Document Icon URL

SharePoint. Getting Document Icon URL

How to get a document icon URL for a file, which type is registered in SharePoint.

Read More