A step by step procedure to configure SharePoint 2016 Farm with detailed screen shots
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:
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.
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.
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
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.
Converting document to record for onprem SharePoint site and changing back the settings to autodeclartion of record
In this article let us see how to Converting document to record for onprem SharePoint site and changing back the settings to autodeclartion of record using PowerShell
Filter SQL Data using Fluent NHibernate
In this article we will see how to easily filter SQL data using Fluent Nhibernate.
Step by Step procedure to Deploy Web API in IIS
In this article we will look into step by step procedure to deploy you Web API. Here we have used IIS 7.
How to enable withCredentials to flag on XMLHttpRequest in AngularJS for “Access-Control-Allow-Origin”
In this article we will see how to enable withCredentials config in you Angular project.