@GeneSy Is it just me or searching for a fish in the global search correctly finds the item but when I click to open the fish details it says "Not found in Fish"?
Hey @HPSupport I've contacted CarePack support [email protected] for an error during registration of my care pack, still waiting for an answer since August 18... Is it normal?
@nickchapsas Unfortunately I have some projects that require COM interop tlb generation and that is not yet available in modern .NET (unless this has changed very recently) ๐
To quote Martin Fowler:
"You shouldn't start a new project with microservices, even if you're sure your application will be big enough to make it worthwhile.โ"
The main reason for this is the complexity of microservice-based systems.
I don't want to dive deeper into this.
But I do want to bring something else to your attention.
There's a way to combine:
- Physical architecture of Monoliths
- Logical architecture of Microservices
And get the benefits of both.
It's called a Modular Monolith.
Did you ever build one?