C# (Sharp) Programming Language Question:
What is a strong name in C#?
Answer:
A strong name includes the name of the assembly, version number, culture identity, and a public key token.
Previous Question | Next Question |
What is the difference between private and shared assembly? | How can you tell the application to look for assemblies at the locations other than its own install? |