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 the difference between viewbag and viewdata in mvc?
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 is the use of razor view engine?
How can you return string result from Action in ASP.Net MVC?
What is the difference between model view and controller?
What is routeconfig.cs in mvc 4?
What is the .net framework and how does it work?
What are bundling & minification features in asp.net mvc 4?
what is dot net? what is use dot net? what is benifit of dot net?what is vb dot net? what is ado dot net? what is c#?
Will there be a .net compact framework 3.0 release with release of .net framework 3.0?
How we can add the CSS in ASP.Net MVC?
What is the use .Glimpse in ASP.Net MVC
What is a view engine?
Is mvc 4 supporting windows azure sdk (software development kit) ?
Is entity framework slow?