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
Define the lease of the object?
What is fundamental of published or precreated objects in remoting?
What are the consideration in deciding to use .NET Remoting or ASP.NET Web Services?
What are the different types of channels used by .net remoting?
When should we choose .net remoting over .net web services?
Elaborate the term WebService and how it differ from Remoting?
Can you explain remoting?
Explain how to perform remoting?
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?
What are dynamic assemblies?
What are the types of remoting?
Explain Singleton design pattern of Remoting?
What is objref object in remoting?
Difference between web services & remoting?
What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?