Sathish Nadarajan

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

Sathish Nadarajan

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

Ashok Raja

How to resolve Error Value does not fall within the expected range with Exception Microsoft SharePoint SPFieldMap GetColumnNumber

This error System.ArgumentException: Value does not fall within the expected range with exception message Microsoft.SharePoint.SPFieldMap.GetColumnNumber

Ashok Raja

KnockoutJs Data binding in SharePoint 2013 with jQuery, SPServices and DataJs

In this article we can see how to bind the SharePoint 2013 List Items retrieved via popular Java script frameworks like jQuery, SPServices , DataJs with KnockoutJs. To query the SharePoint list, I’ll be using  …read more

Sathish Nadarajan

Step by Step procedures to create a Timer Job in SharePoint 2013

In this article we will see how to create a Timer Job step by step in SharePoint 2013. Timer Job from the beginning of the SharePoint era plays a vital role in SharePoint Development

Ashok Raja

Script Box WebPart for SharePoint 2013 and 2010 to easily refer JavaScript and Style Sheets in SharePoint Pages

This Script Box WebPart (Not the OTB Script Editor WebPart) provides easy options to refer scripts and CSS in SharePoint 2013 and SharePoint 2010 Applications. Apart from using it as a WebPart, this can also  …read more

Sathish Nadarajan

Making a REST Call to a Custom WCF Service from SharePoint 2013 Provider Hosted Application

This article explains you how to make a REST call to a custom WCF service from a SharePoint 2013 Provider Hosted Application. In the previous Article we saw how to create the WCF Service and test them from the browser

Sathish Nadarajan

Step by Step Procedures to create a WCF Service Application for SharePoint 2013

This article describes about the creation of a WCF Service and deploying it into the SharePoint 2013 environment. WCF Services plays a major role in SharePoint 2013 Apps based development model by acting as a bridge between SharePoint Client Object Modal and SharePoint Client Object Modal

Moses

Manage SSRS Report Parameter(s) and Report Subscription in SharePoint Integrated Mode – Part 2

In Part 2 of this series we’ll continue exploring few modes of generating SSRS report with report level parameters in SharePoint Integrated mode thru report URL. Subscription model in SQL Reporting Services in SharePoint Integrated Mode is also covered in this article.

Sathish Nadarajan

Getting the Client Context from Claims Aware Provider Hosted Application in SharePoint 2013

This post on getting the Client Context from Claims Aware Provider Hosted Application in SharePoint 2013 is a continuation of my earlier posts related to SharePoint 2013 Apps development