A GUID (Globally Unique IDentifier) is a unique reference number used as an identifier in computer software.
I apologize for asking what seems like a tired question, but no forum response or documentation I've read seems to …
sql-server sql-server-2008 guidLet's say I have the following table: category | guid ---------+----------------------- A | 5BC2... A | 6A1C... B | 92A2... Basically, I …
sql sql-server guid aggregate uniqueidentifierWhen using a Guid as an index for a Dictionary, is it better to use the Guid object, or the …
c# performance guidWhat is the difference between these two ways of converting a string to System.Guid? Is there a reason to …
c# .net guidI have a strongly-typed view which has a DropDownListFor attribute on it. Each item in the dropdown list is represented …
c# asp.net-mvc data-annotations guidSay, if I need to store non-repeating GUID values (something like {AB50C41E-3814-4533-8F68-A691B4DA9043}) …
sql-server tsql guidAny best practice on how a reset password token should be constructed? I'm thinking: random 17 characters [a-zA-Z0-9] + a globally …
passwords guid reset-passwordI'm assigning all my MongoDB documents a GUID using uuid.uuid1(). I want a way I can derive an 11 character, …
python guid uuidI am working on a database that usually uses GUIDs as primary keys. By default SQL Server places a clustered …
sql-server guid clustered-index