« Home

c# yeni rastgele deger / guid uretme

//this creates an empty guid - 00000000-0000-0000-0000-000000000000
//Guid guid = new Guid();

//this creates an actual new guid
Guid guid = Guid.NewGuid();