DORSETRIGS
Home

dependency-inversion (4 post)


posts by category not found!

Clean architecture: inverting dependency of EF DbContext

Clean Architecture Inverting Dependency of EF Db Context In the realm of software development maintaining clean code and architecture is paramount One common ch

3 min read 25-09-2024 63
Clean architecture: inverting dependency of EF DbContext
Clean architecture: inverting dependency of EF DbContext

Question about interface segregation of a repository, when my services are interested only in one or 2 methods on the repository

Interface Segregation in Repositories A Fine Balance When designing your application you might find yourself questioning the value of Interface Segregation Prin

2 min read 01-09-2024 49
Question about interface segregation of a repository, when my services are interested only in one or 2 methods on the repository
Question about interface segregation of a repository, when my services are interested only in one or 2 methods on the repository

i have 200 classes in my project, should i create per each class one interface?

The Interface Dilemma 200 Classes and the Search for Clarity In a large project with hundreds of classes the temptation to create an interface for each class mi

2 min read 01-09-2024 46
i have 200 classes in my project, should i create per each class one interface?
i have 200 classes in my project, should i create per each class one interface?

Dagger Hilt Incompatibility with Dependency Inversion

Navigating Dagger Hilt and Dependency Inversion in Android Modularization Dependency Inversion Principle DIP is a crucial design pattern for modularizing Androi

3 min read 29-08-2024 54
Dagger Hilt Incompatibility with Dependency Inversion
Dagger Hilt Incompatibility with Dependency Inversion