Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Microsoft DevRadio: Using OData in Your Windows 8 application
Sep 21, 2012 at 6:42 PMUnfortunately, I have to wait till October 26, because I'm not a subscriber; thanks for the link too (it'll have to wait too).
By the way, as I haven't seen much Windows Store Apps examples in C#/XAML (only javascript/HTML5), would you mind writing some examples (in C#/XAML) in your blog like this one, about flyouts, settings flyouts, share contracts (source & target) using standard and custom formats, app to app picking, and any others you find useful ?
Thanks in advance.
Microsoft DevRadio: Using OData in Your Windows 8 application
Sep 17, 2012 at 6:03 AMI guess http://odata.netflix.com/Catalog/ is not a public service. VSExpress fails to add a reference to it. I'm using Microsoft Visual Studio Express 2012 RC for Windows 8 + Win8 Release Preview.
EDIT: VS11+Win8 Consumer Preview includes the service reference *successfully* for C# console application, but not for Metro style app.
The error message is:
There was an error downloading 'http://odata.netflix.com/Catalog/_vti_bin/ListData.svc/$metadata'.
The request failed with HTTP status 404: Not Found.
Metadata contains a reference that cannot be resolved: 'http://odata.netflix.com/Catalog'.
etc...