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.

Read All 163 C# (Sharp) Programming Language Questions
Previous QuestionNext 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?