What is strong name and what is the need of it ?
Answer Posted / swapna
A name that consists of an assembly's identity?its simple
text name, version number, and culture information (if
provided)?strengthened by a public key and a digital
signature generated over the assembly.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Define singlecall activation mode in .net remoting?
What are the ways to renew lifetime leases of objects?
Explain threading types?
Explain when we use web service and when we use remoting?
What are the security measures exist for .net remoting in system.runtime.remoting?
Garbage collector?s functionality on unmanaged code ?
Explain the Flow of remoting?
What are the different types of channels used by .net remoting?
How to directly call a native function exported from a dll?
what is Client-activated object in remoting?
What are the steps to publish an object outside the service domain
What are static assemblies?
What is asynchronous programming?
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?
What are the ways to configure remoting objects before client can use them?