How many GUIDs do you need ? (1-100):
Results:
Use these GUIDs at your own risk! No guarantee of their uniqueness is given or
implied!
What's a GUID?
GUID (or UUID) is an acronym for 'Globally Unique Identifier' (or 'Universally Unique
Identifier'). It is a 128-bit integer number used to identify resources. The term
GUID is generally used by developers working with Microsoft technologies, while
UUID is used everywhere else.
How unique is a GUID?
128-bits is big enough and the generation algorithm is unique enough that if 1,0000,000,000
GUIDs per second were generated for 1 year the probability of a duplicate would
be only 50%. Or if every human on Earth generated 600,000,000 GUIDs there would
only be a 50% probability of a duplicate.
How are GUIDs used?
GUIDs are used in software development as database keys, component identifiers,
or just about anywhere else a truly unique identifier is required. GUIDs are also
used to identify all interfaces and objects in COM programming.
More Information About GUIDs
Globally Unique Identifier
- Wikipedia, the free encyclopedia
GUID Structure - Microsoft.com
RFC 4122
|
|
|
|
Excellent Resources for Enterprise Developers

|
Enterprise Integration Patterns
As an enterprise grows, integration outweighs development. This book provides
the strategies for managing system integration. Pure brain candy. |

|
Enterprise SOA
Amazing book full of practical, real-world experience. The authors have obviously
been in the trenches, fought, and won the technical and political battles. It has
4 case studies that alone are worth the price of the book. |

|
Patterns of Enterprise Application Architecture
This book sets the foundations for enterprise applications. The patterns themselves
are relatively simple, but form the foundational building blocks for the bigger
things to come (see the above 2 books!). |

|
Code Complete 2
There should be a copy of this on the desk of every enterprise developer.
This is by far the best book on techniques for writing high-quality code, and doing
it very well. There is gold nugget of wisdom on every page. |
|