Implementing Fluent Validation in ASP .NET

A Dive Into This Powerful Tool That You Should Be Using For Your .NET app

Ivan Stoev
Level Up Coding
Published in
3 min readFeb 21, 2022

--

Photo by Daria Nepriakhina on Unsplash

Validating data is an important aspect you need to think about when developing software. The problem, however, is that validation can lead to a lot of excess code or having similar validation code throughout the application, violating the DRY principle.

--

--