0
kicks
Work with RESTful service using LINQ to XML
Recently I've been working on a project that uses third party RESTful service a lot. The main response format of the service is XML, I found it is a big headache to parse the data using XmlDocument, so wondering if it can be easily done by using LINQ...