What is the difference between private and shared assembly?
Answer Posted / guest
Private assembly is used inside an application only and
does not have to be identified by a strong name.
Shared assembly can be used by multiple applications and
has to have a strong name.
Is This Answer Correct ? | 35 Yes | 1 No |
Post New Answer View All Answers
Difference between .net remoting versus distributed com?
When do we use delegates in your remoting applications?
Explain the differences between marshal by value and marshal by reference?
What are dynamic assemblies?
What are the ways to renew lifetime leases of objects?
How can we call methods in remoting asynchronously?
Garbage collector?s functionality on unmanaged code ?
Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?
Explain the types of .net remoting?
What is a formatter in .net remoting?
Name the distributed systems available apart from .net remoting?
What is the Difference between CAO and SAO in Remoting.
Can you pass SOAP messages through remoting?
Define singlecall activation mode in .net remoting?
What is the difference between remoting and webservice?