The REST SharePoint API has been an extremely popular way for
Office 365 developers to work with SharePoint sites, lists/libraries, and list
items/documents. One of the common feedback from developer’s community using
the REST SharePoint API was about the payload of the data that was returned.
The response from Microsoft...
Thursday, April 21, 2016
Saturday, August 22, 2015
22
Aug
In one of the project I got a chance to set-up a SharePoint 2013
farm configuration for development environment (Hyper V) with below
configuration.
Windows server 2012 R2
SQL Server 2014
I never worked on configuration part, started
typing in google Installing and configuring SharePoint 2013...
Thursday, May 28, 2015
Are you interested in Office 365 Developer Program? Do you want to get FREE!!! developer account? Microsoft gave us possibility to be a part of the Office 365 Developer Program for one year FREE subscription.
The Office 365 Developer Program is a vibrant and growing community of developers, veteran and newbie,...
Friday, May 1, 2015
01
May
SharePoint 2013 adds the ability for you to remotely interact with SharePoint sites by using REST. Now, you can interact directly with SharePoint objects by using any technology that supports standard REST capabilities.
When I am reading resource(http://servername/_api/site) using REST API using Internet Explorer 10,...
01
May
In SharePoint 2013 we have a new site template called Developer Site Template, It is a site template which is used extensively for App development and
you can only deploy apps for SharePoint to a Developer Site.
Developers can build, test and publish their apps here. Here you can
deploy apps for SharePoint from...
Tuesday, April 28, 2015
28
Apr
As a developer I'm always on the lookout for new
solutions, tools, or techniques that can both boost my productivity. Last week
I found a nice feature in visual studio 2013 which is Zen Coding.
As a web developer, I have regularly found myself needing to type a large
amount of HTML layout code. Your page...
Friday, December 26, 2014
Content Editor Web Part is one of useful OOB web part in SharePoint.
You can use the Content Editor Web Part to add formatted text, tables, hyperlinks, and images to a Web Part Page.
The Content Editor Web Part is intended for adding HTML content to a Web Part Page, which may include hyperlinks. However,...