FluentValidation · TL;DR

1 min read
Mid-level6 min read
Rapid 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.


See also