#dependency-injection

[ follow ]
fromInfoWorld
1 month ago

How to measure coupled code

Coupled code refers to a situation where changes in one module directly affect another, causing unexpected consequences or bugs, making maintenance difficult.
Software development
fromInfoWorld
2 months ago

Ktor adds dependency injection and HTMX modules

Ktor 3.2.0 introduces a dependency injection module that enhances functionality for users, with concurrent application initialization via coroutines and integration with existing frameworks.
Web frameworks
#data-access-layer
Bootstrapping
fromInfoWorld
4 months ago

How to use the IServiceProvider interface in ASP.NET Core

IServiceProvider enhances service dependency resolution in ASP.NET Core, improving application maintainability and testability.
[ Load more ]