python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Click Handling on Views in Clean Architecture
I have to implement click listener using binding and ViewModel as per clean architecture.
I have two button to select language like English and Chinese.
LanguageActivity.kt
@AndroidEntryPoint
class ...
Taimoor Khan
Votes: 0
Answers: 0
How to register derived instance of DbContext?
I am trying to do POC using Clean Architecture as discussed here, using EF Core 5. In clean architecture the Infrastructure concern like database are separated in Infrastructure layer and then domain ...

LP13
Votes: 0
Answers: 1
Paging 3.0 handle Api and Network error using clean architecture
I am following uncle bob clean architecture to some extent and for that I have to implement UseCase Interactor and Repository pattern for Implementing Paging 3.0.
I haven't find any example that ha...

Zar E Ahmer
Votes: 0
Answers: 0
In Clean Architecture with CQRS pattern, should a type used only in a command go in the Application or in the Entities layer?
In Clean Architecture applied to an API with CQRS pattern, if I have a command in the Application layer for modeling the post payload of an endpoint and that command has a property of type X that is o...
user33276346
Votes: 0
Answers: 1