How to Create a Modern Site Programmatically in SharePoint Office 365 using Patterns and Practice (OfficeDevPNP)

The article explains about how to create a modern site in SharePoint Office 365 Programmatically. This will be helpful during the provisioning of the sites.

 

Introduction to Webpack and Typescript configuration in React – Part 1

Hi in this article we will see how to compile your simple React application using webpack and we are using Typescript here; I already wrote an article about Advantages of using Typescript. I consider you already setup your react environment by installing all dependencies like npm node. Let’s go directly into react application where we need to configure Webpack.

 

Is it possible to create a modern SPFx web part as a control in Page Layout (Template)?

Is it possible to create a modern SPFx web part as a control in Page Layout (Template)? – A simple workaround solves few hours of investigation

 
 

How to Get the Tenant ID of Office 365

Office 365 – Tip – How to Get the Tenant ID of Office 365

 

Step by Step Procedure to Call SharePoint Office 365 REST API from Microsoft Flow

How to Consume a SharePoint REST API from Microsoft Flow – UseCase – Get the Users from a Group using REST API in Microsoft Flow

 

Advantage and few Guidelines to use Typescript – React

Advantage and few Guidelines to use Typescript – React

 
 

How to setup O365 Enterprise Developer environment by using Visual Studio Subscription

In this article we will see how to setup O365 Enterprise E3 developer environment. Please make sure that you have Visual Studio Subscription (MSDN subscriptions are now called Visual Studio subscriptions) to follow the below steps. To know more about VS Subscription please visit -> https://www.visualstudio.com/subscriptions/

 

How to Get Current logged in user id in SPFx using React Typescript

In this article let us see How to Get Current logged in user id in SPFx using React Typescript

 

Get site storage information from multiple SharePoint online or Onprem.

In this article we will see how to Get site storage information from multiple SharePoint online or Onprem.

 
 

SharePoint Office 365 – How to Get the Lists with Unique Permission – CSOM PowerShell

A Powershell snippet to identify whether a List has unique permission or not. Short but useful.