I am new to C# (.net) , i am trying to see if there is a standard way to validate the inputs for a REST API call.
Like in Java World we have JSR 303 / 349 Is there a C#(.net) equivalent of JSR 303/349 ?
Mostly all Java framework have some sort of similar framework Is there an implementation of JSR-303 (bean validation) available?