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

What are the types of remotable objects?

0 Answers  


Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs?

2 Answers  


Which namespace is used for encryption ?

3 Answers   Digital GlobalSoft,


How to directly call a native function exported from a dll?

0 Answers  


what are the various type of channels used by .Net remoting and which is the best one?

1 Answers  






Explain what is the relationship between a Process, Application Domain, and Application?

2 Answers  


What is unboxing?

0 Answers  


Give the Hierarchial description of remoting?

1 Answers   Satyam,


What are the types of remoting?

0 Answers  


What security measures exist for .NET Remoting in System.Runtime.Remoting?

1 Answers  


What are the security issues if we send a query from the application?

2 Answers   Microsoft, Timken,


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

0 Answers  


Categories