Skip to content

0x5487/short-id

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ShortId

Sometimes, we couldn't use GUID/UUID as primary key in our application. In this case, we have to generate a short id to resovle the problem. The library generates a short id which is 12 characters. For instance, 15DE398FEB83. The first two characters represent to current year, and characters which between 3 to 10 are random. The last two characters are machineId.

Supported frameworks

The library can be run on the following frameworks

  • full .net framework
  • .net core

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages