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


Please Help Members By Posting Answers For Below Questions

What is tempdata?

687


If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?

2079


How do I use partial view?

613


What is representational state transfer (rest) mean?

643


what is use of entitydatasource control?

712






Is .net framework backwards compatible?

701


Where is tempdata stored?

632


Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).

1905


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

689


Explain the difference between Viewbag and Viewdata in ASP.NET MVC?

682


What are the differences between Partial View and Display Template and Edit Templates in ASP.Net MVC?

677


What are child actions in ASP.Net MVC?

662


The order of the filters that get executed, if the multiple filters are implemented?

703


How we can call a javascript function on the change of a dropdown list in mvc?

674


Can you set the unlimited length for "maxjsonlength" property in config?

648