Info
Version: | 1.0.0 |
Author(s): | Mindfire Technology, Nate Zaugg |
Last Update: | Friday, May 13, 2016 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/MindfireTechnology/IdentityRef |
NuGet Url: | https://www.nuget.org/packages/Mindfire.IdentityRef |
Install
Install-Package Mindfire.IdentityRef
dotnet add package Mindfire.IdentityRef
paket add Mindfire.IdentityRef
Mindfire.IdentityRef Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
The Id's generated are 16 charactors long so they are much more easy to work with than a GUID.
Identity is a struct that can be used as an identity of a class.
It's URL safe,
case-insensitive, and very short for a global unique identifier at 16 chars.
Identity uses a 80 bits, 24 bits are date/time and the rest (56 bits) are random.
There are over 72 quadrillion possible values every hour (approximate)
with over 1 septillion total possible values.