What is the necessity for singning an assembly with a
strong name?



What is the necessity for singning an assembly with a strong name?..

Answer / guest

when we assign a strong name for an assembly the assembly
will no more be treated as private assembly ,Thereon It
starts behaving like a public assembly.But unless we place
that assembly in the GAC using gacutilitity it will not be
vailable to the multiple applications.By signing an
assembly with a strong name we can maintain a unique key
and unique version number for that assembly.

Is This Answer Correct ?    10 Yes 1 No

Post New Answer

More Dot Net Framework Interview Questions

Which version of the common language runtime (clr) does the .net framework 3.0 use?

0 Answers  


Explain the advantages of dependency injection (di) in asp.net mvc?

0 Answers  


How you deploy .NET assemblies

1 Answers  


how to face first interview in .NET?

2 Answers   HCL, Xponent,


How many .NET languages can a single .NET DLL contain

1 Answers  






Can you explain model, controller and view in mvc?

0 Answers  


How can I stop my code being reverse-engineered from IL

1 Answers  


Can I add mvc testcases in visual studio express?

0 Answers  


What is serialization ?

7 Answers   IBM, Karrox, MMTS,


how do you truncate a table using entity data model?

0 Answers   Microsoft,


which are the key concepts of entity data model?

0 Answers   Microsoft,


What are Resource Files ? How are they used in .NET

1 Answers  


Categories