Dependency injection
Saturday, December 21, 2024 |
1240 views
Dependency injection (also known as DI) is a design pattern in which a class or object has its dependent classes injected (passed to it by another class or object) rather than create them directly. Dependency injection facilitates loose coupling and promotes testability and maintenance
Post Comments
Related Post
Roadmap of .NET Core 6.0
Creating Model using .net core 6.0
Data Context, Connection String, Migration using .net core 6.0
Dependency injection
Features of Web API
