Tessa.Platform.GuidComb - пространство имён

API для генерации Guid, которые сортируются в порядке генерации.

Классы

BaseGuidCombProvider 
GuidCombProviders 
PostgreSqlGuidCombProvider 
SqlGuidCombProvider 
UnixDateTimeStrategy This strategy stores the Unix epoch timestamp, scaled to milliseconds, in 48 unsigned bits. The allowed date range is 1970-01-01 to 8419-05-26.

Интерфейсы

IGuidCombDateTimeStrategy Represents a mechanism for converting DateTime values back and forth to byte arrays. Strategies can differ depending on how many bytes of the GUID you wish to overwrite, what time resolution you want, etc.
IGuidCombProvider An interface for working with COMB GUIDs, implemented for both variants.