• Stars
    star
    161
  • Rank 232,590 (Top 5 %)
  • Language
    C#
  • Created over 11 years ago
  • Updated over 11 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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.

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.