1. Setting up the HTTP Client
2. Understanding the HTTP Client Framework
3. Creating the HTTP Client
4. Creating the GET Request
5. Capturing the Response
6. Response Format
7. Capturing the Status Code from Response
8. Capturing the Response Content
9. XML and JSON Data Format
10. Accepting the Data in a JSON and XML format
11. GET Request using SendAsync
12. Working with Using Statement
13. Creating the custom class to capture the response
14. Serialization and Deserialization
15. Installing the Deserialization Packages
16. Creating the Model for JSON Schema
17. Deserialization of JSON Response
18. Steps for XML Deserialization
19. Model for XML Deserialization
20. Deserialization of XML Data