-
This page could benefit from some examples on using the created type based on the Enumeration class. Demonstrating why/how ID and name are related and used, etc.
Also recommend using the more co…
-
The `abstract class Value Object` in the section [value object implementation-in c](https://learn.microsoft.com/en-us/dotnet/architecture/microservices/microservice-ddd-cqrs-patterns/implement-value-o…
-
### Description
The Microservices - Domain Event design pattern is used to achieve a reliable communication mechanism between microservices. This pattern ensures that different services can react to c…
-
I asked this question from ChatGPT and Gemini:
> I want to choose a simple terminology to name things in my software. My software is made of modules. I'm using modularized monolith architecture. Ho…
-
[Enter feedback here]
---
#### Document Details
⚠ *Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.*
* ID: 10ce8eaa-b3ff-9b69-fea1-131eed36b9ec
* …
-
We are planning on embracing microservices architecture for the projects we are going to work on in the future, or even break our existing monolithic codebases into the microservices pattern.
Here …
-
- Oreilly Learning Media
- https://learning.oreilly.com/library/view/architecture-patterns-with/9781492052197/
- Link
- https://github.com/cosmicpython/code/branches/all
- More Reading
- En…
-
Hello everyone,
I have a php app which communicates with other microservices for its operations.
Can i use Zipkin to observe every message between microservices and their size?
Essentially, i…
-
The only reason I've never seriously looked into using IHostedService for background tasks is because it's never been clear how it might work in load-balanced web-servers where you might have 4 or 5 m…
-
https://martinfowler.com/articles/microservices.html
Microservices
by James Lewis and Martin Fowler
25 March 2014
The term "Microservice Architecture" has sprung up over the
last few years to…