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
i have done enough testing in life but now stated developing intereset in development work,Can i think of entering into development work that too in >Net after more then 4 years of testing experiece?
What is entitytype? : Entity framework
What is the use of razor view engine?
What are the 2 ways of adding constraints to a route?
Can you please explain the request flow in ASP.NET MVC framework?
Can I add asp.net mvc testcases in visual studio express?
what is explicit loading?
Which .net framework is installed?
What are authentication filters in web api?
Will there be a .net compact framework 3.0 release with release of .net framework 3.0?
What is clr? How does work clr & wht is work of clr?
What is mapping in entity framework? : Entity framework
Explain unit test done by tester on development team?
How does the 'page lifecycle' of asp.net mvc works?
What are html helpers in asp.net mvc?