Windows Phone 7.5 Data Cookbook
| By: | Ramesh Thalli |
| Publisher: | Packt Publishing |
| Print ISBN: | 9781849691222 |
| eText ISBN: | 9781849691239 |
| Edition: | 1 |
| Copyright: | 2011 |
| Format: | Reflowable |
Lifetime - $31.19
eBook Features
Instant Access
Purchase and read your book immediately
Read Offline
Access your eTextbook anytime and anywhere
Study Tools
Built-in study tools like highlights and more
Read Aloud
Listen and follow along as Bookshelf reads to you
Details
Table of Contents
Over 30 recipes for storing, managing, and manipulating data in Windows Phone 7.5 Mango applications.
Key Features
- Simple data binding recipes to advanced recipes for building scalable applications
- Techniques for managing application data in Windows Phone mango apps
- On-device data storage, cloud storage and API interaction.
Book Description
Windows Phone 7.5 Mango contains support for apps written in Silverlight or XNA. These apps can store data on the device, and also load and manipulate data from "the cloud" and other web services.This Windows Phone 7.5 Data Cookbook has a range of recipes to help you apply data handling concepts. You will be able to apply the knowledge gained from these recipes to build your own apps effectively. This Windows Phone 7.5 Data Cookbook starts with data binding concepts at the UI layer and then shows different ways of saving data locally and externally in databases. The book ends with a look at the popular MVVM software design pattern. The recipes contained in this book will make you an expert in the areas of data access and storage.What you will learn
- Create data binding to user interface elements with any data source
- Create and save user settings to local isolated storage for later consumption.
- Explore different on device database options such as commercial Perst, open source SQLite and Microsoft's SQL CE.
- Create and consume simple web services and understand LINQ features.
- Scale the applications and work with WCF web services.
- Understand REST and call different social media services like Twitter and RSS Feeds.
- Create and understand MVVM model.