March 2020
Intermediate to advanced
534 pages
14h 15m
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 ourselves. We will use a NuGet package to help with the serialization and deserialization of C# classes to JSON.
Read now
Unlock full access