Top "Guid" questions

A GUID (Globally Unique IDentifier) is a unique reference number used as an identifier in computer software.

How can I get the GUID from a PDB file?

Does anyone know how to get the GUID from a PDB file? I'm using Microsoft's Debug Interface Access SDK http://…

debugging guid pdb-files dia-sdk
Is it possible that GUIDs are generated with all the same characters in .NET? (e. g.: {11111111-1111-1111-1111-111111111111})

We use GUIDs extensively in our database design; Business Object properties provide Guid.Empty GUIDs for DB null values and …

c# guid
Most efficient barcode to store a GUID

I have a system that I'm working on at the moment that requires users to log into the system, and …

barcode guid
How to sort sequential GUIDs in C#?

Sequential GUIDs are unique but are created with an order; that order is slightly unusual and is different to the …

c# guid newsequentialid
Sequential Guid in Java

Considering the post I've made about the sequential guid performance on Microsoft.NET framework (see What are the performance improvement …

java guid sequential