Can I use the Data Source Configuration Wizard in Visual C# 2010 Express to connect to a YouTube api feed or is there something I don’t understand (which is probable)?
I’m writing a WPF app in C# and would like to bind a listbox to an atom feed like:
If not, why is the YouTube api not compatible with the Source Configuration Wizard?
I don’t believe you can. You can however use SyndicationFeed (3.5+), like so:
EDIT: to answer your question as to why it doesn’t work these links may help you: http://msdn.microsoft.com/en-us/library/8s2t4x15.aspx and http://msdn.microsoft.com/en-us/library/w4dd7z6t.aspx. I think it just comes down to Atom isn’t a supported data source.