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 |
Is mvc 4 supporting windows azure sdk (software development kit) ?
about triggers?
what is linq to entities?
Can you declare an override method to be static if the original method is non-static
what is more complex to implement property, methods or event? how can I define criteria to compare the difficulty of implementation between them? for example the number of methods wanted to implements property is 2 methods. how many methods I need it to implements events?
What are the benefits of .net framework?
What is page life cycle?
Which filter executes first in an asp.net mvc application?
What is the difference between old ADO.NET and Entity framework coding techniques?
Explain what platforms does the .net framework run on?
What is display mode in mvc?
What is work of clr?