NPM vs YARN Commands

On 

Tags:

How to Access SharePoint Entities and Operations Using REST Endpoints

On 

SharePoint exposes a REST interface that allows us to perform basic create, read, update, and delete (CRUD) operations on its entities. These operations are performed by constructing a RESTful HTTP request, using the OData standard, that corresponds to the client object model API you want to use. Each SharePoint entity is exposed at an endpoint Read

Tags: , ,

What is SharePoint PnP? Why should I consider it?

On 

SharePoint PnP reduces the amount of code you write. PnP is essentially, a trimmed version of the Client Side Object Model (CSOM) and the JavaScript Object Model (JSOM) libraries.

Tags: , , ,