views:

51

answers:

3

Does windows phone 7 series support the System.ServiceModel.Syndication.dll?

A: 

No, I'm pretty sure for now if you want to parse feeds you just have to use Xml.

Brian
+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
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