The program for DataServices World (June 24, New York City) has been
announced. The conference includes a distinguished lineup of speakers
from BEA, Blue Cross/Blue Shield, IBM, iWay Software, Microsoft,
Morgan Stanley and Sun Microsystems.

Mike Pizzo is the lead architect for Microsoft's data access and data
programmability initiatives. He's been responsible for developing the
ODBC Cursor Library, OLE DB, ADO and ADO.NET.

At DataServices World, Mike Pizzo will speak about LINQ, ADO.NET
Entity Framework and ADO.NET Data Services. He will also participate
in a Data Access and Data Services Workshop with Dr. Michael Carey
(BEA Systems) and Dr. Carlo Innocenti (DataDirect Technologies).

http://dataservicesworld.sys-con.com/general/session0608.htm

"LINQ and ADO.NET Entity Framework and Data Services for the Web"
When: June 24, 2008 (2:00 - 2:50 pm)
Where: Roosevelt Hotel, 45th and Madison Avenue, New York City

"The ADO.NET Entity Framework raises the level of abstraction for data
programming. It is the evolution of ADO.NET that allows developers to
program in terms of the standard ADO.NET abstraction or in terms of
persistent objects (ORM) and is built upon the standard ADO.NET
Provider model. The Entity Framework introduces a set of services
around the Entity Data Model (EDM) (a medium for defining domain
models for an application).

The goal of ADO.NET Data Services is to enable applications to expose
data as a REST-based data service that can be consumed by Web clients
within a corporate network and across the Internet. The data service
is reachable over HTTP, and URIs are used to identify the various
pieces of information available through the service. Interactions with
the data service happens in terms of HTTP verbs, such as GET, POST,
PUT, and DELETE, and the data exchanged in those interactions is
represented in simple formats, such as AtomPub and JavaScript Object
Notation (JSON). "