Sathish Nadarajan

SharePoint Office 365 – Global Navigation & Current Navigation Provisioning using PNP Template and C#

In this article, let us provision the Global Navigation & Current Navigation using PNP Provisioning Template by using C#.

Tarun Kumar Chatterjee

Bundling and Minification of JS and CSS in ASP.NET Using GruntJS

In this article, let us see how to do the Bundling and Minification of JS and CSS in ASP.NET Using GruntJS

Sathish Nadarajan

SharePoint Office 365 – Terms Provisioning using PNP Template and C#

In this article, let us provision the TermSet and Terms using PNP Provisioning Template by using C#.

Sathish Nadarajan

SharePoint Tip – App.Config – More Secured Way to Have the config values

SharePoint Tip – App.Config – More Secured Way to Have the config values

Sathish Nadarajan

Refreshing JavaScript – Reduce Method – Detailed Explanation

A Detailed explanation about JavaScript Reduce Method

Sathish Nadarajan

Refreshing JavaScript – Map Method – Detailed Explanation

Refreshing JavaScript – A new Series which I am planning to write in depth about Javascript/JQuery methods, usages, samples in a simpler way.  As part of that, the first method, we focus today is MAP.

Ahamed Fazil Buhari

How to update SharePoint List Webhook Subscription Expiration Date using Azure Timer Trigger Function

In this article let us discuss about SharePoint List Webhook Expiration Date and How to update Expiration date using Azure Timer Trigger Function

Ahamed Fazil Buhari

Update SharePoint List Webhook Subscription using PnP – C# programmatically

In this article, let see how to update SharePoint List Webhook Subscription using PnP C# code. There are different ways to update SharePoint List Webhook Subscription using PostMan, PnP PowerShell, C#, JS

Sathish Nadarajan

Nintex Workflow – Workflow Not Starting/Triggering when the Item Created by Another Workflow

Let us discuss about a rare scenario with the Nintex Workflows.  I was creating a Workflow WF1 which is attached with a List L1.  Whenever a New Item is added in L1, the WF1 will get triggered.  This works fine.  But in WF1

Sathish Nadarajan

Nintex Workflow – How to handle the JSON Response from REST API

Let us see, How to handle the JSON Response from REST API in the Nintex Workflow. Unfortunately, there is no JSON Parser in the Nintex yet, atleast during the time of writing this article.