Give us feedback
hashutils
Service icon

HashUtils

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded on 21 November 2022 by 
4.0
 (1 rating)
hashutils

HashUtils

Details
Simple HashTable and HashSet wrapper. This component was primarily created only to support older modules that use HashTable / HashSet classes, which need replacing their dependencies for different reasons. New developments must use other C# constructs like Dictionary (key, value) as recommended by Microsoft here https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-7.0#remarks
Read more

Wrapper actions for HashTable and HashSet operations

Release notes (1.0.0)
Reviews (1)
2022-11-21
in version 1.0.0
Hi, I just wanted to leave the note that Hashtable from .NET framework is no longer recomended by MS and new developments should use dictionary. Here's a reference to this > https://learn.microsoft.com/en-us/dotnet/api/system.collections.hashtable?view=net-7.0#remarks

Although is really cool to have people create a more rich ecosystem in OutSystems. Thanks for that :)
Related assets
More from Ravi Punjwani