SkillAgentSearch skills...

SequentialGuid

This is an example project to demonstrate the creation of sequential GUID values for use as primary keys in database tables under various database types.

Install / Use

/learn @jhtodd/SequentialGuid
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

SequentialGuid

Author: Jeremy H. Todd (http://jeremytodd.org/)
License: Public domain

Description

This is an example project to demonstrate the creation of sequential GUID values for use as primary keys in database tables under various database types. It is intended to accompany my article GUIDs as fast primary keys under multiple databases.

Contents

A Visual Studio solution containing two projects:

  • SequentialGuid - A small library containing the types and methods to generate sequential GUIDs using the method outlined in the article.
  • SequentialGuid.Demo - A WinForms application demonstrating the generation and use of sequential GUIDs.
View on GitHub
GitHub Stars163
CategoryData
Updated8mo ago
Forks42

Languages

C#

Security Score

72/100

Audited on Jul 14, 2025

No findings