Sharepoint 2013: Achieving Carousel Image using OOTB content search webpart search query by implementing cross site publishing.
Let us discuss on how to implement the Carousel image in sharepoint 2013 using content search webpart. To implement the carousel image we need to follow the configuration involved in the cross site publishing page library steps.
Create and Delete Result Source in SharePoint 2013 using PowerShell
In the last article we saw how to create the Result Source using C# and through the Central Administration. Now let us see how to create the same using PowerShell.
How to Create Result Source Programmatically in SharePoint 2013
In this article let us see how to create a result source Programmatically in SharePoint 2013. And to know what is Result Source why do we require that where to use them.
How to Add SafeControl Tags to Web.Config while Deploying a WebPart in SharePoint 2013
By default the SafeControl Tags were not added while Deploying the Webpart from Visual Studio 2012 on SharePoint 2013. Let us see how to overcome that.
Cross Site Publishing in SharePoint 2013 – Part I
Planning to write a Series with respect to the Cross Site Publishing and Using the Content Search WebPart Search KQL etc.
SAP UI 5 aka Open UI 5 application development with Visual Studio
Although SAP suggests Eclipse to develop SAP UI 5 aka Open UI 5 applications, you can develop your SAP UI 5 applications in Visual Studio or any other environment that supports JavaScript
Binding SAP UI 5 aka Open UI 5 Table with List data from SharePoint 2013 REST API
SAP UI 5 aka Open UI 5 is a new development framework available for SAP developers to expose and consume SAP data as JSON objects via REST API calls. Since it is a JavaScript UI …read more
How to view output from SharePoint 2013 REST API as JSON instead of Atom XML
By default, SharePoint 2013 REST API returns output as Atom XML and there is no option to return data as JSON unless headers as passed with the request
Must have JSON tools for every SharePoint Developer
Since most of the people of moving towards client side development in SharePoint, these terms, REST API, oData and JSON have become a part of day to day life of every SharePoint developer. As technology …read more
Retrieving List Attachment and Document URLs in SharePoint 2013 REST API with Knockout Js for SharePoint (KoSpJs)
This article on retrieving List Attachment URLs and Document URLs is a continuation of series on Knockout Js with SharePoint 2013 REST API. Handling both Document URLs and Attachment URLs are bit tricky in SharePoint …read more