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 |
Explain serialization formatters in .net remoting
How do you reference to a private & shared assembly ?
Define the lease of the object?
Difference between remoting and web service ?
How can you debug failed assembly binds?
How to perform Remoting?
When we use web service and when we use Remoting?
write a example for remoting (code)
When do we use delegates in your remoting applications?
What are the different types of channels used by .net remoting and which is the best one?
How do you implement distributed applications in .net?
what is the diff between remoting and webservice