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
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
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
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
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.