CHAPTER 4

image

Consuming Data

An application would be nothing without data. Those data can come from a number of different sources, ranging from a local database, XML or JSON (JavaScript Object Notation) files to a database in the Cloud, or a REST (representational state transfer) service. Windows Store applications allow us to use a range of data stores, although the focus lies mostly on Cloud-connected apps. Although the local database of choice was SQL compact edition in Windows Phone 7, it’s now the open source SQLite in Windows 8 and Windows Phone 8. As far as services are concerned, we can target WCF services, sockets, RSS, oData, REST services, ...

Get Windows 8 App Projects - XAML and C# Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.