This is the second part of a tutorial in which Michael Washington demonstrates how OData works. This time he makes a simple Silverlight application that talks to an oData service.
Note, for this tutorial, you will also need to download and install RX Extensions from: http://msdn.microsoft.com/en-us/devlabs/ee794896.aspx, and the Silverlight Toolkit from: http://silverlight.codeplex.com.
As with the last tutorial, we will not use a database, just a simple collection that we are creating programmatically. This will allow you to see just the oData parts.
For those of you who missed the first part you can catch up here.