C# Class EventCentric.Utils.SequentialGuid

An IGuidGenerator that generates System.Guid values using a strategy suggested Jimmy Nilsson's article and .
The comb algorithm is designed to make the use of GUIDs as Primary Keys, Foreign Keys, and Indexes nearly as efficient as ints.
Inheritance: IGuidProvider
Mostra file Open project: Narvalex/EventCentric

Public Methods

Method Description
NewGuid ( ) : System.Guid

Generate a new Guid using the comb algorithm.

Method Details

NewGuid() public method

Generate a new Guid using the comb algorithm.
public NewGuid ( ) : System.Guid
return System.Guid