How the GET LINK features works in SharePoint Online

As we all know the GET link feature is available in SharePoint Online for quite some time and now with the new look and feel Microsoft has made it’s visibility increased

 

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

 

How to add CSR based JS file in JS link in Edit form Webpart in SharePoint office 365

In this article let us see how to ad CSR based JS file in Edit form WebPart in SharePoint Office 365

 
 

SharePoint OAuth using Client ID and Secret

SharePoint OAuth is used to authorize the user using a token instead of credentials (username and password). The token can grant access to a specific site or list

 

Google Charts in SharePoint

In this article let us see about implementation of Google Charts in SharePoint

 

Generate PDF report using iTextSharp (.NET PDF library) in SharePoint Environment

In this article let us see how to generate PDF report using iTextSharp (.Net PDF Library) in SharePoint Environment.

 
 

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.

 

Scheduling SharePoint Online Tasks With Azure Web Jobs

In SharePoint timer job does the repetitive scheduled background service to perform task. The azure web job takes the advantage of the SharePoint Online timer service to perform the task in regular basis through scheduled or on-demand

 

Video Gallery using SharePoint Asset Library and MVC APP

SharePoint asset library allows us to upload images videos audio and any kind of cataloging rich media asset with a thumbnail preview. It has the content type with

 
 

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.