Sharp Observation NuGet Package

To alleviate dealing with boilerplate coding aspects of the framework, these helper classes do the following:
Event Handling - Efficient event handlers are implemented, making the implementation of event handlers easier, safer and more performant.
INotifyPropertyChanged - Observable properties are made both easier and safer to implement, with the subclassed PropertyChangedEventArgs that provide listeners with the before and after property values.
IDisposable Pattern – Run-time generated code for safely disposing of objects, by looking for field references to disposable and large-array objects.

These “contained” objects are disposed and the respective reference fields are nulled.
See the project web site for more details.




Got any Sharp Observation Question?





Info

Version: 1.1.910
Author(s): Mark White
Last Update: Monday, January 4, 2016
.NET Fiddle: Create the first Fiddle
Project Url: https://sharpobservation.codeplex.com/
NuGet Url: https://www.nuget.org/packages/SharpObservation


Install
Install-Package SharpObservation
dotnet add package SharpObservation
paket add SharpObservation
SharpObservation Download (Unzip the "nupkg" after downloading)



Tags



STATS

must-have-score

avg-downloads-per-day

1

days-since-last-release

3044