What is the necessity for singning an assembly with a
strong name?
Answer Posted / 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 View All Answers
Can I add mvc testcases in visual studio express?
What is session state management?
What is meant by bootstrap in mvc5?
What is partialview in asp.net mvc?
List out few different return types of a controller action method?
What are scaffold templates in mvc?
What is entity sql? : Entity framework
Explain the use of Inversion of control (IOC)?
What are html helpers in asp.net mvc?
Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).
Can you set the unlimited length for "maxjsonlength" property in config?
In razor syntax, what is the escape sequence character for @ symbol?
Explain what platforms does the .net framework run on?
What is latest version of .net framework?
What are the advantages of mvc over asp.net?