tags:

views:

246

answers:

3

How do I consume a RESTful web service in C# code without wcf? Something very simple

+2  A: 

Use the WebRequest class. See A REST Client Library for .NET, Part 1.

John Saunders
A: 

Look at the OpenRasta project - it is a REST Architecture Solution Targeting Asp.net.

Oded