WeakSubscribe to events. Taken from the MvvmCross codebase and provided on its own. WeakSubscribe hands responsibility to the client code, unlike using a WeakEventManager which requires modified events.
See project site for instructions.
EZCache allows you to cache various types of items in caches that are configured for each cached item type, using a simple fluent API.
Each item type cache can be configured to be singletons, or multi-instance caches. Items in the cache can be preloaded, set to expire,
auto-reload,...
More information
This project allows you easily add dynamic properties to any existing instance without creating derived type in .NET (C# or VB.NET). This approach is similar as attached dependency properties in WPF. It can be used as attribute system for complex definition of data model behavior or just to create...
More information