Understanding CQRS Architecture
Briefly

Microservices are an architectural style that structures a software application as a collection of small, independent, and loosely coupled services.
CQRS (Command Query Responsibility Segregation) is a widely adopted tactical paradigm that separates read and write requests.
Read at CodeProject
[
add
]
[
|
|
]