Dependency Injection in C# from scratch! | .NET 7 | Tutorial part 1 of 2

preview_player
Показать описание
This video is the first of two videos in the series "Setting up dependency injection in a C# console application from scratch".

In this video, we will cover construction injection and show how we can easily make extensible and maintainable code with dependency injection.

00:00 Introduction
01:43 Setting up the project
03:56 Adding the services and interface
11:28 Installing required NuGet packages
12:23 Setting up dependency injection
15:24 Switching implementation of the interface
Рекомендации по теме
Комментарии
Автор

I liked because it explains complex things (adding projects, interfases and classes) in a simple way. Thanks a lot.

manuelgonzalotoribioruizal