Does anyone know of any recently modern full end to end simple tutorial for creating and consuming an OData service using .net 4.0 that doesn't involve Windows Azure, existing services etc?

Bizzarely, the SDK sample downloads on the OData SDK website are all 404'd. http://www.odata.org/developers/odata-sdk (bottom of the page)

Basically I'm looking for something that shows how to expose parts of an existing SQL database through an OData service and then just the basics of connecting a UI to the OData service. Seems there's plenty of the latter, not so much of the former out there.

The best I've found is this one here: http://channel9.msdn.com/Events/TechEd/NorthAmerica/2010/DEV323 but this involves creating an OData service to connect to an existing entity framework model, but doesn't show what's involved there. I've got a lot of the individual pieces straight in my head, but I'm wanting the end to end to make sure I'm following the latest thoughts and best practices on this stuff.

So, I'm pretty much just looking for an end to end hands on lab for all this - anyone got anything better out there they know of?

 

Thanks.
Richard.