#aspdotnetcore #dotnet6 #fluentvalidation
API Model validation using FluentValidation NuGet package in ASP.NET 6 (.NET 6 and C# 10) is extremely simple and straightforward.
FluentValidation provides cleaner implementation compared to the out-of-the-box validation from the .NET framework. It can also be used in a console application to validate models. That opens up a way to reuse model validation across HTTP-based as well as reactive microservices.
My YouTube channel: / dotnetcorecentral
My Blog Website: https://dotnetcorecentral.com/
My Github repo: https://github.com/choudhurynirjhar
Some of my popular videos:
Elasticsearch with .NET and introduction: • An Introduction to Elasticsearch (Building...
Hangfire Scheduling an introduction: • Scheduling recurring jobs with Hangfire (I...
ASP.NET Core Authentication with JWT (JSON Web Token): • ASP.NET Core Authentication with JWT (JSO...
Running Background tasks using IHostedService and BackgroundService (In ASP.NET Core 3.1): • Running Background tasks using IHostedServ...
How to build an API Gateway in ASP.NET Core using Ocelot (Build API Gateway in a few minutes): • How to build an API Gateway in ASP.NET Cor...