Hi Friends
Define Strong Name. How do you apply a strong name to assembly?
Loading
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.
Mukesh KumarPosted Jan 21, 2012, 1:16 AM
refer this link : http://www.c-sharpcorner.com/UploadFile/hemantpatil/111222007032935AM/1.aspx
Satyapriya NayakPosted Jan 20, 2012, 11:19 PM
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 link
http://www.codeproject.com/Articles/8874/Strong-Names-Explained
Thanks