A combination of generic Thread-Safe objects for .Net development.
A simple C# repository containing a few basic useful Thread-Safe Objects.
- Collections
- ObservableDictionaryThreadSafe
- ObservableCollectionThreadSafe
- DictionaryThreadSafe
- SortedListThreadSafe
- ListThreadSafe
- QueueThreadSafe
- DataCollections
- ObservableDataDictionary
- ObservableDataCollection
- DataObjects
- BindableDataObject
- DataObject
- Extentions
- IBindableObjectExtention
- INotifyCollectionChangedExtension
- INotifyPropertyChangedExtension
- ObjectExtention
- HelperClasses
- ThreadHelper
Grab the latest ThunderDesign.Net-PCL.Threading NuGet package and install in your solution.
Install-Package ThunderDesign.Net-PCL.Threading
Use the -version
option to specify an older version to install.
This is an open source project that welcomes contributions/suggestions/bug reports from those who use it. If you have any ideas on how to improve the library, please post an issue here on GitHub. Please check out the How to Contribute.