FluentValidation · TL;DR
1 min readRapid overview
TL;DR
FluentValidation is a popular .NET library for building strongly-typed validation rules using a fluent API. It separates validation rules from models and supports composition, async checks, localization, and easy testing.
NuGet package: FluentValidation and for ASP.NET Core integration FluentValidation.AspNetCore.