How is a strongly-named assembly different from one that isn’t strongly-named?
Answer Posted / Mohd Waseem Akram
A strongly-named assembly in .NET has an associated strong name, which consists of a public key token, the simple name (the name of the assembly), and the version number. Strongly-named assemblies provide stronger security and versioning guarantees compared to non-strongly-named assemblies. They can be installed into the Global Assembly Cache (GAC) and used by multiple applications without fear of conflicts or unauthorized modifications.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers