Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A lightweight and easy-to-use CQRS + DDD library

License

NotificationsYou must be signed in to change notification settings

XerProjects/Xer.Cqrs

Repository files navigation

Xer.Cqrs is a convenience package that contains all packages needed to build a CQRS write side with DDD concepts. It groups together other lightweight XerProjects libraries:

Build

BranchStatus
MasterBuild status
DevBuild status

Table of contents

Overview

Simple CQRS library

This project composes of components for implementing the CQRS pattern (Command Handling, Event Handling) with DDD concepts (Aggregate Roots, Entities, Value Objects, Domain Events). This library was built with simplicity, modularity and pluggability in mind.

Features

Installation

You can simply clone this repository, build the source, reference the dll from the project, and code away!

Xer.Cqrs is available as a Nuget package:

  • NuGet

To install Nuget package:

  1. Open command prompt
  2. Go to project directory
  3. Add the packages to the project:
    dotnetadd package Xer.Cqrs
  4. Restore the packages:
    dotnetrestore

Getting Started

(Samples are in ASP.NET Core)

Command Handling

Seehttps://github.com/XerProjects/Xer.Cqrs.CommandStack/blob/dev/README.md for documentation.

Event Handling

Seehttps://github.com/XerProjects/Xer.Cqrs.EventStack/blob/dev/README.md for documentation.

About

A lightweight and easy-to-use CQRS + DDD library

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors3

  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp