IdentityRef NuGet Package

A .NET object for creating ID fields for Domain Driven Design objects or Document Database ID's.
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.




Got any IdentityRef Question?





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)



Tags



STATS

must-have-score

.5

avg-downloads-per-day

0

days-since-last-release

2898