filmov
tv
CQRS Validation With MediatR and FluentValidation in ASP.NET Core Web API
Показать описание
In this video, you will learn how to implement validation using FluentValidtaion with CQRS and MediatR in the ASP.NET Core Web API application.
Often when we build applications, we have many cross-cutting concerns. These include authorization, validating, and logging.
Instead of repeating this logic throughout our handlers, we can use Behaviors. Behaviors are very similar to ASP.NET Core middleware. They accept a request, perform some action, and then (optionally) pass along the request.
So, let’s get to work to see how we can use behaviors for the validation logic.
LINKS MENTIONED IN THE VIDEO
FOLLOW US ON SOCIAL MEDIA!
CQRS Validation With MediatR and FluentValidation in ASP.NET Core Web API
How To Implement Validation With MediatR And FluentValidation
Validation Behavior | MediatR + FluentValidation | CLEAN ARCHITECTURE & DDD Tutorial | Part 8
Validation using MediatR's Pipeline Behaviors and FluentValidation | Clean .NET Core
Discovering The Truth About CQRS - No MediatR Required
CQRS Doesn't Have To Be Complicated | Clean Architecture, .NET 6
.NET 7 💥 - Intro to CQRS and MediatR with ASP.NET Core Web Api
CQRS & MediatR | ASP.NET 6 REST API Following CLEAN ARCHITECTURE & DDD Tutorial | Part 6
MediatR Validation and the Chain of Responsibility Pattern
CQRS using MediatR in C#
Clean ASP.NET Core API using MediatR and CQRS | Setup
ASP.NET Core Fluent Validation with CQRS Pattern
Command Validation In MediatR Pipeline Behaviors
CQRS Explained in 5 MINUTES | What is CQRS?
Clean architecture with CQRS and MediatR in Asp.Net Core
Cleaning up Your Validation Code in .NET
CQRS and MediatR In ASP.NET Core
REST + DDD + CA + CQRS - When it all plays together | CA & DDD From Scratch | Part 14
MediatR: Why should you use it?
Mini Course #1 Clean Architecture + CQRS
Refactor to CQRS pattern with MediatR in a C# .NET Web API
Clean Architecture using MediatR and CQRS in Asp.Net Core MVC application
Understanding CQRS in ASP.NET core
Implementing CQRS in ASP.NET Core Web API with MediatR
Комментарии