Learning Path Details

.NET Core Dependency Injection from Start to Finish from Tim Corey


Description:

Formerly titled ".NET Core Dependency Injection In Depth", this course is a deep dive into Dependency Injection in .NET Core. It covers what Dependency Injection is and why it is important, how to set it up and reference injected classes and interfaces, scopes (singleton, scoped, and transient), best practices, and more.

Key Takeaways:

We learn everything needed to use Dependency Injection in .NET projects, inclluding specific project types, best practices, using interfaces, scope, and advanced topics.

Technologies Learned:

  • .NET;
  • .NET Core;
  • C#;
  • Dependency Injection;

This learning resource was completed on 7/8/2022.

Back to List