public
Description: REST service access using C# 4.0 dynamic programming
Homepage: http://www.nikhilk.net/CSharp-Dynamic-Programming-JSON.aspx
Clone URL: git://github.com/NikhilK/dynamicrest.git
dynamicrest / README
100644 13 lines (9 sloc) 0.361 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
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