How to Manage Azure Cognitive Search Index using REST API

The Azure Cognitive Search Index is a compelling tool that can be used to configure, create, and manage search indexes. In this article, we will explore how to manage the Azure Cognitive Search Index using  …read more

 

Implement B2C Authentication in NextJS using Azure AD – Part 1

How to use MSAL to authenticate user in Azure Active Directory B2C (Business-to-Consumer) with their applications using social identity providers (such as Facebook, Google, and Amazon) as well as local accounts.

 

.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.

 

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.

 
 

SPFx – React Barcode.

Sample Code – Creating Barcode in SharePoint Framework (SPFx) WebPart using a React Barcode node module.