Practicing and exploring
Test your knowledge and understanding by answering some questions, getting some hands-on practice, and exploring the topics covered in this chapter with deeper research.
Exercise 10.1 – Online-only material
You can read Martin Fowler’s article, Inversion of Control Containers and the Dependency Injection pattern, from more than 20 years ago, at the following link: https://www.martinfowler.com/articles/injection.html.
You can read about ASP.NET Core Blazor DI at the following link: https://learn.microsoft.com/en-us/aspnet/core/blazor/fundamentals/dependency-injection.
Exercise 10.2 – Practice exercises
If you would prefer to use an alternative DI system to the built-in one, then Autofac is a good choice. You can learn a technique more deeply if you explore how other comparable systems do it. A simple tutorial for Autofac can be found at the following link: https://autofac.readthedocs.io/en/latest/getting-started/index...