.NET Core Dependency Injection In Depth
Please rate the course
Source:
Category:
Language:
English
Duration:
04:59:02
Number of lessons:
45
Added date:
01/05/2024
Rating:
0.0
Course short description
How do you make use of dependency injection so your apps are not half-baked, tightly-coupled, and messy? .NET Dependency Injection In Depth gives you an in-depth look at how the dependency injection system works in .NET Core. It covers how to set it up in all major project types, how to add dependencies in various manners, and how to get the dependencies out. Advanced and edge cases will be covered, including additional parameters, multiple dependencies per interface, dependencies from other libraries, and more.