MediatR is a simple, open source mediator implementation in .NET.
I have a .Net Core app where i use the .AddMediatR extension to register the assembly for my commands and …
c# asp.net-core autofac mediatrI'm playing around with the new ASP.NET Core and are currently creating a API that I want to call …
c# asp.net asp.net-core mediatrI'm using ASP.NET Core, the built-in container, and MediatR 3 which supports "behavior" pipelines: public class MyRequest : IRequest<string&…
c# asp.net-core cqrs fluentvalidation mediatrI'm using ASP.NET Core, the latest MediatR, and MediatR extension for Core's DI. I'm trying to set up a …
asp.net-core cqrs mediatrI use the CQS pattern in my asp.net core project. Let's start with an example to better explain what …
c# asp.net-core mediatrI'm using ASP.Net Core 2.2 and MediatR framework/library for query objects. When I run the program i face to …
c# asp.net asp.net-core mediatrI am trying to build an xUnit Test project for an MVC Core 2.2 Application that is based on the CQRS/…
cqrs mediatrWe've recently started using MediatR to allow us to de-clutter controller actions as we re-factor a large customer facing portal …
c# unit-testing moq xunit mediatrI'm trying to follow this post by Jimmy Bogard to implement a mediator pipeline so I can use pre/post …
c# asp.net-web-api2 autofac cqrs mediatrDo you think it might be reasonable to replace my service layer or service classes with MediatR? For example, my …
c# asp.net-core domain-driven-design soa mediatr