Tuesday, January 19, 2010

New features in Silverlight 4 Beta: WCF Data Services

ADO.NET Data Services has changed its name to WCF Data Services. Today I’ll write about consuming these data services from Silverlight 4 Beta client.

I have created Silverlight 4 application consuming .NET 4.0 WCF Data Service in x-domain scenario (which is supported in updated data services). Silverlight 4 client library includes most of the new features previewed in the ADO.NET Data Services CTP2.  Using the Visual Studio 2010 Beta 2 Add Service Reference feature with the Silverlight 4.0 Beta requires a few extra steps from the normal process.

OData

The Open Data Protocol Visualizer for Visual Studio CTP1  (see screenshot above)  provides a read-only visualization of the types, properties, associations, and other objects in the Entity Data Model (EDM) returned from an Open Data Protocol’s metadata endpoint. You can download and install it using Extension Manager.

Useful links

No comments: