Does windows phone 7 series support the System.ServiceModel.Syndication.dll?
views:
51answers:
3
A:
No, I'm pretty sure for now if you want to parse feeds you just have to use Xml.
Brian
2010-08-27 09:08:35
+1
A:
If you are looking at building an application or two on the Windows Phone 7 to interface with RESTful services, you may look at RESTSharp, which now supports Windows Phone 7. Luke Lowrey's article is a good starting point on using RESTSharp in Windows Phone 7. In this article, Luke shows how he uses RESTSharp to consume the Google Weather XML feed.
Hope this helps.
indyfromoz
2010-08-27 11:37:36
A:
The Silverlight 3 version of System.ServiceModel.Syndication from the Silverlight 3 SDK should work on Windows Phone but is not officially supported. It may support the features you need from the .NET version.
RoguePlanetoid
2010-08-27 12:30:10