Logo
Login
Tech Posts 31209
100daysofcode 100daysofdevops 100pay 10mistakes 10yearworkanniversary 11 11labs 11tly 11ty 127001

Dev Blog A constructive and inclusive blog for software developers. With you every step of your journey.

Built with modern PHP and MySQL. Open source software that powers developer blogs and other inclusive communities.

Made with love and PHP. Dev Blog © 2024.

CQRS and Event Sourcing in a Simple Shop Example in C#

CQRS and Event Sourcing in a Simple Shop Example in C#
In the following article, I present CQRS and Event Sourcing, where we have two separate databases – a write database (Event Store) and a read database. The write database In the write database (Even...
29.03.2025 0 Read More

Desacoplando Leituras e Escritas: Uma Introdução à Separação de Responsabilidade entre Comandos e Consultas (CQRS)

Desacoplando Leituras e Escritas: Uma Introdução à Separação de Responsabilidade entre Comandos e Consultas (CQRS)
Introdução O Command Query Responsibility Segregation (CQRS) é um padrão de design que separa operações de leitura (consultas) e escrita (comandos) em pipelines distintos. Ao isolar ess...
31.03.2025 0 Read More

Decoupling Reads and Writes: An Introduction to Command Query Responsibility Segregation (CQRS)

Decoupling Reads and Writes: An Introduction to Command Query Responsibility Segregation (CQRS)
Introduction Command Query Responsibility Segregation (CQRS) is a design pattern that decouples read operations (queries) from write operations (commands) into distinct pipelines. By isolatin...
01.04.2025 0 Read More

LiteBus: A Free and Ambitious Alternative to MediatR for .NET Applications

With MediatR recently announcing its transition to a commercial model, many .NET developers are evaluating alternatives for implementing the mediator pattern in their applications. If you're in this p...
19.04.2025 0 Read More
Loading...
#reading
From Innovation to Impact: Exploring Cryptographic Autonomy License 1.0
0
LLM Benchmarking on the Nosana grid
0
Exploring Monetization Strategies for Video Content Focused on Emerging Technologies
0
How to build a personal blog without paying a single euro
0
HarmonyOS NEXT 实战系列10-网络通信
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
0
What is Model Context Protocol (MCP): Explained in detail
0
Beginner's Guide to the Model Context Protocol (MCP)
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0
How to Run DeepSeek Locally Using Ollama
0