All about SharePoint Add Ins. The must have reference guide for SharePoint Add In development
There has been a lot of information on the internet about Add-ins for SharePoint and the information has been complex to understand for developers who migrate from the traditional .Net based Farm/Sandbox solutions to Add-ins for SharePoint
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
How to design a XSLT to transform XML to HTML/TEXT/CSV
In this article let us see How to design a XSLT to transform XML to HTML/TEXT/CSV
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
Editing a Page does not asking for Page Layout or Single URL Option – SharePoint 2013
SharePoint Tip – Editing a Page does not asking for Page Layout or Single URL Option – SharePoint 2013
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