PreviousNext

Fluent Validation in ASP.NET Core 3 – Powerful Validations

by iammukeshm, 2020-05-29T18:05:52.992Z

When it comes to Validating Models, aren’t we all leaning towards Data Annotations? There are quite a lot of serious issues with this approach for a scalable system. There is a library, Fluent Validations that can turn up the validation game to a whole new level, giving you total control. In this article, we will talk about Fluent Validation and it’s implementation in ASP.NET Core Applications. We will discuss the preferred alternative to Data Annotations and implement it in an ASP.Net core API.

Read More