quintendc
quintendc
CC#
Created by quintendc on 1/4/2024 in #help
internal API
XD ok i get it, maybe is should indeed go for mediatr instead and accept the reference between the different class libraries
16 replies
CC#
Created by quintendc on 1/4/2024 in #help
internal API
i try to make a modular monolith where each module have their own frontend an backend, but not every instance of the application will have all the modules this will break the references
16 replies
CC#
Created by quintendc on 1/4/2024 in #help
internal API
i was looking to mediatr but it i come to the same problem is you have to reference libraries to each other
16 replies
CC#
Created by quintendc on 1/4/2024 in #help
internal API
i have different class libraries that should communicate to each other but i don't want project reference between them, if a class library needs information from another is can access it by the API and handle the response the problem here it will always has to send http requests.
16 replies