DORSETRIGS
Home

cqrs (11 post)


posts by category not found!

Microservices, CQRS: Eventual consistency vs Strong consistency(Read after Write consistency)

Microservices and CQRS Navigating the Consistency Maze Microservices and CQRS Command Query Responsibility Segregation are powerful architectural patterns that

2 min read 06-10-2024 42
Microservices, CQRS: Eventual consistency vs Strong consistency(Read after Write consistency)
Microservices, CQRS: Eventual consistency vs Strong consistency(Read after Write consistency)

How can I create a Repository of an entity without adding a dependency between the Infrastructure/Persistence layer and the Domain Layer

Decoupling Domain and Infrastructure Building a Repository Without Dependencies In the world of software development the separation of concerns is a cornerstone

2 min read 05-10-2024 46
How can I create a Repository of an entity without adding a dependency between the Infrastructure/Persistence layer and the Domain Layer
How can I create a Repository of an entity without adding a dependency between the Infrastructure/Persistence layer and the Domain Layer

How to handle dependent EventHandlers?

How to Handle Dependent Event Handlers in Java Script When building interactive web applications handling events efficiently is crucial Sometimes you might enco

3 min read 30-09-2024 49
How to handle dependent EventHandlers?
How to handle dependent EventHandlers?

Class field is not being set

Understanding the Issue Class Field is Not Being Set In programming specifically in object oriented languages its common to encounter issues where a class field

2 min read 17-09-2024 43
Class field is not being set
Class field is not being set

Retrieving data from outside current subdomain in integration event handler

Retrieving Data from Outside Current Subdomain in Integration Event Handlers When dealing with integration events in a web application particularly in scenarios

3 min read 14-09-2024 64
Retrieving data from outside current subdomain in integration event handler
Retrieving data from outside current subdomain in integration event handler

CQRS Pattern with .NET API - Separating the request object from the command/query

CQRS in NET APIs Why Separate Request Objects from Commands Queries The Command Query Responsibility Segregation CQRS pattern is a powerful tool for building ro

2 min read 05-09-2024 58
CQRS Pattern with .NET API - Separating the request object from the command/query
CQRS Pattern with .NET API - Separating the request object from the command/query

ETL design over an existing DDD aggregate

ETL Design Over an Existing DDD Aggregate A Practical Guide This article explores a common challenge in software development integrating a batch data loading pr

4 min read 01-09-2024 52
ETL design over an existing DDD aggregate
ETL design over an existing DDD aggregate

Clean architecture, render email content

Implementing Clean Architecture for Email Content Rendering in Notification Systems In modern software development applying clean architecture principles is cru

3 min read 01-09-2024 60
Clean architecture, render email content
Clean architecture, render email content

How to use MediatR in order to navigate between views in avalonia ui

Navigating Views with Mediat R in Avalonia UI A Practical Guide Mediat R a powerful library for building robust and scalable applications can be leveraged effec

3 min read 01-09-2024 54
How to use MediatR in order to navigate between views in avalonia ui
How to use MediatR in order to navigate between views in avalonia ui

DDD Bounded context diagram as code tools

Beyond Context Mapper Exploring Tools for DDD Bounded Context Diagram as Code Domain Driven Design DDD is a powerful approach for tackling complex software syst

2 min read 01-09-2024 77
DDD Bounded context diagram as code tools
DDD Bounded context diagram as code tools

CQRS and Domain Driven Design: Anemic data model for Query side

CQRS and DDD The Case for Anemic Data Models on the Query Side When implementing Command Query Responsibility Segregation CQRS alongside Domain Driven Design DD

2 min read 31-08-2024 62
CQRS and Domain Driven Design: Anemic data model for Query side
CQRS and Domain Driven Design: Anemic data model for Query side