Learning C# 14 Dependency Injection

Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

voska89

Active member
Joined
Aug 19, 2025
Messages
9,536
81aff5bb11a909e3e9dc080e66a004fc.webp

C# 14 Dependency Injection
Released 5/2026
By Henry Been
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Level: Advanced | Genre: eLearning | Language: English + subtitle | Duration: 3h 53s | Size: 549.1 MB

In any non-trivial C# application with multiple classes, you will quickly face the question of how to provide your classes with their dependencies.
In any non-trivial C# application with multiple classes, you will quickly face the question of how to provide your classes with their dependencies. In this course, C# 14 Dependency Injection, you'll gain the ability to use the .NET built-in dependency injection (DI) container to register services, resolve dependencies and control instance lifetimes. First, you'll explore the IServiceCollection and IServiceProvider types; how to register and resolve types and manage reuse of instances by configuring their lifetimes. Next, you'll discover how to manage application configuration, inject HttpClient, and manage multiple implementations of the same interface using DI. Finally, you'll learn how to handle more complex situations like working with factories, IEnumerable, Lazy, ahead-of-time compilation, convenience registrations, and how to avoid the Service Locator pattern. When you're finished with this course, you'll have the skills and knowledge of the .NET built-in dependency injection container needed to design large applications using the .NET DI container with predictable construction and lifetime behavior.
Homepage
Code:
https://app.pluralsight.com/ilx/video-courses/c-sharp-14-dependency-injection/course-overview

423b519448d4e936894130c701f35288.jpg

Code:
RapidGator
https://rg.to/file/41f65cd0a5a530084715d67af54905da/ymiru.C.14.Dependency.Injection.rar.html
[b]AlfaFile[/b]
https://alfafile.net/file/AwiHn/ymiru.C.14.Dependency.Injection.rar
No Password - Links are Interchangeable
 
Back
Top