January 2021
Intermediate to advanced
160 pages
2h 23m
English
In this third chapter, we'll take a look at ASP.NET Core dependency injection and how to customize it to use a different dependency injection container, if needed.
In this chapter, we will be covering the following topics:
The topics in this chapter refer to the hosting layer of the ASP.NET Core architecture:
Figure 3.1 – ASP.NET Core architecture
To follow the descriptions in this chapter, you will need to create an ASP.NET ...