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
What is the purpose of strong name?
What are the remotable objects in .net remoting?
Elaborate the term WebService and how it differ from Remoting?
Explain how does assembly versioning in .net prevent dll hell?
Explain the difference between the registerwellknownservicetype(), registerwellknownclienttype(), registeractivatedservicetype() and registeractivatedclienttype() in .net?
What is objref object in remoting?
Types of compatabilities and explain them ?
What is the difference beween the registeractivatedservicetype() and registeractivatedclienttype()?
How to decide which to use .net remoting or asp.net web services?
Name the distributed systems available apart from .net remoting?
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?
Explain Singleton design pattern of Remoting?
Can we configure a .net remoting object via xml file?
What do mean by remotable objects in .net remoting?
How to directly call a native function exported from a dll?