What is the difference between private and shared assembly?



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

Post New Answer

More Dot Net Remoting Interview Questions

Define proxy in .net remoting?

0 Answers  


What are the different types of channels used by .net remoting?

0 Answers  


What is Remoting?

0 Answers  


How can you create a strong name for a .NET assembly?

2 Answers  


What are dynamic assemblies?

0 Answers  






What is the difference beween the registerwellknownservicetype() and registerwellknownclienttype()?

0 Answers  


what is Client-activated object in remoting?

0 Answers   DELL,


Explain how can you automatically generate interface for the remotable object in .net with microsoft tools?

0 Answers  


Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?

0 Answers  


Define a process?

0 Answers  


How do you register a .NET assembly?

2 Answers   Microsoft,


How do you reference to a private & shared assembly ?

1 Answers   Digital GlobalSoft,


Categories