Hey Nick,
I'm working my way through this doc too and have found quite a few places where you have updated your code but not the training. Mostly working out these differences has resulted in more learning but now I am quite stuck.
Here are the ones I can remember:
1. p.114 ADO.NET Data Service has been called WCF Data Service since 2009 - took me quite a while to work this out.
2. p.117 'DataMemberPath' is not just deprecated but deleted - code won't compile. Need to use DataMemberBinding="{Binding FirstName}" etc.
3. p.120 Query_Completed method fails due to cross-threading. Need to use:
4. p.121 OpenAccess - this entire section is based on the old OpenAccess. I don't want to learn how it was done. I just want to know how it is done now! I can't complete this section at all so ironically, the one datasource I can't use it the Telerik one. ;(
Can you give me updated text for this section?
So this is as far as I have got as yet. You can see there are quite a few major errors which slow down the learning experience.
But... I've got to say too that I have learned heaps from your tutorials. I am finding the level of detail and the general overview to be just about right.