ShortId Factory

Valentsea
Total
0
Shares

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.

Install ShortIdFactory with Nuget

dotnet add package ShortIdFactory

Usage
var shortId = new ShortId(characterCount: 11); // _6ulErifjS0

Source code

enjoy

Total
0
Shares
Valentsea

Nuxt 3, Algolia, Storyblok, and TailwindCSS Crash Course

Some time ago I have recorded a Crash Course about building a simple image gallery with Nuxt 3,…

You May Also Like