Click here to Skip to main content
15,867,453 members
Everything / Proxy

Proxy

proxy

Great Reads

by Mark Pelf
In this article, we build a practical reusable Logging Proxy in C#
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 Ev Uklad
Another way of using proxies and interceptors from Castle Dynamic Proxy framework
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.

Latest Articles

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 Mark Pelf
In this article, we build a practical reusable Logging Proxy in C#
by Michael Haephrati
Possible ways to use a Proxy Server within a Windows C++ application
by Ev Uklad
Another way of using proxies and interceptors from Castle Dynamic Proxy framework

All Articles

Sort by Score

Proxy 

9 May 2022 by Mark Pelf
In this article, we build a practical reusable Logging Proxy in C#
27 Jun 2023 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
3 Nov 2020 by Ev Uklad
Another way of using proxies and interceptors from Castle Dynamic Proxy framework
21 Nov 2015 by Martin Jarvis
Cleaner WCF Proxy usage with DynamicTidyProxy
12 Oct 2013 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
11 Sep 2013 by Guirec
A journey into AOP land with concerns, pointcuts, joinpoints, advices, aspects, interceptors, proxies, targets, mix-ins, composites...
26 Jan 2016 by Chris Copeland
A managed library to launch and/or connect to the Tor network for SOCKS5 communications, and for middle-man proxy hosting.
11 Mar 2014 by mbarbac
Implementing the Repository and Unit of Work Patterns dynamically using Kerosene ORM
21 Nov 2013 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
31 Jan 2021 by Michael Haephrati
Possible ways to use a Proxy Server within a Windows C++ application
29 Jan 2018 by Nick Polyak
Roxy is a powerful new Roslyn based proxy generation packages that facilitates separation of concerns, creating adaptors and smart mixins.