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 |
Garbage collector?s functionality on unmanaged code ?
What is asynchronous programming?
What is delay signing?
How to perform Remoting?
Where is global assembly cache located on the system?
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?
What are the steps to publish an object outside the service domain
What?s a proxy of the server object in .NET Remoting?
What is a process ?
What are static assemblies and dynamic assemblies?
How can you create a strong name for a .NET assembly?
What are the types of remotable objects?