Chapter 3: Customizing Dependency Injection

In this third chapter, we'll take a look at ASP.NET Core dependency injection (DI) and how to customize it to use a different DI container, if needed.

In this chapter, we will be covering the following topics:

  • Using a different DI container
  • Exploring the ConfigureServices method
  • Using a different ServiceProvider
  • Introducing Scrutor

The topics in this chapter refer to the hosting layer of the ASP.NET Core architecture:

Figure 3.1 – ASP.NET Core architecture

Figure 3.1 – ASP.NET Core architecture

Technical requirements

To follow the descriptions in this chapter, you will need to create an ASP.NET Core MVC application. Open your console, ...

Get Customizing ASP.NET Core 6.0 - Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.