Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / proxy

Proxy

proxy

Great Reads

by abhinav_soni
This article provides alternative to Java's Proxy class with bytecode manipulation.
by Guirec
A journey into AOP land with concerns, pointcuts, joinpoints, advices, aspects, interceptors, proxies, targets, mix-ins, composites...
by Ev Uklad
Another way of using proxies and interceptors from Castle Dynamic Proxy framework
by Ev Uklad
Add ability to track changes in a model class; use a proxy interceptor to execute a rule attached to a model property

Latest Articles

by abhinav_soni
This article provides alternative to Java's Proxy class with bytecode manipulation.
by Guirec
A journey into AOP land with concerns, pointcuts, joinpoints, advices, aspects, interceptors, proxies, targets, mix-ins, composites...
by Ev Uklad
Another way of using proxies and interceptors from Castle Dynamic Proxy framework
by Ev Uklad
Add ability to track changes in a model class; use a proxy interceptor to execute a rule attached to a model property

All Articles

Sort by Score

proxy 

by n.podbielski
Reflection.Emit is very powerful tool. It creates IL code and since C# is converted into IL too, we have the same functionality as in C# and even more. It is very powerful and at the same time very complicated. Because of that, it is worth discussing how and for what it should be used.
by adityaswami89
Proxy design pattern