Empty GUID: 00000000-0000-0000-0000-000000000000
C#
Creates an empty GUID that is all-zeros:
new Guid()
Creates a new GUID using an algorithm that is designed to make collisions extremely unlikely:
Guid.NewGuid()
Empty GUID: 00000000-0000-0000-0000-000000000000
Creates an empty GUID that is all-zeros:
new Guid()
Creates a new GUID using an algorithm that is designed to make collisions extremely unlikely:
Guid.NewGuid()