Presentation is loading. Please wait.

Presentation is loading. Please wait.

 Don Gillett Principal Architect Microsoft Corporation BB41.

Similar presentations


Presentation on theme: " Don Gillett Principal Architect Microsoft Corporation BB41."— Presentation transcript:

1  Don Gillett Principal Architect Microsoft Corporation BB41

2

3

4

5

6

7

8 using Microsoft.LiveFX.Client; Mesh mesh = ConnectToMesh(); foreach (MeshObject meshObject in mesh.MeshObjects.Entries) { Console.WriteLine("MeshObject:\t{0} (type {1})", meshObject.Resource.Title, meshObject.Resource.Type); foreach (DataFeed dataFeed in meshObject.DataFeeds.Entries) { Console.WriteLine(" DataFeed:\t{0} (type {1})", dataFeed.Resource.Title, dataFeed.Resource.Type); foreach (DataEntry dataEntry in dataFeed.DataEntries.Entries) { Console.WriteLine(" DataEntry:\t{0} (type {1})", dataEntry.Resource.Title, dataEntry.Resource.Type); }

9

10

11 Devices Media Resources Data Entry MembersMappingsData FeedsNewsSubscription ApplicationsNewsNotification Queue Mesh Objects ScriptsProfilesMeshContacts LOE End-Point Data Entry

12

13 (Try these search terms some good articles about getting change notifications to the UI thread for Silverlight and WPF.)

14 Mow the grass Buy gifts Call home Checklist ChecklistItem ChecklistItemData

15

16

17

18 Fiddler 2 Download from http://fiddlertool.com Resource Model Browser Comes with the Live Framework SDK

19 static function OnBeforeResponse(oSession: Session) { if (oSession.uriContains("myapp.xap")) { oSession["ui-color"]="red"; oSession["ui-italic"]="true"; oSession.LoadResponseFromFile( "C:\\myapp\\bin\\debug\\myapp.xap"); oSession.oResponse.headers.Add("Vary", "*"); } …

20 Please fill out your evaluation for this session at: This session will be available as a recording at: www.microsoftpdc.com

21

22 © 2008 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries. The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions, it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.

23


Download ppt " Don Gillett Principal Architect Microsoft Corporation BB41."

Similar presentations


Ads by Google