Month: February 2013

Home » 2013 » February

JavaScript, WCF and Entity Framework Data Model for SharePoint 2013 Apps – Part 3

The following article is the third in a three part series on data model patterns for SharePoint 2013 apps. In Part One of this series we reviewed the basic parameters for a data model pattern that can be used for building SharePoint 2013 apps and defined the process for creating a base data layer using […]

JavaScript, WCF and Entity Framework Data Model for SharePoint 2013 Apps – Part 2

The following article is the second in a three part series on data model patterns for SharePoint 2013 apps. In Part One of this series I set out the basic parameters for a data model pattern that can be used for building SharePoint 2013 apps and defined the process for creating a base data layer […]

JavaScript, WCF and Entity Framework Data Model for SharePoint 2013 Apps – Part 1

At SharePoint Conference 2013 I demonstrated an Azure-hosted help desk application for Office365 and SharePoint 2013 using the new app model framework. The core data for the application was stored in a SQL Azure database with some SharePoint data integration via REST. The entire UI was coded in JavaScript and HTML. This presented some interesting […]