Access SharePoint From React App Using Sp-Rest-Proxy For Development
In this article, let us see how to Access SharePoint From React App Using Sp-Rest-Proxy For Development
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.
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 refer custom dll or assemblies in Azure Function
Hello everyone In this article we will see how to refer dll or assemblies in your azure function.
How to Get (Retrieve) the Files from Azure Blob Storage Programmatically using C#
Let us see How to Retrieve the files from Azure Blob Storage Container Programmatically using C#. The article is very simple and having a small code snippet.
CRUD on SharePoint List Webhook using Postman
There are many way to keep track on SharePoint list changes like event receiver ChangeToken workflows there’s one more interesting way to keep track on SharePoint list and that is called webhook. By the time I write this article webhooks are enabled only for SharePoint list items. A notification will be triggered when there’s a change in the SharePoint list.
How to Create Discussions List Reply to a topic and Reply to a Reply Programmatically using C# Patterns and Practice (PNP)
Usually in the discussion list we will start a topic and a lot of replies will be given by the users and sometimes there could be a chance that a reply to reply also. In this article let us see how to create 1. Reply to a Topic 2. Reply to a Reply.
How to change the favicon in SharePoint Modern Site using SPFx Application Customizer
In this article let us see how to change the favicon in SharePoint Modern Site using SPFx Application Customizer
How to refer nuget package in Azure Function v1.x
In this article we will see how to refer nuget package in Azure Function version 1.x. Please make sure that your Azure function is version 1 because nuget package is referenced in different way in version 2
How to Use Microsoft Graph Data Connect to Extract Data Using Azure Data Factory from Office 365 and Push to Azure Blob Storage – Part 2
Step by Step Procedure to Use Microsoft Graph Data Connect to Extract Data Using Azure Data Factory from Office 365 and Push to Azure Blob Storage