luni, 25 august 2014

Guid, NewGuid C# example

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();

Niciun comentariu:

Trimiteți un comentariu