I have a solution that needs to be developed in .NET/C# (on Microsoft Azure) and Java. For the object identifiers (and also the primary keys in the db) I want to use GUIDs or UUIDs. Sometimes the .NET/C# part is the "master" of the creation of
new objects and sometimes the Java part is the "master" of the creation of new objects. What are my options to have one of both in both environments? As far as I know there's no .NET UUID datatype similar to the one in Java and no GUID datatype in
Java similar as in .NET?