Search Results

2
votes

What’s the most portable way to make a Silverlight & Regular .NET REST client

If this is a simple Xml REST service, why not use the WebClient in Silverlight to capture the XML using Linq to XML? I know you said its messy, but it all depends on how you look at it. if you chan …