↧
Answer by Bathsheba for Made up UUIDs like 00000000-0000-0000-0000-000000000000
You must never manually generate UUIDs: rely on the OS to do this for you.By the way, 00000000-0000-0000-0000-000000000000 is reserved by the component object model.
View ArticleMade up UUIDs like 00000000-0000-0000-0000-000000000000
I'm writing an application that uses UUIDs to identify datasets. There is no import of foreign UUIDs, all UUIDs are generated by the app.There is a default dataset that I like to recognize easily as a...
View Article