How FluentValidation can simplify maintenance and improve code reusability

In this blog post I will share what advantages the use of FluentValidation can bringĀ  compared to DataAnnotation validation. Also I will provide a few examples of custom validators for validating file extension and mime-type, which are not built-in into the library. FluentValidation is a .Net library that uses a fluent interface and lambda expressions … Continue reading How FluentValidation can simplify maintenance and improve code reusability