Fun with Castle.DynamicProxy - Part II
It's time for another adventure with Castle.DynamicProxy. One of the few things I really like in C++ is RAII - for example you can write code like this: class…
Showing 1–2 of 2 posts
It's time for another adventure with Castle.DynamicProxy. One of the few things I really like in C++ is RAII - for example you can write code like this: class…
In our application we have input data validation implemented in business layer (separate dll). Because we need to report results to user (our UI layer is…