giovedì 25 giugno 2009

GUID

A globally unique identifier is a special type of identifier used in applications in order to provide a reference number which is unique in any contex.

in Vb.net you con get a guid using this code :

System.Guid.NewGuid().ToString()

the unique key created will be something like this:
c3b1450c-f17c-4f68-90f0-6fa7b018d291

0 commenti:

Posta un commento