#dependency-injection

[ follow ]
Web frameworks
fromMedium
1 month ago

How to Use the Repository Pattern in Laravel (Clean & Scalable Code Example)

Use the Repository Pattern in Laravel to separate business logic from data access, making controllers testable, maintainable, and easily swappable.
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 ]