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
What is connection pooling and how do you make your application use it?
How do you trigger the paint event in system.drawing?
Tell us the difference between managed and unmanaged code?
One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid this problem?
Define marshling?
Which namespace does it belong to by default?
What is the use of Treeview control?
Explain About GDI object ?
What is the difference between imperative and interrogative code?
What is assemblies in .net?
Who is using .net core?
Explain about .net?
What's a windows process in .net?
What are the two main parts of the .net framework?
What are code contracts?