VB Dot Net Developer Question:

Explain strong name in .NET assembly?

VB .Net Developer Interview Question
VB .Net Developer Interview Question

Answer:

Strong Name is an important feature of .Net and it is used to identify shared assembly uniquely. Strong name has solved the problem of creating different object with same name and it can be assigned with the help of Sn.exe.


Previous QuestionNext Question
Explain an assembly and its use?List the different types of assembly?