Dubacik22.ObservableDictionary 1.0.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package Dubacik22.ObservableDictionary --version 1.0.0
                    
NuGet\Install-Package Dubacik22.ObservableDictionary -Version 1.0.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Dubacik22.ObservableDictionary" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Dubacik22.ObservableDictionary" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="Dubacik22.ObservableDictionary" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Dubacik22.ObservableDictionary --version 1.0.0
                    
#r "nuget: Dubacik22.ObservableDictionary, 1.0.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Dubacik22.ObservableDictionary@1.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Dubacik22.ObservableDictionary&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=Dubacik22.ObservableDictionary&version=1.0.0
                    
Install as a Cake Tool

Library similar to Observablecollection, but it contains KeyValues and it can search by Key. Key is strictly string because of searching. The dictionary is intended to have large amount of items. Library have this dictionaries: ObservableStringDictionary ObservableStringHashTable ObservableStringSortedDictionary MoreObservableStringDictionary

Each class have common functionality, but is slightly different in internal functionality and speed. So far the MoreObservableStringDictionary is quickest when you have large amount of data. Each class implements IObservableMap<TValue>, INotifyDictionaryChanged, INotifyPropertyChanged.

IObservableMap: defines basic functionality of ObservableDictionary like Add, Remove, ContainsKey and this[strig key] INotifyDictionaryChanged: is similar to INotifyCollectionChanged, but it have event NotifyDictionaryChangedEventHandler DictionaryChanged INotifyPropertyChanged: dont need to describe

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Dubacik22.ObservableDictionary:

Package Downloads
Dubacik22.EnginKalkulatorowy

Library that takes care of the continuity when calling methods that depend on the properties that changes in runtime

EK

Library that takes care of the continuity when calling methods that depend on the properties that changes in runtime

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.5 259 7/5/2025
1.0.4 547 5/13/2024
1.0.3 750 6/19/2023
1.0.2 1,745 2/4/2022
1.0.0 803 9/30/2021

1.0.0