Preparing the SharePoint 2013 development environment for App Development (SharePoint Hosted App).

This article explains about the step by step procedure to prepare our environment for SharePoint 2013 App Development by using power shell script as well as through central administration.

 

How to delete unused sites in SharePoint 2013

This article explains about deleting the unused sites and subsites from SharePoint 2013 Farm. From the central administrator Application management settings we can do this. Let us see how to delete the unused sites from SharePoint 2013.

 

Creating an ADFS2.0 TrustedIdentityTokenIssuer using PowerShell in SharePoint 2013

In this article let us see how to create an ADFS 2.0 Trusted Identity Token Issuer (SPTrustedIdentityTokenIssuer) using PowerShell in SharePoint 2013.

 
 

Configuring ADFS as Authentication Provider For SharePoint 2013 Web Application

In this article let us see how to configure ADFS 2.0 as Authentication provider for SharePoint 2013 web application by creating a trusted identity token issuer. (SPTrustedIdentityTokenIssuer).

 

Referring Embedded Javascript files and CSS from a Custom Blank WebPart in SharePoint 2013

In this article let us see how to create a web part with JavaScript files and CSS Files embedded on them

 

PowerShell Script to Install SharePoint 2013 Provider Hosted Application

We had seen many articles regarding the development of Provider Hosted Application as well as how to deploy them using the visual studio. In this article I’ll explain how to use PowerShell script to install an App

 
 

SharePoint 2013 LogAnalyticsApp – PowerShell script to register the Event

In one of my previous post I have explained about SharePoint 2013 LogAnalytics app event. Now let us see how we can register the event with a corresponding GUID which will be used for Log Analytics

 

Chrome Control (Navigation Control) on the Provider Hosted Application to go back to SharePoint Site

In one of my project I came across an interesting requirement on the Provider Hosted Application. I.e. to show a link or navigation on the Provider Hosted Applications Page so that whenever the end user wants to go back to the sharepoint site they can click that and go back to the sharepoint site

 

Step by Step procedure to Programmatically Implement LogAnalytics against a SharePoint 2013 ListItem

Let us have a look into the SharePoint 2013 Analytics namespace in the Microsoft.SharePoint.Client.dll which will be used to LogAnalytics against any list item programmatically. There are certain steps needs to be followed to do the LogAnalytics

 
 

Programmatically Manage List Items Rating with Social Rating Manager in SharePoint 2013

As the title describes I am going to share about the Rating functionality (GetRating and SetRating) of a SharePoint 2013 List Item by using SocialRatingManager Class programmatically