Can anyone recommend an article on sending and receiving JSON to an asp.net web service (any flavor) that uses more practical examples than "hello world".
Ideally, something that covers topics like:
Receive a single complex object from a web service (to display in a form)
Receive a collection of complex objects from a web service (to display in a table)
Send a single complex object to a web service (for updating the database)
Send a collection of complex objects to a web service (for updating the database)