Found 11 packages
A Lightweight Duck Casting Framework for dynamic C#
Framework for easy loading and isolating plugins
A multi-platform .NET binding of the library build of Facebook's Zstandard project.
A Lightweight Dynamic MVVM View Model(.net4 & silverlight4 & silverlight5). Removes boilerplate code for MVVM, makes it practical to use MVVM in all size apps. IOC supported using NInject, TinyIOC, Unity or MEF.
ImpromptuInterface
Stub Package to redirect to the new package name [DynamicObjectProxy]
MongoDB.Dynamic is a lightweight library with interesting dynamic features that speed up development for desktop/web applications that accesses MongoDB databases, allowing to persist entities with interface-based instances.
DynamicObjectProxy that lets you intercept any methods of any object and adding decorations. Inspired by CBO Extender by Gary H. Guo
A library for marshalling any object by reference that do not require the object to inherit from MarshalByRefObject.
New version of DynamicObjectProxy that works with the latest release of ImpromptuInterface
The Dynamo library by Nexus Labs allows you to create instances of things you might normally not be able to. The best example of this is creating an instance of an interface without actually defining a concrete type at compile time. The ImpromptuInterface library facilitates the creation of instances of interfaces. The CastleCore library is used to create proxies for classes. There are limitations to what you're able to create instances of, and while we're always investigating ways to help get around this, the project site should have examples in test scenarios that demonstrate the limitations.