Tag Archives: microsoft sharepoint server

Development of iPhone client application for SharePoint 2013

I welcome all. In this article I will discuss how to develop an iPhone client for Microsoft SharePoint 2013. Our application will authenticate to SharePoint and read the contents of a list provided by the SharePoint REST API. Let’s proceed.

ExtJS and SharePoint 2010

So, in previous article “Content Types and Custom Fields in SharePoint 2010” we have created a Order content type to display information about the orders in AdventureWorks database, which contains following fields: Order Details, Customer Information and Address Bill To. In this article we will create Rendering Control for Order Details field. This field will […]

Content Types and Custom Fields in SharePoint 2010

In this article we will create a custom content type which we will use to display the order information from AdventureWorks database in following articles. Order content type will include fields such as order details, customer information, shipping address, and more. Also, we will create a template list of orders for the convenience of its […]