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