Asp.Net Web API request validation
Separating validation logic using model binding, custom attributes, and fluent validation
Published in
9 min readDec 15, 2022
--
Validating data is one of the most frequent and everyday activities in software development, even though front-end validation is present in almost all applications back-end validation is mandatory since most of the time we can disable it on the front-end.