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

What is mapping in entity framework? : Entity framework

0 Answers  


explain what does .edmx file contains?

0 Answers   Microsoft,


Features in .net framework 1.1 ?

1 Answers   Digital GlobalSoft,


What is different between User Control and Web Control and Custom Control?

2 Answers  


What are the levels at which filters can be applied in an asp.net mvc application?

0 Answers   NA,






Is it possible to unit test an mvc application without running the controllers in an asp.net process?

0 Answers  


What is difference between shared and public

1 Answers  


Which .net framework is installed?

0 Answers  


IS MS.Net platform independent or dependent?

19 Answers   Infosys, Ksb, Satyam,


What are the contents of assembly?

2 Answers  


Mention some action filters which are used regularly in ASP.Net MVC?

0 Answers  


What is filters in web api?

0 Answers  


Categories