Logo
Login
Tech Posts 31382
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
Integrating AI in QE: Best Practices for Intelligent Test Strategies
0
Difference Between Load Testing and Performance Testing
0
Unlock Faster Software Delivery with DevOps Consulting
0
The central role of GISBox in environmental change simulation and visualization
0
Learn These HTML Shortcuts That Will Make You Code 5x Faster!
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
0
Beginner's Guide to the Model Context Protocol (MCP)
0
What is Model Context Protocol (MCP): Explained in detail
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0
The Great AI Agent Protocol Race: Function Calling vs. MCP vs. A2A
0