How to create powerful validation with FluentValidation in .NET apps

Опубликовано: 22 Июнь 2022
на канале: Codewrinkles
5,232
180

Validation is a vital part of any application, even if a lot of teams tend to not pay a close attention to this topic. Validation itself can be very hard. Fortunately, the FluentValidation library allows us to create powerful validation rules with ease. In this video we gest started with the FluentValidation library, but we also dive into best practices and practical validators.
#DotNet #DotNetCore #FluentValidation

Chapters
1. Intro: 00:00
2. Real app overview: 01:17
3. Implementing a first validator: 05:09
4. Refactoring to avoid DRY: 16:55
5. Collection validation with conditions: 23:02