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
Why should we go for entity framework?
Explain the advantage of packaging over xcopy in .net?
Which version of .net framework is installed?
why DotNetFramework is included in building a software
Can I uninstall microsoft .net framework?
What are the two ways to add constraints to a route?
What is mvc entity framework?
Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?
Can you use Razor code in Javascript in ASP.Net MVC?
What is a razor file?
How we can call a javascript function on the change of a dropdown list in mvc?
what is deferred loading(lazy loading)?
What are html helpers in asp.net mvc?
What does a viewmodel do?
How to make sure Client Validation is enabled in ASP.Net MVC