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 does manifest consists?
What is the purpose of System.EnterpriseServices namespace ?
Define remotable objects in .net remoting?
What is the difference between authentication and authorization ?
7 Answers Digital GlobalSoft, Qatar University,
What are the types of remotable objects?
What are the advantage of remoting over web services?
What are the information required to configure remote objects?
What do you know about .NET assemblies?
what are the various type of channels used by .Net remoting and which is the best one?
What are the ways to configure remoting objects before client can use them?
What are the steps to publish an object outside the service domain
Is it a good design practice to distribute the implementation to remoting client?