What is the difference, when to use a ID, or a UID... I don’t know, but here is my rule: An ID is automatically generated (like a Identity, or a GUID). A UID is generated by hand (like the unique id of an Account). A GUID is a type, so you never use it, you generate one. and a UUID is an Interface Type...