reklama - zainteresowany?

Windows Phone 7.5 Data Cookbook. Over 30 recipes for storing, managing, and manipulating data in Windows Phone 7.5 Mango applications - Helion

Windows Phone 7.5 Data Cookbook. Over 30 recipes for storing, managing, and manipulating data in Windows Phone 7.5 Mango applications
ebook
Autor: Ramesh Thalli
Tytuł oryginału: Windows Phone 7.5 Data Cookbook. Over 30 recipes for storing, managing, and manipulating data in Windows Phone 7.5 Mango applications.
ISBN: 9781849691239
stron: 224, Format: ebook
Data wydania: 2011-10-28
Księgarnia: Helion

Cena książki: 119,00 zł

Dodaj do koszyka Windows Phone 7.5 Data Cookbook. Over 30 recipes for storing, managing, and manipulating data in Windows Phone 7.5 Mango applications

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.

Dodaj do koszyka Windows Phone 7.5 Data Cookbook. Over 30 recipes for storing, managing, and manipulating data in Windows Phone 7.5 Mango applications

 

Osoby które kupowały "Windows Phone 7.5 Data Cookbook. Over 30 recipes for storing, managing, and manipulating data in Windows Phone 7.5 Mango applications", wybierały także:

  • Windows Media Center. Domowe centrum rozrywki
  • Ruby on Rails. Ćwiczenia
  • DevOps w praktyce. Kurs video. Jenkins, Ansible, Terraform i Docker
  • Przywództwo w Å›wiecie VUCA. Jak być skutecznym liderem w niepewnym Å›rodowisku
  • Scrum. O zwinnym zarzÄ…dzaniu projektami. Wydanie II rozszerzone

Dodaj do koszyka Windows Phone 7.5 Data Cookbook. Over 30 recipes for storing, managing, and manipulating data in Windows Phone 7.5 Mango applications

Spis treści

Windows Phone 7.5 Data Cookbook. Over 30 recipes for storing, managing, and manipulating data in Windows Phone 7.5 Mango applications eBook -- spis treści

  • 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...
        • Theres 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 TransferREST
      • 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 FrameworkWCF
      • 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

Dodaj do koszyka Windows Phone 7.5 Data Cookbook. Over 30 recipes for storing, managing, and manipulating data in Windows Phone 7.5 Mango applications

Code, Publish & WebDesing by CATALIST.com.pl



(c) 2005-2024 CATALIST agencja interaktywna, znaki firmowe należą do wydawnictwa Helion S.A.