In this post i will explain the differences between OData, REST, REST API OData … ** Is built on top of the AtomPub protocol. The AtomPub protocol is one of the best examples of REST API design. So, in a sense you are right – the OData...
while i am starting my SharePoint PowerShell journey to discover PowerShell, i had been requested to change list settings like versioning & advanced settings using PowerShell scripts. PowerShell is really power tool to automate a lot of tasks...
Product catalog is one of new features of WCM in SharePoint 2013, in this post i will go through that feature. The first step in the process is to Create a site collection using the Project Catalog template. To do this open up Central Admin and...
In this post i will post an example on how we can retrieve data from SharePoint 2013 Rest API based on content type filter. it is simple one but i will use Order By & top & filter operators in the following example
Their are 3 ways to get this done. Export from 2010 and import in 2013(with little tricks) Content Database Migration 3rd party tools. Method 1. Export the list from SharePoint 2010 using either the Central Administration or PowerShell (Export...
in this post i will list some of SharePoint Rest API calls Get the groups of current user using REST API function getCurrentUserWithDetails() { var endpointUrl = _spPageContextInfo.webServerRelativeUrl + '/_api/web/currentuser/?$expand=groups';...
Most of time SharePoint developers implement custom user controls, web parts, application page, in the past i was developing all custom required controls using ASP.Net server controls like button, label , grid , … etc and then apply different...