14. Fluent Validation, MediatR Pipeline Behaviours and Handing Validation Exceptions (ASP.NET Core)

preview_player
Показать описание
Source Code:

14. Fluent Validation, MediatR Pipeline Behaviours and Handing Validation Exceptions (ASP.NET Core)

References:

In this series, we will develop RESTful APIs using ASP.NET Core, Clean Architecture, CosmosDB, MediatR, CQRS, and Domain-Driven Design (DDD). We will be using various Azure services like Azure Functions (serverless), Azure Service Bus, Key Vault, Blob Storage, Azure CDN, App Services, Azure Active Directory, API Management, Azure Logic Apps, Azure Dev-Ops and maybe a few more.

As we are going to use Clean architecture so it doesn't matter even if you want to use any other infrastructure. For example, even if you want to use SQL Server or PostgreSQL as a database and AWS or Google Cloud services instead of Azure Services still you can go ahead and watch the series. It will definitely help. Please let me know your suggestion in the comment section. Thank you.
Рекомендации по теме
Комментарии
Автор

i dont wanna write on the page. i want to show the error on bootstrap modal on active page. i don't wanna clear the page. how can i do that ?

TheEmqe
Автор

Hi, you have a small bug on the validations. If the validation has multiple error messages for the same property. It will throw an exception, Duplicated key on the dictionary. Regarding the rest its great. Thanks

jsalitre
Автор

Great job..i always wait for ur new videos learn more stuff

RAM-ffdy
Автор

I tried this code in my project but still the middleware not properly working, Unhandled Exception has occurred, please help me out.

BalaSubramanianvedha