What is UUID and GUID what is the size of this ID ?
Answer Posted / rajeev
COM objects contain interfaces, each of which has two
names, a name for software to use and a name for people to
use. The human-readable name conventionally starts with an
I. The unique software-readable name is called a globally
unique identifier, or GUID. Sometimes GUID is referred to
as UUID, where the U stands for universal.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
When should we choose .net remoting over .net web services?
what are the requirements to enable remote components to interact each other?
What are the information required to configure remote objects?
Difference between .net remoting versus distributed com?
What does manifest consists?
What are the difference between static assemblies and dynamic assemblies?
Can we configure a .net remoting object via xml file?
Name the distributed systems available apart from .net remoting?
What is the proxy of the server object in .net remoting?
What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?
Are you aware of containment and Aggregation ?
What is the difference between remoting and webservice?
What is Remoting?
What are the ways to configure remoting objects before client can use them?
How to directly call a native function exported from a dll?