May 2017
Intermediate to advanced
442 pages
11h 55m
English
In this recipe, we will extend the previous C# project to consume the service using JSON.
The primary difference is that JSON will not create the contract and client classes for us, we will need to write them. We will use a NuGet package to help with the serialization and deserialization of C# classes to JSON.
Read now
Unlock full access