How to create a simple Display template in SharePoint & show the managed property value in a content search Webpart

In this article let us see How to create a simple Display template in SharePoint & show the managed property value in a content search Webpart

 

Powershell Tips Series : How to add a user as a site collection admin on each and every My Site in SharePoint

This code snippet would be helpfull when you try to add a user as site collection administrator to multiple sites. The list of sites that needs to be processed can be passed via text file as input

 

Powershell Tips Series : Download all attachments from a SharePoint list

Use the below Poweshell script to download all the attachments from a SharePoint list / library and save those files to local folder

 
 

Powershell Series : Creating SharePoint Online Site Collection with Theme and Logo

Create a site collection in SharePoint Online with this powershell script. This code snippet accepts site template storage and resource quota and time zone as configurable input parameters for creation of site collection

 

Powershell Tips Series : How to add a user as a Site Collection Administrator in SharePoint Online

This powershell code snippet allows you to add a user as site collection administrator in SharePoint online

 

How to Insert Update Taxonomy Fields (Multi Value) in SharePoint 2013 Programmatically

In this article let us see how to do the Insert Update on Taxonomy Fields in SharePoint 2013 programatically

 
 

How to Attach an Event Receiver to a SharePoint List on Feature Activation

In this article let us see how to attacah an event receiver to a SharePoint List on Feature Activation

 

How to Get User Profile Properties in SharePoint 2013 using JavaScript

In this article let us see how to get User Profile Properties in SharePoint 2013 using JavaScript.

 

How to do a CAML Query on SharePoint 2013 List by JavaScript

In this article let us see how to do a CAML Query on SharePoint 2013 List by Javascript

 
 

How to Make an Ajax Call to WebAPI from Visual WebPart in SharePoint 2013

In this article let us see how to call WebAPI from Visual WebPart in SharePoint 2013