How to Enable Ratings/Likes For a List in SharePoint Office 365 Programmatically using PNP C#

How to do things – Enable Ratings in SharePoint List using Patterns and Practices (PNP) Programmatically

 

Step by Step Procedure to Create a Low Trust Provider Hosted App for Office 365 and Host the AppWeb in Local IIS

Let us see how to create a Low trust Provider Hosted App for Office 365 in fact Office 365 accepts only Low Trust Apps alone and Host the App web in Local IIS Server.

 

Step by Step Procedure to Create a Low Trust Provider Hosted App for Office 365 and Host the AppWeb in Azure WebSite

In this article I tried to cover the indepth steps of Creating a Low Trust Provider Hosted App for SharePoint Office 365 Environment and the AppWeb is hosted in an Azure Web Application. Hence in Local only Visual Studio is required.

 
 

How to Add Site Collection Administrator Programmatically to Office 365 Site Collection using Client Side Object Model (CSOM) PNP in SharePoint Office 365

In this article let us see how to Add Site Collection Administrator to the Office 365 Site Collection Programmatically.

 

Deep Dive into SharePoint 2013 and JavaScript – Part 3

In this article let us see the Javascript Deep Dive last Part.

 

How to Create/Provision Site Collection Programmatically using Client Side Object Model (CSOM) PNP in SharePoint Office 365

In this article let us see how to Create/Provision Site Collection Programatically using Client Side Object Model (CSOM) in SharePoint Office 365

 
 

SharePoint online CRUD Operation using pnp-JS-Core

The Patterns and Practices JavaScript Core Library is an open source project which helps the developers to simplify the code instead of writing multiple lines of code for the common SharePoint operations

 

How to Provision Site Columns and Content Types using Provisioning Template by Patterns and Practices PNP in SharePoint Office 365

In this article let us see How to Provision Site Columns and Content Types using Provisioning Template by Patterns and Practices PNP in SharePoint Office 365

 
 

Console Application Using PNP (Patterns and Practices) – SharePoint Office 365

A Console Application to make use of Patterns and Practices (PNP) – First step towards PNP.