Make sure your dynamic proxy is on the same page with your interface July 30, 2016 In my previous post I was talking about how to create dynamic proxy using Castle DynamicProxy . Now, I want to shed some light on how to make sure that your proxy class complies with your interface, using special unit-tests. Read more
Using Castle DynamicProxy to create... dynamic proxy! July 27, 2016 The subject of this post is not really new I guess, but since I myself stumbled upon such puzzle, I decided to blog about my own experience. Read more