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://learn.microsoft.com/en-us/dotnet/api/system.net.http.httpclient. - For more information on calling a web API from Blazor WebAssembly, refer to https://learn.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://learn.microsoft.com/en-us/dotnet/api/system.text.json. - For more information on
Entity Framework
, refer to https://learn.microsoft.com/en-us/ef. - For more information on
Bootstrap
, refer to https://getbootstrap.com.