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

Can you please explain the request flow in ASP.NET MVC framework?

0 Answers  


Mention what is the difference between “ActionResult” and “ViewResult” ?

0 Answers  


What is object service? : Entity framework

0 Answers  


What is the difference between Finalize and Dispose (Garbage collection)

1 Answers  


How does servicing work for the .net framework 3.0?

0 Answers  






What is iobjectset? : Entity framework

0 Answers  


What is web api‘s in asp.net mvc 4 ?

0 Answers  


what is linq to entities?

0 Answers   Microsoft,


what is deferred loading(lazy loading)?

0 Answers   Microsoft,


What is .net framework used for?

0 Answers  


How will you load dynamic assembly? How will create assemblies at run time?

3 Answers   Lance Soft, MGL,


what is .net?

20 Answers   IBM,


Categories