What is UUID and GUID what is the size of this ID ?
Answers were Sorted based on User's Feedback
Answer / 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 |
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?
Explain how to perform remoting?
Define a process?
How do you implement distributed applications in .net?
Which Namespaces is used to achieve the Remoting?
What is a strong name?
What do you know about .NET assemblies?
Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs?
How do you define the lease of the object?
Threading Types ?
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?