0
eggersa created
To me, the validation of DTOs seems like magic. Now, I was wondering how exactly the automatic validation of DTOs works behind the scenes?
1 Answer(s)
-
0
We are using interceptors (aspect oriented programming). You can read my article to understand interceptors: <a class="postlink" href="http://www.codeproject.com/Articles/1080517/Aspect-Oriented-Programming-using-Interceptors-wit">http://www.codeproject.com/Articles/108 ... eptors-wit</a>