what is a strong name?

Answer Posted / om namo bhagavathe vasudevaya

assembiles are two types
1.public assembly 2.private assembly
public assembly-:when ever we want our assembly to be used
globally through out the application.Then we have to keep
our assembly in global assembly cache.when ever we kept our
assembly in global assembly cache we have to provide strong
name for that assembly
these strong name is used to uniquely identified the
assembly in global assembly cache
these strong name is provieded by using sn.exe tool
in the command prompt we have to type like these
>sn.exe -k "C:anyfilename.snk"
these strong name can follow public key encyption
in the publickey encryption publickey is used for encryption
and corresponding private key is used to decrypt

note:for private assemblies their is no need to create
strong name because it is stored in the application folder

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

If I am writing in a language like vb or c++, what are the procedures to be followed to support .net?

585


Sql Queries: A Table will be given Omiting Duplicate rows and adding a new column

1933


Please explain what inheritance is, and why it's important?

561


what is the meaning silverligt control

1681


SAP Business One(this is intigrated tool of .net)

1780






Is .net an object oriented language? What are their components?

527


What is singlecall activation mode used for in .net?

572


How do you turn off cookies for one page in your site? Give an example.

500


Explain how to spawn a thread?

541


How to get the number after decimal point in .net?

564


Is .net core the future?

573


What is meant by globalization and localization?

581


How many design patterns can be created in .net?

592


What is 3 tier architecture?

576


What is gac in .net?

591