-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Tools and Skills for .NET 8
By :

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.
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.
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...