Home »

What is GUID and why we need to use it and in what condition? How this is created.

Question ListCategory: .NETWhat is GUID and why we need to use it and in what condition? How this is created.
alisataylore190 author asked 8 years ago
1 Answers
jully882 author answered 8 years ago

A GUID is a 128-bit integer (16 bytes) that can be used across all computers and networks wherever a unique identifier is required. Such an identifier has a very low probability of being duplicated. Visual Studio .NET IDE has a utility under the tools menu to generate GUIDs.

Please login or Register to Submit Answer