CHAPTER 3

image

Windows 8 Modern App Data Access Options

The Windows 8 platform redefines the way apps access and manipulate data, as there is no direct way to access a local or remote database server as we do with .NET using ADO.NET, Linq2SQL, or the Entity framework. WinRT APIs do not provide any of the following options for security and platform-related reasons.

  • Built-in local databases like SQLCE
  • Connection to SQL Express Instances
  • Accessing databases using ODBC or OLEDB providers
  • Direct access to the disk

With these limitations, managing data becomes a critical part in developing a Windows 8 app. In this chapter we take a look at various data ...

Get Beginning Windows 8 Data Development: Using C# and JavaScript 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.