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
Which Namespace is used to to achieve MultiThreading in .NET?
What is the advantage of .net?
Explain soap and xml?
Explain me what are the deferred execution and the immediate execution in linq?
What is Event Bubbling in .NET?
Explain what are possible implementations of distributed applications in .net?
What is the new three features of COM+ services, which are not there in COM (MTS)
Is .net a programming language?
What are Satellite Assemblies? How you will create this? How will you get the different language strings?
What tools can I use to develop .net applications?
What is the purpose of enumerable class in .net?
How to manage pagination in a page using .net?
What is interface and abstract class in .net?
Explain the process of serialization in .NET?
What is managed code execution?