Making Rest API Calls made much simpler using RestSharp in C#

A simplest way to make Rest API Calls using RestSharp in C#. RestSharp is a Free NuGet Package which can be used to make any type of Rest Calls quickly.

 

How to Create Discussions List Topics Programmatically using C# Patterns and Practice (PNP)

In this article let us see how to create the topics in a discussion list programmatically using C# Patterns and Practice.

 

How to Upload documents to Azure Blob Storage Containers Programmatically using C#

In the earlier articles we saw how to create the Blob Storage through the Azure Console and Programmatically. Now let us see how to upload documents to the Containers programmatically.

 
 

Upload File to SharePoint Office 365 Programmatically using C# CSOM – PNP

In this article let us see how to upload file to sharepoint office 365 programmatically using CSOM patterns and practices

 

Upload File to SharePoint Office 365 Programmatically using C# CSOM – /_api/web/GetFolderByServerRelativeUrl – PostAsync – HttpClient

A small piece of code to upload the Files Asynchronously to SharePoint Office 365 programmatically using C# CSOM with GetFolderByServerRelativeUrl RestAPI Calls.

 

How to generate App ID & Secret key to access SharePoint online through console application using Access Token – Part 2

How to generate App ID & Secret key to access SharePoint online through console application using Access Token – Part 2

 
 

How to Set the List View Experience Programmatically into Modern Classic (ListExperienceOptions) in SharePoint Office 365 Programmatically

How to Set the List View Experience Programmatically into Modern Classic (ListExperienceOptions)

 

How to generate App ID & Secret key to access SharePoint online through console application using Access Token – Part 1

How to generate App ID & Secret key to access SharePoint online through console application using Access Token

 

How to enable site classification in modern SharePoint site

The site classification option is not enabled by default in modern site and you need to configure it using either CSOM or PowerShell script.

 
 

Step by Step procedure to Create a Custom Action for Delete Button on SharePoint List Form Ribbon using JavaScript

Step by Step procedure to Create a Custom Action for Delete Button on SharePoint List Form Ribbon using JavaScript