Posts in category Development

Call Dataverse API from SPFx Web Part

Call Dataverse API from SPFx Web Part

Accessing Dataverse data directly from SharePoint and Teams not only enhances the user experience by providing real-time data insights but also reduces the need for redundant data storage and synchronization. This integration empowers users to interact with critical business data without leaving the familiar SharePoint or Teams environment, fostering a more connected and efficient workflow. In this post, I will show you a step-by-step guide on how to create a service that retrieves data and pe

Read More
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