Simple DynamicProxy Library for .NET
DynamicProxys add the capability to automatically execute actions when a method gets called or returns. Imagine you could be able to add exception-logging to a method, without modifing the method-body! Or you could verify method parameters, log them ...