万本电子书0元读

万本电子书0元读

顶部广告

Windows Phone 7.5 Data Cookbook电子书

售       价:¥

0人正在读 | 0人评论 9.8

作       者:Ramesh Thalli

出  版  社:Packt Publishing

出版时间:2011-10-28

字       数:121.9万

所属分类: 进口书 > 外文原版书 > 电脑/网络

温馨提示:数字商品不支持退换货,不提供源文件,不支持导出打印

为你推荐

  • 读书简介
  • 目录
  • 累计评论(0条)
  • 读书简介
  • 目录
  • 累计评论(0条)
The book is written in a cookbook style, presenting examples in the style of recipes, allowing you to go directly to your topic of interest, or follow topics throughout a chapter to gain in-depth knowledge. This book is for developers who want to build data-driven apps, or a line of business applications using the Windows Phone platform. It is also useful for developers on other mobile platforms looking to convert their apps to Windows Phone 7.5 Mango. Basic understanding of C#, XAML and Silverlight is required.
目录展开

Windows Phone 7.5 Data Cookbook

Table of Contents

Windows Phone 7.5 Data Cookbook

Credits

About the Author

About the Reviewers

www.PacktPub.com

Support files, eBooks, discount offers and more

Why Subscribe?

Free Access for Packt account holders

Preface

What this book covers

What you need for this book

Who this book is for

Conventions

Reader feedback

Customer support

Downloading the example code

Errata

Piracy

Questions

1. Data Binding to UI Elements

Introduction

Element binding

Getting ready

How to do it...

How it works...

There's more...

See also

DataContext

Getting ready

How to do it…

How it works...

There's more...

How to export the project as a template

See also

Data Templates

Getting ready

How to do it...

How it works...

There's more...

See also

How DataMode is used

Getting ready

How to do it...

How it works...

There's more...

See also

Converting data for display

Getting ready

How to do it...

How it works...

There's more...

See also

Building a simple app

Getting ready

How to do it...

How it works...

There's more...

See also

2. Isolated Storage

Introduction

Saving user settings

Getting ready

How to do it...

How it works...

There's more...

See also

Opening and creating a file

Getting ready

How to do it...

How it works...

There's more...

See also

Saving username and password to a local store

Getting ready

How to do it...

How it works...

There's more...

See also

Saving a background image to local storage

Getting ready

How to do it...

How it works...

There's more...

See also

3. XML as a Data Store

Introduction

Opening a local XML file

Getting ready

How to do it...

How it works...

There's more...

Parsing XML using the XmlReader class

See also

Navigating the XML file

Getting ready

How to do it…

How it works...

There's more...

See also

Opening a remote XML file

Getting ready

How to do it…

How it works...

There's more...

See also

Object serialization to XML

Getting ready

How to do it...

How it works...

There's more...

See also

4. Using Open Data

Introduction

Consuming OData services

Getting ready

How to do it...

How it works...

There's more...

Using Reference to create the proxy class

See also

Searching OData services

Getting ready

How to do it...

How it works...

There's more...

Different parameters supported by Netflix OData

See also

CRUD operations with OData

Getting ready

How to do it...

How it works...

There's more...

OData Explorer

See also

5. Using On-Device Databases

Introduction

Overview of SQLite Studio

Getting ready

How to do it...

How it works...

There's more...

See also

SQLite Client as an embedded database

Getting ready

How to do it...

How it works...

There's more...

See also

Using SQLite as a local store for the MyTasks App

Getting ready

How to do it...

How it works...

See also

SQL CE as a local store

Getting ready

How to do it...

How it works...

There's more...

Creating and deleting data in SQL CE using LINQ to SQL

See also

McObject Perst as an embedded object database

Getting ready

How to do it...

How it works...

There's more...

See also

6. Representational State Transfer—REST

Introduction

Consuming RSS Feeds

Getting ready

How to do it...

How it works...

There's more...

See also

Using the Twitter API

Getting ready

How to do it...

How it works...

There's more...

See also

Building a simple REST service

Getting ready

How to do it...

How it works...

There's more...

See also

7. Windows Communication Framework—WCF

Introduction

Writing and consuming a simple web service

Getting ready

How to do it...

How it works...

There's more...

See also

Building a service layer using WCF

Getting ready

How to do it...

How it works...

There's more...

See also

WCF using ADO.NET Entity Framework

Getting ready

How to do it...

How it works...

There's more...

See also

Using LINQ to SQL for creating the service

Getting ready

How to do it...

How it works...

There's more...

See also

8. Model View ViewModel

Introduction

Simple MVVM application

Getting ready

How to do it...

How it works...

There's more...

How to use the project template

See also

Using MVVM Light Toolkit

Getting ready

How to do it...

How it works...

There's more...

See also

Updating the MVVM application

Getting ready

How to do it...

How it works...

There's more...

Multiple Views with the same ViewModel

See also

Index

累计评论(0条) 1个书友正在讨论这本书 发表评论

发表评论

发表评论,分享你的想法吧!

买过这本书的人还买过

读了这本书的人还在读

回顶部