Published 26-Nov-18 PowerShell script to create bulk sub sites in modern site and associate group to that site In this article, let us see how to create bulk sites by accessing csv in modern site and associate default group to that site.
Published 26-Nov-18 Access SharePoint from React app using sp-rest-proxy for development In this article we will see how to connect to SharePoint environment from your react application during development. We use pnp-js to access SharePoint resource, but when it comes to development, we can’t deploy the solution to SharePoint every time to check its behavior and its very time consuming also. To avoid this, we use proxy which connects to SharePoint and we use this proxy in our react application (only for development purpose). Well, you can find the package from here sp-rest-proxy it is really well documented and it explains everything about installation and usage.
Published 20-Nov-18 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.
Published 19-Nov-18 Making Rest API Calls made much simpler using RestSharp in C# Making Rest API Calls made much simpler using RestSharp in C#
Published 19-Nov-18 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.
Published 16-Nov-18 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.
Published 16-Nov-18 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.
Published 13-Nov-18 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.
Published 13-Nov-18 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
Published 13-Nov-18 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