How can we give strong name to assembly? What is satellite
assembly?
Answer Posted / srilakshmi
To sign an assembly with a strong name, we must have a
public/private key pair. It can be generated by using
sn.exe (strong name) utility.
1. Type the following at the command prompt
sn -k mykey.snk
2. Open the project in VS.NET
3. open solution explorer window, right click on ur project
name -> properties
4. click on the signing tab in the properties page
5. select the "sign the Assembly" checkbox
6. click the dropdown list and select strong name key file.
7. Build the application
Satellite Assembly: is a resource assembly that include
separte resources for different cultures. This assembly
allow a different set of resources to be loaded
automatically based on the culture of the thread.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How to find out that the code is written as managed or un-managed code?
what are nullable types in c#
Explain About multi level and multiple inheritance how to achieve in .net
What is overriding in c#?
List out the differences between array and arraylist in c#?
Explain the constructor in c#.
What is serialization of data?
What are the Types of compatabilities and explain them
How do you remove white spaces from a string?
What is array formula?
What is the advantage of constructor in c#?
What is namespace give the example?
How can I create image pieces/sub image?
What is difference between ienumerable and ienumerator in c#?
What are the types of assembly available