DimeCasts.Net #91: Posting data to a REST service using C#
In this episode we take a look at how you can post data to a REST based service in C#.
We wll walk though the steps needed to build the data and then post it to the service. In order to do this we will utilie the WebRequest and the WebResponse objects in C# (.net)