Download presentation
Presentation is loading. Please wait.
Published byOwen Whitehead Modified over 9 years ago
1
Don Gillett Principal Architect Microsoft Corporation BB41
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); }
11
Devices Media Resources Data Entry MembersMappingsData FeedsNewsSubscription ApplicationsNewsNotification Queue Mesh Objects ScriptsProfilesMeshContacts LOE End-Point Data Entry
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
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
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.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.