|
by ssmith via Blog on 5/7/2010 2:25:00 PM
RESTful interfaces for web services are all the rage for many Web 2.0 sites. If you want to consume these in a very simple fashion, LINQ to XML can do the job pretty easily in C#. If you go searching for help on this, you’ll find a lot of incomplete solutions and fairly large toolkits and frameworks (guess how I know this) – this quick article is meant to be a no fluff just stuff approach to making this work. POCO Objects Let’s assume you have a Model that you want to suck data int
... [ read more ]
|