Skip to content

A library that generates unique random identifiers by set characters length. Identifiers generated can be used as primary keys for databases and unique identifiers.

Notifications You must be signed in to change notification settings

realkarimfahmy/ShortIdFactory

Repository files navigation

ShortIdFactory

A library that generates unique random identifiers by set characters length. Identifiers generated can be used as primary keys for databases and unique identifiers.

Installation

Install ShortIdFactory with Nuget

  dotnet add package ShortIdFactory

Usage

var shortId = new ShortIdFactory(characterCount: 11).Generate(); // _6ulErifjS0

About

A library that generates unique random identifiers by set characters length. Identifiers generated can be used as primary keys for databases and unique identifiers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages