UuidExtensions[1], a C# library, has a way of generating / encoding IDs that has several useful properties:
1. IDs can be generated anywhere (client-side, server-side, etc.) and are still unique
2. IDs are ordered by time
3. IDs don't use L and O because those can be confused for other characters
1. IDs can be generated anywhere (client-side, server-side, etc.) and are still unique 2. IDs are ordered by time 3. IDs don't use L and O because those can be confused for other characters
I've found it very handy in my travels.
[1] https://github.com/stevesimmons/uuid7-csharp?tab=readme-ov-f...