What is strong name
What is strong name. How to create its.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Satyapriya NayakPosted Oct 3, 2012, 9:12 AM
A name that consists of an assembly's identity—its simple text name, version number, and culture information (if provided)—strengthened by a public key and a digital signature generated over the assembly. Because the assembly manifest contains file hashes for all the files that constitute the assembly implementation, it is sufficient to generate the digital signature over just the one file in the assembly that contains the assembly manifest. Assemblies with the same strong name are expected to be identical
Please refer the below links
http://www.visualbuilder.com/dotnet/tutorial/strong-name-in-net-assembly/
http://www.codeguru.com/csharp/.net/net_general/article.php/c4643/Giving-a-NET-Assembly-a-Strong-Name.htm
http://www.c-sharpcorner.com/UploadFile/hemantpatil/111222007032935AM/1.aspx
Thanks
Shivanand ArurPosted Oct 3, 2012, 7:18 AM
http://www.codeproject.com/Articles/8874/Strong-Names-Explained
http://vb.net-informations.com/framework/strong-name.htm
Please Mark this answer as Accepted if it helped you