Further reading
The following resources provide more information concerning the topics covered in this chapter:
- For more information on the
HttpClient
class, refer to https://docs.microsoft.com/en-us/dotnet/api/system.net.http.httpclient. - For more information on calling a web API from Blazor WebAssembly, refer to https://docs.microsoft.com/en-us/aspnet/core/blazor/call-web-api.
- For more information on the extension methods that perform serialization and deserialization using
System.Text.Json
, refer to https://docs.microsoft.com/en-us/dotnet/api/system.net.http.json. - For more information on Entity Framework, refer to https://docs.microsoft.com/ef.