Skip to content

mswietlicki/NotifyPropertyChanged

Repository files navigation

NotifyPropertyChanged

4 ways to implement INotifyPropertyChanged.

Manual

Simple, manual, one file, novice INotifyPropertyChanged implementation.

BetterManual

Real life INotifyPropertyChanged implementation using base class.

DynamicProxy

More complex solution that uses interceptors and dynamically genereted proxy objects.

PostBuild

Post build engine solution using PropertyChanged.Fody and [ImplementPropertyChanged] attribute.

About

4 ways to implement INotifyPropertyChanged

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages