adspace
Answer Posted / Saujanya Yadav
To generate a strong name for an assembly in .NET, you need to sign it with a key pair consisting of a private key (.snk file) and its corresponding public key (embedded in the assembly). You can use tools like signtool or Visual Studio's Signing tab in project properties to sign your assemblies.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers