Introduction
  • Introduction
Dependency Injection with .NET Core 3
  • What are Dependencies, and Dependency Injection?
  • Dependency Injection In Action
  • ServiceCollection and ServiceProviders Classes in .NET Core
  • Coding Exercise!
  • Ways of Injecting Types in .NET Core
  • AddScoped vs. AddTransient in Action!
Hands-On Project ! The Personal Blog
  • Project Kick Off
  • Creating and Injecting Types
  • Creating and viewing posts in Personal Blog project
  • Injecting dependencies to ASP.NET Core MVC Views
  • Using Dependency Injection with Attributes and Action Filters
  • Logging and ILogger in ASP.NET Core
More Advanced Topics
  • Resolving Dependencies Conditionally
  • Dependency Injection in WPF Core Applications (.NET Core 3+)
  • Plugging a Third-Party IoC Container (e.g. AutoFac) into .NET Core
Interview Questions!
  • Introduction
  • Question 1: AddScoped or AddTransient?
  • Interview Question 2
  • Interview Question 3
  • Interview Question 4
  • Interview Question 5
  • Interview Question 6