Caching and cache invalidation of MediatR Requests via Pipeline Behaviors
-
Updated
Dec 11, 2022 - C#
Caching and cache invalidation of MediatR Requests via Pipeline Behaviors
Midt — is a zero dependency library that provides a mediator pattern that reduces coupling between program components by making them communicate indirectly, through a particular mediator struct.
Validation using MediatR's Pipeline Behaviors and FluentValidation (.Net Core 6)
A language learning app with ASP.NET Core Web API, Blazor UI and ASP.NET Core Identity for user management. Utilizes JWT, Entity Framework Core, MediatR and more.
A web api application that allows game players to enter their game scores then view the leaderboards
I have created a MediatR demo application showcasing the usage of Pipeline Behaviors, Result Pattern, and Fluent Validations.
Example about how to implement Pipeline Behavior from MediatR package adding a pipeline for data validation
CQRS command validation using MediatR's Pipeline Behaviors and FluentValidation.
Using pipeline behaviors to implement cross-cutting concerns
Add a description, image, and links to the pipeline-behaviors topic page so that developers can more easily learn about it.
To associate your repository with the pipeline-behaviors topic, visit your repo's landing page and select "manage topics."