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 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
by Nick Polyak
Roxy is a powerful new Roslyn based proxy generation packages that facilitates separation of concerns, creating adaptors and smart mixins.
by Mark Pelf
In this article, we build a practical reusable Logging Proxy in C#
by ASP.NET Community
Proxy Design PatternThe Gang Of Four definition of this design pattern is "Provides a surrogate or placeholder for another object to control access
by Ralph Varjabedian
With one function call, wrap a class with a proxy in Javascript. A precursor to easy error mocking in node.js using mocha
by Chris Copeland
A managed library to launch and/or connect to the Tor network for SOCKS5 communications, and for middle-man proxy hosting.
by Michael Haephrati
Possible ways to use a Proxy Server within a Windows C++ application
by Martin Jarvis
Cleaner WCF Proxy usage with DynamicTidyProxy