What is the difference between private and shared assembly?
Answer / 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 |
What do you mean by windows authentication?
How do you implement distributed applications in .net?
What is boxing and unboxing ?
4 Answers Amdocs, BirlaSoft, TCS,
What is objref object in remoting?
Explain threading types?
What is strong name and what is the purpose of strong name ?
8 Answers Qwest, Sons Of Technology, TCS,
In which conditions do you opt for Remoting services?
8 Answers Manland, Tech Mahindra,
explain is .NET Remoting?
Which Namespaces is used to achieve the Remoting?
What are the information required to configure remote objects?
What are the security measures exist for .net remoting in system.runtime.remoting?
What's the difference btw the following methods in .NET remoting? RegisterWellknownServiceType() RegisterWellknownClientType() RegisterActivatedServiceType() RegisterActivatedClientType()