this course explores the various ways Windows Phone applications access
data. Parts 1 and 2 look at creating and accessing a local SQL database
on the phone. Part 3 examines the user data APIs which let applications
work with contacts and calendar on the phone. Part 4 discusses accessing
an external data service from a phone application. All modules focus on
real-world, no-nonsense scenarios involving querying, displaying, and
in some cases updating domain-specific application data.
Letitbit.net
Table of content
Phone database part1
- Intro and contents
- Database overview
- Defining the data model
- Hands-on : demo overview
- Hands-on : mapping the model
- Hands-on : mapping associations
- Hands-on : creating the context
- Creating the DB
- Hands-on : in-app creation
- Hands-on : external creation
- Querying the DB
- Hands-on : querying
- Takeaways
Phone database part2
- Intro and contents
- Inserts, updates, deletes
- Hands-on : updating
- Hands-on : inserting
- Hands-on : deleting
- Schema updates
- Hands-on : updating DB schema
- Using sqlmetal.exe
- Hands-on : sqlmetal
- Considerations
- Takeaways
User data
- Intro and contents
- User data overview
- Contacts API
- Hands-on : contacts manager
- Hands-on : contact picture
- Searching Contacts
- Hands-on : built-in search
- Hands-on : custom search1
- Hands-on : custom search2
- Appointments API
- Hands-on : calendar features
- Hands-on : appointment search
- Takeaways
OData
- Intro and contents
- OData concepts review
- Hands-on : exposing the service
- The OData client for WP
- Hands-on : generating the client
- Querying 1
- Hands-on : using LoadAsync
- Querying 2
- Hands-on : using Execute
- Paging
- Hands-on : paging
- Loading related data
- Hands-on : related data
- Updating
- Hands-on : updating
- Hands-on : creating and deleting
- Persisting state
- Hands-on : DataServiceState
- Takeaways
No comments:
Post a Comment