Skip to content

Add CQRS and MediatR in ASP.NET Core sample - #2102

Open
vladimir-pecanac-main wants to merge 1 commit into
CodeMazeBlog:mainfrom
vladimir-pecanac-main:seo/54674-cqrs-mediatr
Open

Add CQRS and MediatR in ASP.NET Core sample#2102
vladimir-pecanac-main wants to merge 1 commit into
CodeMazeBlog:mainfrom
vladimir-pecanac-main:seo/54674-cqrs-mediatr

Conversation

@vladimir-pecanac-main

Copy link
Copy Markdown
Collaborator

Adds a runnable sample for the article CQRS and MediatR in ASP.NET Core (https://code-maze.com/cqrs-mediatr-in-aspnet-core/).

A Products API demonstrating CQRS with MediatR: queries, commands, notifications, and a logging pipeline behavior, plus an xUnit test project covering the handlers and the behavior.

  • Targets net10.0
  • Pins MediatR 12.5.0 (last Apache-2.0 release; v13+ is dual-licensed RPL-1.5/commercial)
  • dotnet build -c Release and dotnet test green on net10.0 (6/6 tests pass)

Products API demonstrating CQRS with MediatR: queries, commands,
notifications, and a logging pipeline behavior. Targets net10.0 and
pins MediatR 12.5.0 (last Apache-2.0 release). Adds an xUnit test
project covering the handlers and the logging behavior.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant