This library provides attributes-based compile-time AOP framework.
Create your aspect by marking class with [Aspect], its methods with [Advice] and create trigger attribute with [Injection].
That's it! Cross-cutting concerns made easy! Just apply your attribute where you need and...
More information
A standalone version of Caliburn.Micro's INPC implementation, BindableCollection, Execute.OnUIThread and InDesignMode checking designed for all Xaml platforms.
This package provides simple INotifyPropertyChanged aspect. Put [Notify] attribure on your properties or a whole class. You can use [NotifyAlso] attributes to notify other dependant properties.
Powered by AspectInjector.
A set of types that extend and enhance the databinding functionality in WPF/Silverlight/WinRT.
There is currently only one type:
ObservableFilter - A configurable filtered ObservableCollection intended to act as a replacement for filtering that was present in WPF but isn't in WinRT. (For when you...
More information