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 |
Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?
Where is global assembly cache located on the system?
What do mean by remotable objects in .net remoting?
What are the types of remotable objects?
Write a example code for remoting?
Explain the types of .net remoting?
About remoting and web services. Difference between them?
How do you reference to a private & shared assembly ?
Define the lease of the object?
What is boxing and unboxing ?
4 Answers Amdocs, BirlaSoft, TCS,
Explain Singleton design pattern of Remoting?
When do we use delegates in your remoting applications?