Skip to content

A combination of generic Thread-Safe objects that can be used in all application types.

License

Notifications You must be signed in to change notification settings

ThunderDesign/ThunderDesign.Net-PCL.Threading

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ThunderDesign.Net-PCL.Threading

CI CD Nuget License Net

A combination of generic Thread-Safe objects for .Net development.


A simple C# repository containing a few basic useful Thread-Safe Objects.

Highlights include:

  • Collections
    • ObservableDictionaryThreadSafe
    • ObservableCollectionThreadSafe
    • DictionaryThreadSafe
    • SortedListThreadSafe
    • ListThreadSafe
    • QueueThreadSafe
  • DataCollections
    • ObservableDataDictionary
    • ObservableDataCollection
  • DataObjects
    • BindableDataObject
    • DataObject
  • Extentions
    • IBindableObjectExtention
    • INotifyCollectionChangedExtension
    • INotifyPropertyChangedExtension
    • ObjectExtention
  • HelperClasses
    • ThreadHelper

Installation

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.

Please Contribute!

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.