
Improved logging with Microsoft Policy Injection Application Block
Microsoft Policy Injection Application Block allows developer to intercept calls to methods, wrap that calls to proxy object and return proxy back to calling class. Later when some methods of the class are called, calls are made to proxy object, and inside the proxy, calls can be made to wrapped cla…
Read More