ASP.NET Core – Dependency Injection, Interfaces, & Services



ASP.NET Core – Dependency Injection, Interfaces, & Services

ASP.NET Core - Dependency Injection, Interfaces, & Services

Talking about Dependency Injection in .NET Core 7, with service architecture and interfaces for context.
TUTORIAL / SAMPLE CODE : https://aspnano.com/dependency-injection-in-asp-net-core-example-project-and-code-net-7/

BLOG:
https://aspnano.com/blog/

NANO BOILERPLATE:
https://aspnano.com/

0:00 – Intro
0:20 – Service Architecture
2:45 – The Constructor Method with Interfaces
4:48 – Interfaces Explained
6:33 – Registering Services to DI
9:37 – Calling Services from the Main
10:47 – How was this in .NET MVC 5? (Before .NET Core)?
11:23 – More Resources