Skip to content

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.

Notifications You must be signed in to change notification settings

jhtodd/SequentialGuid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SequentialGuid

Author: Jeremy H. Todd (http:https://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.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages