December 2021
Intermediate to advanced
204 pages
3h 5m
English
This seventh chapter isn't really about customization; it's more about a feature you can use to create background services to run tasks asynchronously inside your application. I use this feature to regularly fetch data from a remote service in a small ASP.NET Core application.
We'll examine the following topics:
The topics of this chapter refer to the Host layer of the ASP.NET Core architecture:
Figure 7.1 – ASP.NET Core architecture
To follow the descriptions ...