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 are the types of remoting?
About Iunknown interface Queue ,its methods Query Interface Addref,Release and Explain each ?
Explain how to directly call a native function exported from a dll?
What are the information required to configure remote objects?
What are the threading types?
Explain how does assembly versioning in .net prevent dll hell?
Explain serialization formatters in .net remoting
Write a example code for remoting?
What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?
How do you implement distributed applications in .net?
Explain when we use web service and when we use remoting?
What is the purpose of strong name?
What does manifest consists?
Are you aware of containment and Aggregation ?
What are different types of assemblies?