What is strong name and which tool is used for this ?
Answer Posted / priya
Strong name is like a GUID (globally unique Identifier.)
Strong Name is only needed when we need to deploy assembly
in GAC. Strong Names helps GAC to differentiate between two
versions.
Strong names use public key cryptography (PKC) to ensure
that no one can spoof it.PKC use public key and private key
concept.
strong name is given using SN.EXE
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is tempdata?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
How do I use partial view?
What is representational state transfer (rest) mean?
what is use of entitydatasource control?
Is .net framework backwards compatible?
Where is tempdata stored?
Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).
What is web api‘s in asp.net mvc 4 ?
Explain the difference between Viewbag and Viewdata in ASP.NET MVC?
What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?
What are child actions in ASP.Net MVC?
The order of the filters that get executed, if the multiple filters are implemented?
How we can call a javascript function on the change of a dropdown list in mvc?
Can you set the unlimited length for "maxjsonlength" property in config?