What is strong name and what is the purpose of strong name ?
Answer Posted / shyam
A strong name is a reliable .NET assembly identifier,
comprised of the assembly’s simple text name, version
number, culture, public key and a digital signature. The
latter two are generated with the strong name (sn) tool,
while the remainder is part of the assemblies manifest …
usually specified in the AssemblyInfo source file.
| Is This Answer Correct ? | 19 Yes | 2 No |
Post New Answer View All Answers
Explain how to perform remoting?
What is a formatter in .net remoting?
Define the lease of the object?
Which one is better WebService and Remoting ?
How to directly call a native function exported from a dll?
Is it a good design practice to distribute the implementation to remoting client?
What are the channels in .net remoting?
Explain when we use web service and when we use remoting?
What is unboxing?
Can you explain remoting?
How can you configure a .net remoting object via xml file?
What is the difference between remoting and webservice?
Write a example code for remoting?
What are the types of remoting?
Explain how does assembly versioning in .net prevent dll hell?