Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thlorenz/notifypropertychanged
- Owner: thlorenz
- Created: 2010-10-25T01:28:33.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-08-28T01:06:22.000Z (about 12 years ago)
- Last Synced: 2024-10-18T03:43:57.065Z (19 days ago)
- Language: C#
- Homepage:
- Size: 973 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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