ProxyFoo

A .NET Framework library to facilitate creating high-performance proxies.
Includes built-in proxies for:

Quick Start Guide » Overview »

Duck Casting

Cast any object with a matching signature to an interface.

View details »

Null-Safe Wrappers

Create a wrapper for an interface that will not implement default return values and null objects to avoid null handling.

View details »

Intercept Proxies

Intercept an interface to inject new behavior in an an existing type.

View details »

Proxy Framework

Use the framework to build your own proxy types.