How do you reference to a private & shared assembly ?
Answer Posted / 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 |
Post New Answer View All Answers
Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?
Can you pass SOAP messages through remoting?
Explain the hierarchial description of remoting?
Explain how to perform remoting?
How can we call methods in remoting asynchronously?
What is the difference beween the registerwellknownservicetype() and registerwellknownclienttype()?
What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?
What are the remotable objects in .net remoting?
What are the types of remotable objects?
How to directly call a native function exported from a dll?
Can you explain remoting?
What do mean by remotable objects in .net remoting?
Define the lease of the object?
What is the proxy of the server object in .net remoting?
What is the difference between remoting and webservice?