.Net Core Console Application for SharePoint Online Using PNPCore Library Username and Password Login

Using PNPCore Library Get the Client Context of SharePoint Online by UserNamePassword Authentication Provider

 

SharePoint Modern Site – Using Multiple Languages and Translate Page Programmatically using CSOM C# and PNP Core Context

Translate the Site Pages to multiple languages Programmatically during the Migration exercise. A simple use case and a simple solution for that being explained.

 

.Net Core Console Application for SharePoint Online using PNPCore library Interactive Login

In this article, let us see how to get the Client Context using Interactive method from a .Net Core Console application using PNPCore.

 
 

NodeJS – Get the List of Site Collections in my Office 365 Tenant by PNP JS Search Query

From a NodeJS application, get the list of Site Collections available in my Tenant – A small code snippet.

 

NodeJS – Get SharePoint PnP-Core Client Context using UserName and Password and access SharePoint Objects from Node Application

In this article, let us see how to communicate with SharePoint and Get the client context from a Standalone NodeJS application.

 

CSOM – Get the Pages modified after a time stamp by C# CSOM – SharePoint Online

This article describes how to retrieve the files Using PNPFramework C# CSOM based on the modified date. i.e., the user is interested in the list of files which are modified after a specific date time.

 
 

NodeJS – Step by Step Procedure to Setup and Create a NodeJS application and use TypeScript as a Programming Language

This article describes about the process of setting up and start developing the Node JS application using TypeScript as the programming Language. A basic setup which is going to be followed up with few other articles of PNP JS.

 

ElectronJS – Step by Step Procedure to Setup and Create a Hello World App using Electron JS

In this article, let us see the step by step procedure to create my first hello world app using Electron JS.

 

Refreshing JavaScript – Calling an Async method within Map method in Typescript – SPFx

This article explains about calling an Async method inside a map iterator using await and Promise All with the simple code sample

 
 

How to Find the User belongs to an Office 365 Group using Graph API in SharePoint Online – SPFx (SharePoint Framework)

In this article, let us see whether the logged in user (or any user) belongs to a particular Office 365 Group member/owner or not in SharePoint Framework.