How to use FluentValidation in ASP.NET Core - Super Powerful Validations
Learn how to make powerful validations in your ASP.NET Core applications using FluentValidation. When it comes to Validating Models and incoming HTTP Requests, aren't we all leaning toward Data Annotations? Although it can be quick to set up Data Annotations on your models, there are a few drawbacks to this approach.