Al Programming
Free source code programming in C#, VB.Net, Java, SQL
Search This Blog
Friday, December 6, 2013
Guid, NewGuid C# example
C#
>
System
>
Guid
Guid
is globally unique identifier and stored on 128 bit integer.
The probability to be duplicated over networks and computers is very low.
Example
1. Use
NewGuid
method to get a new guid.
Guid
g =
Guid
.NewGuid();
Newer Post
Older Post
Home