Base solution for your next web application
Open Closed

How does DTO validation work behind the scenes? #989


User avatar
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)
  • User Avatar
    0
    hikalkan created
    Support Team

    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>