0

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?

Lav
  • 1,283
  • 5
  • 21
  • 48
  • Does this answer your question? [Is there an implementation of JSR-303 (bean validation) available?](https://stackoverflow.com/questions/1384968/is-there-an-implementation-of-jsr-303-bean-validation-available) – cemahseri Nov 02 '22 at 15:03
  • 2
    @cemahseri I expect the OP wants a .Net implementation of the link that was already known – Hans Kesting Nov 02 '22 at 15:12
  • @cemahseri this link does not help, i am looking for corresponding C# solution the link you shared is java only solution – Lav Nov 02 '22 at 19:01

0 Answers0