How do you reference to a private & shared assembly ?
Answer / satya
The private assembly is reside in root folder of application
& shared assembly is reside in GAC.
Then we take reference using keyword.
| Is This Answer Correct ? | 1 Yes | 0 No |
What are the difference between static assemblies and dynamic assemblies?
Name the distributed systems available apart from .net remoting?
What is asynchronous programming?
Define proxy in .net remoting?
What are the differences between Marshal by value and Marshal by reference?
define client activated objects (cao)?
What is the difference between .Net Remoting and Web Services ?
When do we use delegates in your remoting applications?
What is unboxing?
About .NET Remoting and types of remoting ?
Explain how to perform remoting?
How to directly call a native function exported from a dll?