PDC Session List Web Service

Friday, October 10, 2003 4:21:54 AM (GMT Daylight Time, UTC+01:00)

To me, it seems really strange that I'm not somehow able to get a data friendly version of the Microsoft PDC sessions and their appropriate info. What better way to attract a bunch of developers than to give them a webservice with the details!!! It's just one of those things that would be really handy. Well folks, it's not official, it's the best list I could compile and I hope it's accurate (Don't blame me if you miss a session at this point because you think it's gospel! Use at your own risk, Bill and Steve own the rights, not me! ...(Did I miss anything?))

PDC Session List Web Service

PDCSessionList returns a dataset that looks something like this. After some sleep I'll do some fine tuning and post some better details!

<?xml version="1.0" encoding="utf-8" ?>

- <DataSet xmlns="http://tempuri.org/DemoApp/PDCSessionList">
- <xs:schema id="sessions" xmlns="" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
- <xs:element name="sessions" msdata:IsDataSet="true">
- <xs:complexType>
- <xs:choice maxOccurs="unbounded">
- <xs:element name="session">
- <xs:complexType>
- <xs:sequence>
  <xs:element name="title" type="xs:string" minOccurs="0" />
  <xs:element name="track" type="xs:string" minOccurs="0" />
  <xs:element name="codenumber" type="xs:string" minOccurs="0" />
  <xs:element name="room" type="xs:string" minOccurs="0" />
  <xs:element name="timeslot" type="xs:string" minOccurs="0" />
  <xs:element name="speakers" type="xs:string" minOccurs="0" />
  <xs:element name="abstract" type="xs:string" minOccurs="0" />
  </xs:sequence>
  </xs:complexType>
  </xs:element>
  </xs:choice>
  </xs:complexType>
  </xs:element>
  </xs:schema>
- <diffgr:diffgram xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:diffgr="urn:schemas-microsoft-com:xml-diffgram-v1">
- <sessions xmlns="">
- <session diffgr:id="session1" msdata:rowOrder="0" diffgr:hasChanges="inserted">
  <title>"Avalon" Graphics and Media (Part 2): Using Graphics, Animation and Composition in Your Applications</title>
  <track>Client</track>
  <codenumber>CLI341</codenumber>
  <room>Room 403AB</room>
  <timeslot>Tue, October 28 3:45 PM-5:00 PM</timeslot>
  <speakers>Greg Schechter</speakers>
  <abstract>All Windows "Longhorn" application developers that make use of graphics to create exciting applications and controls will benefit from this session's essential knowledge, including the extensive set of graphics primitives and capabilities. For those developing specialized graphics applications, the advanced rendering concepts and capabilities provided in Longhorn will be covered, such as composition, the key graphics abstraction Visual (used for off-screen rendering and printing), and the imaging pipeline.</abstract>
  </session>
- <session diffgr:id="session2" msdata:rowOrder="1" diffgr:hasChanges="inserted">
  <title>"Avalon": Building Applications with Controls and Dialogs</title>
  <track>Client</track>
  <codenumber>CLI300</codenumber>
  <room>Room 502AB</room>
  <timeslot>Mon, October 27 3:00 PM-4:15 PM</timeslot>
  <speakers>Rob Relyea</speakers>
  <abstract>Learn the way to build basic "Avalon"-based applications. This session covers layout of applications, dialogs and controls using markup, code, properties, methods, events and basic animations.</abstract>
  </session>
</sessions>
</diffgr:diffgram>
</DataSet>

 

Posted in Software | PDC  | Comments [0] 


Comments are closed.