dynamicrest icon indicating copy to clipboard operation
dynamicrest copied to clipboard

REST service access using C# 4.0 dynamic programming

Dynamic REST

This is a small project demonstrating REST service access, working against JSON data and XML data using late-bound dynamic code using the new dynamic programming features being added to c# 4.0.

JSON data http://www.nikhilk.net/CSharp-Dynamic-Programming-JSON.aspx

REST client http://www.nikhilk.net/CSharp-Dynamic-Programming-REST-Services.aspx