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
What do mean by remotable objects in .net remoting?
What are the information required to configure remote objects?
About Iunknown interface Queue ,its methods Query Interface Addref,Release and Explain each ?
Difference between web services & remoting?
Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?
How are the activation URLs different in case of SAO and CAO in .NET remoting?
What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?
How to decide which to use .net remoting or asp.net web services?
What is objref object in remoting?
What is the difference between remoting and webservice?
Define remotable objects in .net remoting?
Can you explain remoting?
Define delegates and events?
Explain serialization formatters in .net remoting
What are the remotable objects in .net remoting?