- Introduction
What you'll learn
- Understand and leverage the benefits of dependency injection
- Plan and configure dependency injection containers
- Leverage dependency injection scopes, modules and other advanced capabilities
- Integrate dependency injection with popular frameworks (e.g., ASP.NET
Description
This is a course covering Dependency Injection in .NET using the Autofac library. The goal of the course is to provide in-depth coverage of the concept of dependency injection and give examples of how DI/IoC is used in the modern world.
This course covers the following topics:
- The concepts of Dependency Injection and Inversion of Control and what they are for
- Components and Services (terminology used by the Autofac container)
- Component Registration including assembly and module scanning
- Controlling Scope and Lifetime
- Configuration including XML/JSON and Modules
- Plenty of advanced topics for the connoisseur
Students also bought
Información sobre el Instructor

- 4.44 Calificación
- 150310 Estudiantes
- 21 Cursos
Dmitri Nesteruk
Software/Hardware Engineering • Quant Finance • Algotrading
Dmitri is a quant, developer, book author and course author. His interests lie in software development and integration practices in the areas of computation, quantitative finance and algorithmic trading. His technological interests include C# and C++ programming as well high-performance computing using technologies such as CUDA and FPGAs. He has been a C# MVP since 2009.
Student feedback
4.44
Course Rating
Reviews
Jeff Penrod
26-04-2021
Good explanation of Dependency Injection and why one would like to use an IoC container.