How to Rename the Site Collection URL in SharePoint 2019 using PowerShell

In this article, let us see How to Rename the Site Collection URL in SharePoint 2019 using PowerShell.

 

How to Restore Deleted Site Collection in SharePoint 2019 using PowerShell

In this article, let us see how to restore a deleted site collection using PowerShell in SharePoint 2019.

 

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

 
 

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

 

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

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

 

Azure Search Service – Create a Data Source programmatically – C# Programmatically

Let us know, how to create a data source in Azure Search Service Programmatically using C#

 
 

Step By Step Procedure To Create (Provision) Office 365 Groups Programmatically Using C# And Microsoft Graph

Let us create the Office 365 Groups Programmatically using Microsoft Graph and C#

 

How To Update The Regional Settings Of SharePoint Office 365 Site Collection Programmatically Using C# Patterns And Practices CSOM

In this article, let us see how to update the Regional Settings of SharePoint Office 365 Programmatically using C# PNP.

 

How to Delete the Blobs from the Azure Blob Container Using C# Programmatically

In the earlier article, we saw how to retrieve the Blobs from an Azure Container Using C#. In this article, as a continuation, let us see, how to delete them. This scenario is for clean up the Blobs during the development time. I faced this, when I needed to delete thousands of files from the Blob Container

 
 

How to Do a Search Query on Azure Search Service Programmatically using C#

Azure Search Service – Execute Query Statement with Parameters using C# in a console application.