Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thlorenz/notifypropertychanged

Using different approaches to implement INotifyPropertyChanges AOP style
https://github.com/thlorenz/notifypropertychanged

Last synced: 15 days ago
JSON representation

Using different approaches to implement INotifyPropertyChanges AOP style

Awesome Lists containing this project

README

        

# Notify Property Changed

Examples of various ways to use AOP in order to decorate properties with `INotifyPropertyChanged` functionality.

Among the tried tools include

- PostSharp
- Castle.DynamicProxy
- LinFu