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 are the types of remotable objects?
Choosing between HTTP and TCP for protocols and Binary and SOAP for formatters, what are the trade-offs?
Which namespace is used for encryption ?
How to directly call a native function exported from a dll?
what are the various type of channels used by .Net remoting and which is the best one?
Explain what is the relationship between a Process, Application Domain, and Application?
What is unboxing?
Give the Hierarchial description of remoting?
What are the types of remoting?
What security measures exist for .NET Remoting in System.Runtime.Remoting?
What are the security issues if we send a query from the application?
What is the difference beween the registerwellknownservicetype() and registerwellknownclienttype()?