0
kicks
REST to collection builder using LINQ to XML
Few weeks ago, I did a post about how can I handle REST response using LINQ To XML. You can take a look at it here.
http://weblogs.asp.net/mehfuzh/archive/2008/01/11/rest-with-linq-to-xml.aspx
Now , this is nice that we can parse REST response with LINQ To XML but at the same time
...