Sathish Nadarajan

How to Create Terms in TermStore if not exists using C# Patterns and Practices in SharePoint Office 365

How to create Terms in the Term store programmatically using C# PNP;

Sathish Nadarajan

Machine Learning -Part V – Convert the Machine Learning Model as a Web Service

Exposing the Azure Machine Learning Studio Model as a Web Service and how to consume that.

Sathish Nadarajan

Step by Step Procedure to Install and Configure SharePoint 2016 in a Dev Box as Single Farm Server

A step by step procedure to configure SharePoint 2016 Farm with detailed screen shots

Sathish Nadarajan

Machine Learning -Part IV – Create a Machine Learning Model using Azure Machine Learning Studio

Step by Step procedure to create a Demo Model on Azure Machine Learning Studio.

Sathish Nadarajan

VMWare – Virtual machine – Power On – vmware workstation and devicecredential guard are not compatible. vmware workstation can be run after disabling device/credential guard.

vmware workstation and devicecredential guard are not compatible. vmware workstation can be run after disabling device/credential guard

Sathish Nadarajan

SharePoint 2016 Installation Exception – Microsoft Office installer encountered a problem because you have these Click-to-Run installer based Office programs installed on your computer

Microsoft Office installer encountered a problem because you have these Click-to-Run installer based Office programs installed on your computer:

Sathish Nadarajan

How to Update the Shared Data Source Information of a RDL RDLX files in SharePoint using PowerShell Script

In this article let us see how to update the Shared Data Source using PowerShell Script.

Sathish Nadarajan

How to Update the Custom Data Source Information of a RDL RDLX files in SharePoint using PowerShell Script

In this article let us see how to update the Custom Data Source using PowerShell Script.

Ahamed Fazil Buhari

How to get Data from Excel to DataTable using ClosedXML in C# and avoid duplicate rows

We had a requirement to read data from Excel and get it in your code. We utilized ClosedXML to achieve this functionality. ClosedXML is one of the useful dll which is used for accessing Excel XML files and manipulate those files to know more about ClosedXML

Ahamed Fazil Buhari

How to redirect different page on Save button click on SharePoint Forms using client side script

in this article we will how we can change the default behaviour of buttons available in SharePoint OOTB forms (Non-custom). We achieve this in different ways; below you can find simple and straight way. Here we used JQuery and OOTB Script Editor Web part on the form page.