Using WTDawson.PersistentID to build replicable IDs.

WTDawson.PersistentID is a library built in C# designed to make it easier to build IDs that be reproduced with the correct data. The library accepts a list of objects (Has to be a string, integer or DateTime object) and a “magic” number. The “magic” number is a key which is used when generating the ID. … Read more

Loading